Changeset 6034 for trunk/MagicSoft/Mars/manalysis/MCerPhotPix.h
- Timestamp:
- 01/27/05 10:05:51 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MCerPhotPix.h
r6031 r6034 5 5 #include "MParContainer.h" 6 6 #endif 7 #ifndef MARS_MMath 7 8 #include "MMath.h" 9 #endif 10 8 11 class MCerPhotPix : public MParContainer 9 12 { 10 13 private: 11 14 12 Int_t fPixId; // the pixel Id15 Int_t fPixId; // the pixel Id 13 16 14 Bool_t fIsCore; //the pixel is a Core pixel -> kTRUE15 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)16 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 17 20 18 Float_t fPhot; // The number of Cerenkov photons19 Float_t fErrPhot; // the error of fPhot21 Float_t fPhot; // The number of Cerenkov photons 22 Float_t fErrPhot; // the error of fPhot 20 23 21 24 Bool_t fIsSaturated; // the pixel's low gain is saturated 22 Bool_t fIsHGSaturated; // the pixel's high gain is saturated25 Bool_t fIsHGSaturated; //! the pixel's high gain is saturated 23 26 24 27 // FIXME: arrival time t, and it's error sigma t … … 63 66 Bool_t IsSortable() const { return kTRUE; } 64 67 65 ClassDef(MCerPhotPix, 5) // class containing information about the Cerenkov Photons in a pixel68 ClassDef(MCerPhotPix, 6) // class containing information about the Cerenkov Photons in a pixel 66 69 }; 67 70 68 71 #endif 69 70 71
Note:
See TracChangeset
for help on using the changeset viewer.