AlcapDAQ  1
DeadTimeGe.h
Go to the documentation of this file.
1 #ifndef DEADTIMEGE_H_DUEVBG4Q
2 #define DEADTIMEGE_H_DUEVBG4Q
3 
4 #include "FillHistBase.h"
5 #include "TGlobalData.h"
6 #include "TSetupData.h"
7 
8 class DeadTimeGe : public FillHistBase
9 {
10  public:
11  DeadTimeGe(char * HistogramDirectoryName);
12  ~DeadTimeGe();
13  private:
14  /* data */
15  public:
17 }; // end of class declaration DeadTimeGe
18 
19 
20 #endif /* end of include guard: DEADTIMEGE_H_DUEVBG4Q */
21