00001 #ifndef St_TpcSecRowXC_h 00002 #define St_TpcSecRowXC_h 00003 #include "St_TpcSecRowCorC.h" 00004 class St_TpcSecRowXC : public St_TpcSecRowCorC { 00005 public: 00006 static St_TpcSecRowXC* instance(); 00007 protected: 00008 St_TpcSecRowXC(St_TpcSecRowCor *table=0) : St_TpcSecRowCorC(table) {} 00009 virtual ~St_TpcSecRowXC() {fgInstance = 0;} 00010 private: 00011 static St_TpcSecRowXC* fgInstance; 00012 ClassDef(St_TpcSecRowXC,1) 00013 }; 00014 #endif
1.5.9