Changeset 2856
- Timestamp:
- 01/20/04 13:55:15 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2855 r2856 4 4 5 5 -*-*- END OF LINE -*-*- 6 7 2004/01/20: Abelardo moralejo 8 9 * manalysis/MCerPhotPix.h 10 - Changed position of declaration of fIsSaturated to be the last 11 private variable. Otherwise, since in the constructor it is 12 initialized in the last place, a warning is displayed upon 13 compilation in some systems. 14 6 15 7 16 2004/01/20: Markus Gaug -
trunk/MagicSoft/Mars/manalysis/MCerPhotPix.h
r2849 r2856 14 14 UShort_t fRing; // NT: number of analyzed rings around the core pixels (fRing>0 means: used) 15 15 Bool_t fIsCore; // the pixel is a Core pixel -> kTRUE 16 Bool_t fIsSaturated; // the pixel is saturated17 16 18 17 Float_t fPhot; // The number of Cerenkov photons 19 18 Float_t fErrPhot; // the error of fPhot 19 20 Bool_t fIsSaturated; // the pixel is saturated 20 21 21 22 // FIXME: arrival time t, and it's error sigma t
Note:
See TracChangeset
for help on using the changeset viewer.