Changeset 3351 for trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.h
- Timestamp:
- 02/28/04 03:43:14 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.h
r3292 r3351 28 28 class MCalibrationChargeCalc : public MTask 29 29 { 30 31 30 private: 32 31 … … 35 34 MRawEvtData *fRawEvt; //! raw event data (time slices) 36 35 MRawRunHeader *fRunHeader; //! RunHeader information 36 MGeomCam *fGeom; //! Geometry information 37 37 38 38 MTime *fEvtTime; //! Time of the event
Note:
See TracChangeset
for help on using the changeset viewer.