Changeset 857 for trunk/MagicSoft/Mars/manalysis/MCerPhotCalc.h
- Timestamp:
- 07/06/01 14:24:38 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MCerPhotCalc.h
r698 r857 21 21 class MCerPhotCalc : public MTask 22 22 { 23 MRawEvtData *fRawEvt; // raw event data (time slices)24 MPedestalCam *fPedestals; // Pedestals of all pixels in the camera25 MCerPhotEvt *fCerPhotEvt; // Cerenkov Photon Event used for calculation23 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 26 27 27 public:
Note:
See TracChangeset
for help on using the changeset viewer.