StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
St_tpcBXT0CorrEPDC.h
1 #ifndef St_tpcBXT0CorrEPDC_h
2 #define St_tpcBXT0CorrEPDC_h
3 
4 #include "St_tpcBXT0CorrC.h"
5 
7  public:
8  static StTpcBXT0CorrEPDC * instance();
9  StTpcBXT0CorrEPDC(St_tpcBXT0Corr * table = 0) : St_tpcBXT0CorrC(table) {}
10  virtual ~StTpcBXT0CorrEPDC() {fgInstance = 0;}
11  double getCorrection (double epdTAC, double driftVelocity, double timeBinWidth);
12  private:
13  static StTpcBXT0CorrEPDC * fgInstance;
14  ClassDef(StTpcBXT0CorrEPDC, 1)
15 };
16 
17 #endif