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