BOSS 7.0.3
BESIII Offline Software System
Loading...
Searching...
No Matches
Mdc/DedxCalibAlg/DedxCalibAlg-00-01-15/DedxCalibAlg/DedxCalibWireGain.h
Go to the documentation of this file.
1#ifndef DEDXCALIBWIREGAIN_HH
2#define DEDXCALIBWIREGAIN_HH
3
4#include "TH1F.h"
5
6#include "DedxCalibAlg/DedxCalib.h"
7
8using namespace std;
10{
11 public:
12 DedxCalibWireGain(const std::string& name, ISvcLocator* pSvcLocator);
14 void initializing() {}
15 void BookHists();
16 void genNtuple() {}
17 void FillHists();
19 void WriteHists();
20
21 private:
22 TH1F** m_wiregain;
23};
24#endif
DedxCalibWireGain(const std::string &name, ISvcLocator *pSvcLocator)