StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StBemcTriggerDbThresholds.h
1 //
2 // StBemcTriggerDbThresholds.h,v 0.01
3 //
4 #ifndef STAR_StBemcTriggerDbThresholds
5 #define STAR_StBemcTriggerDbThresholds
6 
7 #include "StMessMgr.h"
8 #include "TDatime.h"
9 
10 class St_db_Maker;
11 
13  private:
14 
15  TDatime start_2006[6];
16  TDatime start_2007[4];
17  TDatime start_2008[6];
18  TDatime start_2009[2];
19  TDatime end_2006[6];
20  TDatime end_2007[4];
21  TDatime end_2008[6];
22  TDatime end_2009[2];
23 
24  public:
25 
27  virtual ~StBemcTriggerDbThresholds();
28 
29  void LoadTimeStamps();
30  Int_t GetHtFEEbitOffset(Int_t);
31  Int_t GetHT_DSM0_threshold(Int_t, UInt_t, Int_t);
32  Int_t GetJP_DSM1_threshold(Int_t, UInt_t, Int_t);
33  Int_t GetTP_DSM0_threshold(Int_t, UInt_t, Int_t);
34 
35 
36  ClassDef(StBemcTriggerDbThresholds, 1)
37  };
38 
39 
40 #endif