Changeset 4278 for trunk/MagicSoft/Mars
- Timestamp:
- 06/07/04 16:25:48 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r4277 r4278 18 18 19 19 -*-*- END OF LINE -*-*- 20 21 22 2004/06/07: Markus Gaug 23 24 * mcalib/MHCalibrationCam.h 25 - add a function GetSize() 26 20 27 21 28 2004/06/04: Markus Gaug -
trunk/MagicSoft/Mars/mcalib/MHCalibrationCam.h
r4205 r4278 138 138 const Float_t GetNumLoGainSaturationLimit() const { return fNumLoGainSaturationLimit; } 139 139 const TArrayI &GetRunNumbers () const; 140 const Int_t GetSize () const { return fHiGainArray->GetSize(); } 141 140 142 MHGausEvents &operator[] (UInt_t i); 141 143 const MHGausEvents &operator[] (UInt_t i) const;
Note:
See TracChangeset
for help on using the changeset viewer.