AlcapDAQ  1
Lifetime.h
Go to the documentation of this file.
1 #ifndef Lifetime_h__
2 #define Lifetime_h__
3 
4 #include "FillHistBase.h"
5 
6 class TGlobalData;
7 class TSetupData;
8 
9 class Lifetime : public FillHistBase{
10  public:
11  Lifetime(char *HistogramDirectoryName);
12  ~Lifetime();
13 
14  private:
16 };
17 
18 #endif
19