StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
St_TpcLengthCorrectionBC.h
1 #ifndef St_TpcLengthCorrectionBC_h
2 #define St_TpcLengthCorrectionBC_h
3 #include "St_tpcCorrectionC.h"
5  public:
6  static St_TpcLengthCorrectionBC* instance();
7  protected:
8  St_TpcLengthCorrectionBC(St_tpcCorrection *table=0) : St_tpcCorrectionC(table) {}
9  virtual ~St_TpcLengthCorrectionBC() {fgInstance = 0;}
10  private:
11  static St_TpcLengthCorrectionBC* fgInstance;
12  ClassDef(St_TpcLengthCorrectionBC,1)
13 };
14 #endif