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