BOSS 7.0.7
BESIII Offline Software System
Loading...
Searching...
No Matches
DedxCalibLayerGain.h
Go to the documentation of this file.
1#ifndef DEDXCALIBLAYERGAIN_HH
2#define DEDXCALIBLAYERGAIN_HH
3
4#include "TH1F.h"
5
7
8using namespace std;
10{
11 public:
12 DedxCalibLayerGain(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
21 private:
22 vector<float> m_vector[43];
23 TH1F** m_laygain;
24 TH1F** m_laygain_gaus;
25};
26#endif