/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Mdc/MdcCalibAlg/MdcCalibAlg-00-09-02/share/distcalib/src/include/XtCalib.h

Go to the documentation of this file.
00001 #ifndef XTCALIB_H
00002 #define XtCALIB_H
00003 
00004 #include "CalibBase.h"
00005 
00006 #include "TObjArray.h"
00007 #include "TFile.h"
00008 #include "TH1F.h"
00009 #include "TH1D.h"
00010 
00011 class XtCalib: public CalibBase {
00012 public:
00013      XtCalib();
00014      ~XtCalib();
00015      void init(TObjArray* hlist, MdcCosGeom* pGeom);
00016      void mergeHist(TFile* fhist);
00017      void calib(MdcCalibConst* calconst, TObjArray* newXtList, TObjArray* r2tList);
00018 
00019 private:
00020      void renameHist();
00021      TFolder* m_fdXt;
00022      TH1D* m_hxt[43][2][3][51];
00023 };
00024 
00025 #endif /* XTCALIB_H */

Generated on Tue Nov 29 23:12:49 2016 for BOSS_7.0.2 by  doxygen 1.4.7