Changeset 2946 for trunk/MagicSoft/Mars/manalysis/MCerPhotAnal2.h
- Timestamp:
- 01/28/04 16:55:40 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MCerPhotAnal2.h
r2265 r2946 16 16 17 17 class MRawEvtData; 18 class MPed estalCam;18 class MPedPhotCam; 19 19 class MCerPhotEvt; 20 20 class MRawRunHeader; … … 23 23 { 24 24 private: 25 MPed estalCam*fPedestals; // Pedestals of all pixels in the camera25 MPedPhotCam *fPedestals; // Pedestals of all pixels in the camera 26 26 MRawEvtData *fRawEvt; // raw event data (time slices) 27 27 MCerPhotEvt *fCerPhotEvt; // Cerenkov Photon Event used for calculation
Note:
See TracChangeset
for help on using the changeset viewer.