Changeset 4882 for trunk/MagicSoft/Mars/mcalib/MCalibrationRelTimeCalc.h
- Timestamp:
- 09/07/04 12:12:05 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrationRelTimeCalc.h
r4133 r4882 3 3 4 4 ///////////////////////////////////////////////////////////////////////////// 5 // //6 // MCalibrationRelTimeCalc //7 // //8 // Integrates the time slices of the all pixels of a calibration event //9 // and substract the pedestal value //10 // //5 // 6 // MCalibrationRelTimeCalc 7 // 8 // Integrates the time slices of the all pixels of a calibration event 9 // and substract the pedestal value 10 // 11 11 ///////////////////////////////////////////////////////////////////////////// 12 12 … … 19 19 #endif 20 20 21 #ifndef MARS_MCalibrationRelTimeCam22 #include "MCalibrationRelTimeCam.h"23 #endif24 25 class MCalibrationRelTimePix;26 21 class MCalibrationRelTimeCam; 27 22 class MGeomCam; 28 23 class MBadPixelsCam; 29 class MBadPixelsPix; 24 30 25 class MCalibrationRelTimeCalc : public MTask 31 26 {
Note:
See TracChangeset
for help on using the changeset viewer.