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