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