Changeset 2885 for trunk/MagicSoft/Mars/mcalib/MMcCalibrationCalc.h
- Timestamp:
- 01/22/04 16:27:10 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MMcCalibrationCalc.h
r2876 r2885 13 13 class MMcFadcHeader; 14 14 15 #include <TH1.h> 15 class TH1F; 16 16 17 17 class MMcCalibrationCalc : public MTask 18 18 { 19 19 private: 20 Bool_t CheckRunType(MParList *pList) const;21 Int_t PreProcess(MParList *pList);22 Int_t Process();23 Int_t PostProcess();24 Bool_t ReInit(MParList *pList);25 26 20 MCalibrationCam *fCalCam; 27 21 MGeomCam *fGeom; … … 36 30 TH1F* fHistRatio; 37 31 32 Bool_t CheckRunType(MParList *pList) const; 33 Int_t PreProcess(MParList *pList); 34 Int_t Process(); 35 Int_t PostProcess(); 36 Bool_t ReInit(MParList *pList); 37 38 38 public: 39 39 MMcCalibrationCalc(const char *name=NULL, const char *title=NULL);
Note:
See TracChangeset
for help on using the changeset viewer.