Changeset 1404 for trunk/MagicSoft/Mars/manalysis/MCerPhotCalc2.h
- Timestamp:
- 07/15/02 20:35:15 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MCerPhotCalc2.h
r1399 r1404 22 22 class MCerPhotCalc2 : public MTask 23 23 { 24 MPedestalCam *fPedestals; // Pedestals of all pixels in the camera25 MRawEvtData *fRawEvt; // raw event data (time slices)26 MCerPhotEvt *fCerPhotEvt; // Cerenkov Photon Event used for calculation27 MRawRunHeader *fRunHeader; // RunHeader information24 MPedestalCam *fPedestals; // Pedestals of all pixels in the camera 25 MRawEvtData *fRawEvt; // raw event data (time slices) 26 MCerPhotEvt *fCerPhotEvt; // Cerenkov Photon Event used for calculation 27 MRawRunHeader *fRunHeader; // RunHeader information 28 28 29 Bool_t fEnableFix; // fix for a bug in files from older camera versions (<=40)29 Bool_t fEnableFix; // fix for a bug in files from older camera versions (<=40) 30 30 31 Float_t fSumQuadWeights, fSumWeights; 32 static Float_t fWeight[15]; 31 33 32 34 public: … … 41 43 }; 42 44 45 43 46 #endif
Note:
See TracChangeset
for help on using the changeset viewer.