Changeset 1128
- Timestamp:
- 12/18/01 17:51:52 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MCerPhotCalc.h
r1091 r1128 18 18 class MPedestalCam; 19 19 class MCerPhotEvt; 20 class MRawRunHeader; 20 21 21 22 class MCerPhotCalc : public MTask 22 23 { 23 const MPedestalCam *fPedestals; // Pedestals of all pixels in the camera 24 MRawEvtData *fRawEvt; // raw event data (time slices) 25 MCerPhotEvt *fCerPhotEvt; // Cerenkov Photon Event used for calculation 26 UShort_t fNumLoGainFadcSlices; // 27 UShort_t fNumHiGainFadcSlices; // 28 24 const 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 29 29 public: 30 30 MCerPhotCalc(const char *name=NULL, const char *title=NULL);
Note:
See TracChangeset
for help on using the changeset viewer.