Changeset 2691 for trunk/MagicSoft/Mars/manalysis/MCalibrate.h
- Timestamp:
- 12/17/03 16:26:30 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MCalibrate.h
r2684 r2691 4 4 ///////////////////////////////////////////////////////////////////////////// 5 5 // // 6 // MCalibrate //6 // MCalibrate // 7 7 // // 8 8 // Integrates the desired ADC time slices of one pixel and apply // … … 18 18 #endif 19 19 20 class MGeomCam; 20 21 class MCalibrationCam; 21 22 class MExtractedSignalCam; … … 25 26 { 26 27 27 MCalibrationCam *fCalibrations; 28 MExtractedSignalCam *fSignals; 29 MCerPhotEvt *fCerPhotEvt; // Cerenkov Photon Event used for calculation 28 MGeomCam *fGeomCam; // Geometry of the camera 29 MCalibrationCam *fCalibrations; // Calibration constants 30 MExtractedSignalCam *fSignals; // Integrated charge in FADCs counts 31 MCerPhotEvt *fCerPhotEvt; // Cerenkov Photon Event used for calculation 30 32 31 33 Int_t PreProcess(MParList *pList); … … 36 38 MCalibrate(const char *name=NULL, const char *title=NULL); 37 39 38 ClassDef(MCalibrate, 0) // Task to calculate cerenkov photons from raw data40 ClassDef(MCalibrate, 0) // Task to calculate cerenkov photons using calibration constants 39 41 }; 40 42
Note:
See TracChangeset
for help on using the changeset viewer.