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