BOSS 8.0.0
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;
10public:
11 DedxCalibLayerGain( const std::string& name, ISvcLocator* pSvcLocator );
13 void initializing() {}
14 void BookHists();
15 void genNtuple() {}
16 void FillHists();
17 void AnalyseHists();
18 void WriteHists();
19
20private:
21 vector<float> m_vector[43];
22 TH1F** m_laygain;
23 TH1F** m_laygain_gaus;
24};
25#endif
DedxCalibLayerGain(const std::string &name, ISvcLocator *pSvcLocator)
DedxCalib(const std::string &name, ISvcLocator *pSvcLocator)
Definition DedxCalib.cxx:12