BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
DedxSaveWireGain.h
Go to the documentation of this file.
1#ifndef DEDXSAVEWIREGAIN_HH
2#define DEDXSAVEWIREGAIN_HH
3
4#include "TH1F.h"
5
7
8using namespace std;
9class DedxSaveWireGain : public DedxCalib {
10public:
11 DedxSaveWireGain( 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 TFile* f_save;
22 TTree* m_wiregain;
23 double pMin, pMax;
24};
25#endif
DedxCalib(const std::string &name, ISvcLocator *pSvcLocator)
Definition DedxCalib.cxx:12
DedxSaveWireGain(const std::string &name, ISvcLocator *pSvcLocator)