StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StPath2tpxGain.h
1 #ifndef StPath2tpxGain_h
2 #define StPath2tpxGain_h
3 
4 #include "St_FilePathC.h"
5 
6 class StPath2tpxGain : public St_FilePathC {
7  public:
8  static StPath2tpxGain* instance();
9  StPath2tpxGain(St_FilePath *table=0) : St_FilePathC(table) {}
10  virtual ~StPath2tpxGain() {fgInstance = 0;}
11  private:
12  static StPath2tpxGain* fgInstance;
13  ClassDef(StPath2tpxGain,1) //C++ TChair for SsdOnGlobal
14 };
15 
16 #endif