/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Mdc/DedxCalibAlg/DedxCalibAlg-00-01-15/DedxCalibAlg/DedxCalibDocaEAng.h

Go to the documentation of this file.
00001 #ifndef DEDXCALIBDOCAEANG_HH
00002 #define DEDXCALIBDOCAEANG_HH
00003 
00004 #include "TH1F.h"
00005 #include "TH2F.h"
00006 
00007 #include "DedxCalibAlg/DedxCalib.h"
00008 
00009 using namespace std;
00010 
00011 class DedxCalibDocaEAng: public DedxCalib
00012 {
00013     public:
00014         DedxCalibDocaEAng(const std::string& name, ISvcLocator* pSvcLocator);
00015         ~DedxCalibDocaEAng() {};
00016         void initializing() {}
00017         void BookHists();
00018         void genNtuple() {}
00019         void FillHists();
00020         void AnalyseHists();
00021         void WriteHists();
00022 
00023     private:
00024         TH1F*** m_docaeangle;
00025         TH2F* m_DocaEAngAverdE;
00026         bool m_debug;
00027         int m_idoca_test, m_ieang_test;
00028 };
00029 #endif

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