BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
DedxCalibDocaEAng.h
Go to the documentation of this file.
1#ifndef DEDXCALIBDOCAEANG_HH
2#define DEDXCALIBDOCAEANG_HH
3
4#include "TH1F.h"
5#include "TH2F.h"
6
8
9using namespace std;
10
12public:
13 DedxCalibDocaEAng( const std::string& name, ISvcLocator* pSvcLocator );
15 void initializing() {}
16 void BookHists();
17 void genNtuple() {}
18 void FillHists();
19 void AnalyseHists();
20 void WriteHists();
21
22private:
23 TH1F*** m_docaeangle;
24 TH2F* m_DocaEAngAverdE;
25 bool m_debug;
26 int m_idoca_test, m_ieang_test;
27 double pMin, pMax;
28 double m_truncate;
29};
30#endif
DedxCalibDocaEAng(const std::string &name, ISvcLocator *pSvcLocator)
DedxCalib(const std::string &name, ISvcLocator *pSvcLocator)
Definition DedxCalib.cxx:12