Changeset 967 for trunk/MagicSoft/Mars/manalysis
- Timestamp:
- 10/16/01 16:18:29 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MCerPhotPix.h
r938 r967 11 11 12 12 Int_t fPixId; // the pixel Id 13 13 14 Bool_t fIsUsed; // the pixel is used for calculations --> kTRUE 14 15 Bool_t fIsCore; // the pixel is a Core pixel --> kTRUE 16 15 17 Float_t fPhot; // The number of Cerenkov photons 16 18 Float_t fErrPhot; // the error of fPhot 19 20 // FIXME: arrival time t, and it's error sigma t 17 21 18 22 public:
Note:
See TracChangeset
for help on using the changeset viewer.