Changeset 1144
- Timestamp:
- 01/09/02 15:49:02 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MCerPhotCalc.h
r1128 r1144 22 22 class MCerPhotCalc : public MTask 23 23 { 24 constMPedestalCam *fPedestals; // Pedestals of all pixels in the camera25 26 27 24 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 29 public:
Note:
See TracChangeset
for help on using the changeset viewer.