BOSS 7.0.8
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
12{
13 public:
14 DedxCalibDocaEAng(const std::string& name, ISvcLocator* pSvcLocator);
16 void initializing() {}
17 void BookHists();
18 void genNtuple() {}
19 void FillHists();
20 void AnalyseHists();
21 void WriteHists();
22
23 private:
24 TH1F*** m_docaeangle;
25 TH2F* m_DocaEAngAverdE;
26 bool m_debug;
27 int m_idoca_test, m_ieang_test;
28 double pMin, pMax;
29 double m_truncate;
30};
31#endif