Ignore:
Timestamp:
01/22/04 16:27:10 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mcalib/MMcCalibrationCalc.h

    r2876 r2885  
    1313class MMcFadcHeader;
    1414
    15 #include <TH1.h>
     15class TH1F;
    1616
    1717class MMcCalibrationCalc : public MTask
    1818{
    1919private:
    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 
    2620    MCalibrationCam     *fCalCam;
    2721    MGeomCam            *fGeom;
     
    3630    TH1F*   fHistRatio;
    3731
     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
    3838public:
    3939    MMcCalibrationCalc(const char *name=NULL, const char *title=NULL);
Note: See TracChangeset for help on using the changeset viewer.