Changeset 6265 for trunk/MagicSoft
- Timestamp:
- 02/04/05 17:39:32 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r6264 r6265 36 36 37 37 38 38 39 2005/02/04 Thomas Bretz 39 40 40 41 41 * Makefile.rules: … … 65 65 - removed some obsolete debug comments 66 66 - simplified HasABFlag 67 68 * manalysis/MCerPhotPix.h: 69 - removed the `!` again. It gave problems with the Mars 70 display. We agreed that this is a minor problem because 71 the structure of MCerPhot* will chnage soon in any case. 67 72 68 73 -
trunk/MagicSoft/Mars/manalysis/MCerPhotPix.h
r6078 r6265 15 15 Int_t fPixId; // the pixel Id 16 16 17 Bool_t fIsCore; // !the pixel is a Core pixel -> kTRUE18 Short_t fRing; // !NT: number of analyzed rings around the core pixels, fRing>0 means: used, fRing= 0 means: unused, fRing= -1 means: unmapped (no possible to use in the calculation of the image parameters)19 Short_t fIdxIsland; // !the pixel is a Core pixel -> kTRUE17 Bool_t fIsCore; // the pixel is a Core pixel -> kTRUE 18 Short_t fRing; // NT: number of analyzed rings around the core pixels, fRing>0 means: used, fRing= 0 means: unused, fRing= -1 means: unmapped (no possible to use in the calculation of the image parameters) 19 Short_t fIdxIsland; // the pixel is a Core pixel -> kTRUE 20 20 21 21 Float_t fPhot; // The number of Cerenkov photons … … 23 23 24 24 Bool_t fIsSaturated; // the pixel's low gain is saturated 25 Bool_t fIsHGSaturated; // !the pixel's high gain is saturated25 Bool_t fIsHGSaturated; // the pixel's high gain is saturated 26 26 27 27 // FIXME: arrival time t, and it's error sigma t
Note:
See TracChangeset
for help on using the changeset viewer.