BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
DedxCalibEAng.h
Go to the documentation of this file.
1#ifndef DEDXCALIBEANG_HH
2#define DEDXCALIBEANG_HH
3
4#include "TH1F.h"
5
7
8using namespace std;
9
10class DedxCalibEAng : public DedxCalib {
11public:
12 DedxCalibEAng( const std::string& name, ISvcLocator* pSvcLocator );
14 void initializing() {}
15 void BookHists();
16 void genNtuple() {}
17 void FillHists();
18 void AnalyseHists();
19 void WriteHists();
20
21private:
22 TH1F** m_eangle;
23 TH1F** m_pos_eangle;
24 TH1F** m_trunc_eangle;
25 TH1F** m_neg_eangle;
26 TH1F* m_EAngAverdE;
27 TH1F* m_trunc_EAngAverdE;
28 TH1F* m_pos_EAngAverdE;
29 TH1F* m_neg_EAngAverdE;
30 double m_truncate;
31 double pMin, pMax;
32};
33#endif
void initializing()
DedxCalibEAng(const std::string &name, ISvcLocator *pSvcLocator)
DedxCalib(const std::string &name, ISvcLocator *pSvcLocator)
Definition DedxCalib.cxx:12