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