BOSS 7.1.1
BESIII Offline Software System
Loading...
Searching...
No Matches
DedxCalibWireGain.h
Go to the documentation of this file.
1#ifndef DEDXCALIBWIREGAIN_HH
2#define DEDXCALIBWIREGAIN_HH
3
4#include "TH1F.h"
5
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();
18 void AnalyseHists();
19 void WriteHists();
20
21 private:
22 TH1F** m_wiregain;
23 double pMin, pMax;
24};
25#endif
DedxCalibWireGain(const std::string &name, ISvcLocator *pSvcLocator)