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