Changeset 3188 for trunk/MagicSoft/Mars/manalysis
- Timestamp:
- 02/16/04 13:47:09 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MPedestalCam.h
r3172 r3188 19 19 TClonesArray *fArray; // FIXME: Change TClonesArray away from a pointer? 20 20 21 U Long_t fTotalEntries;21 UInt_t fTotalEntries; 22 22 23 23 public: … … 33 33 34 34 // Setters 35 void SetTotalEntries(const U Long_t n) { fTotalEntries = n; }35 void SetTotalEntries(const UInt_t n) { fTotalEntries = n; } 36 36 37 37 // Getters 38 Int_tGetSize() const;39 U Long_t GetTotalEntries() const { return fTotalEntries; }38 UInt_t GetSize() const; 39 UInt_t GetTotalEntries() const { return fTotalEntries; } 40 40 41 41 Float_t GetPedestalMin(const MGeomCam *cam) const;
Note:
See TracChangeset
for help on using the changeset viewer.