Ignore:
Timestamp:
02/16/04 13:47:09 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MPedestalCam.h

    r3172 r3188  
    1919  TClonesArray *fArray;  // FIXME: Change TClonesArray away from a pointer?
    2020 
    21   ULong_t fTotalEntries;
     21  UInt_t fTotalEntries;
    2222 
    2323public:
     
    3333
    3434  // Setters
    35   void SetTotalEntries(const ULong_t n)    { fTotalEntries = n; }
     35  void SetTotalEntries(const UInt_t n)    { fTotalEntries = n; }
    3636
    3737  // Getters
    38   Int_t  GetSize()                          const;
    39   ULong_t GetTotalEntries()                  const { return fTotalEntries; }
     38  UInt_t GetSize()                          const;
     39  UInt_t GetTotalEntries()                  const { return fTotalEntries; }
    4040
    4141  Float_t GetPedestalMin(const MGeomCam *cam) const;
Note: See TracChangeset for help on using the changeset viewer.