StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StIstSurveyC.h
1 #ifndef StIstSurvey_h
2 #define StIstSurvey_h
3 
4 #include "St_SurveyC.h"
5 
6 class StidsOnTpc : public St_SurveyC {
7  public:
8  static StidsOnTpc* instance();
9  StidsOnTpc(St_Survey *table=0) : St_SurveyC(table) {}
10  virtual ~StidsOnTpc() {fgInstance = 0;}
11  private:
12  static StidsOnTpc* fgInstance;
13  ClassDef(StidsOnTpc,1) //C++ TChair for idsOnTpc
14 };
15 
16 
17 class StpstOnIds : public St_SurveyC {
18  public:
19  static StpstOnIds* instance();
20  StpstOnIds(St_Survey *table=0) : St_SurveyC(table) {}
21  virtual ~StpstOnIds() {fgInstance = 0;}
22  private:
23  static StpstOnIds* fgInstance;
24  ClassDef(StpstOnIds,1) //C++ TChair for pstOnIds
25 };
26 
27 class StistOnPst : public St_SurveyC {
28  public:
29  static StistOnPst* instance();
30  StistOnPst(St_Survey *table=0) : St_SurveyC(table) {}
31  virtual ~StistOnPst() {fgInstance = 0;}
32  private:
33  static StistOnPst* fgInstance;
34  ClassDef(StistOnPst,1) //C++ TChair for istOnPst
35 };
36 class StLadderOnIst : public St_SurveyC {
37  public:
38  static StLadderOnIst* instance();
39  StLadderOnIst(St_Survey *table=0) : St_SurveyC(table) {}
40  virtual ~StLadderOnIst() {fgInstance = 0;}
41  private:
42  static StLadderOnIst* fgInstance;
43  ClassDef(StLadderOnIst,1) //C++ TChair for LadderOnIst
44 };
46  public:
47  static StistSensorOnLadder* instance();
48  StistSensorOnLadder(St_Survey *table=0) : St_SurveyC(table) {}
49  virtual ~StistSensorOnLadder() {fgInstance = 0;}
50  private:
51  static StistSensorOnLadder* fgInstance;
52  ClassDef(StistSensorOnLadder,1) //C++ TChair for istSensorOnLadder
53 };
54 
55 #endif