StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StPxlSurveyC.h
1 #ifndef StPxlSurvey_h
2 #define StPxlSurvey_h
3 
4 #include "St_SurveyC.h"
5 
6 class StPxlpstOnIds : public St_SurveyC {
7  public:
8  static StPxlpstOnIds* instance();
9  StPxlpstOnIds(St_Survey *table=0) : St_SurveyC(table) {}
10  virtual ~StPxlpstOnIds() {fgInstance = 0;}
11  private:
12  static StPxlpstOnIds* fgInstance;
13  ClassDef(StPxlpstOnIds,1) //C++ TChair for pstOnIds
14 };
15 
16 class StpxlOnPst : public St_SurveyC {
17  public:
18  static StpxlOnPst* instance();
19  StpxlOnPst(St_Survey *table=0) : St_SurveyC(table) {}
20  virtual ~StpxlOnPst() {fgInstance = 0;}
21  private:
22  static StpxlOnPst* fgInstance;
23  ClassDef(StpxlOnPst,1) //C++ TChair for pxlOnPst
24 };
25 class StpxlHalfOnPxl : public St_SurveyC {
26  public:
27  static StpxlHalfOnPxl* instance();
28  StpxlHalfOnPxl(St_Survey *table=0) : St_SurveyC(table) {}
29  virtual ~StpxlHalfOnPxl() {fgInstance = 0;}
30  private:
31  static StpxlHalfOnPxl* fgInstance;
32  ClassDef(StpxlHalfOnPxl,1) //C++ TChair for pxlHalfOnPxl
33 };
34 class StpxlSectorOnHalf : public St_SurveyC {
35  public:
36  static StpxlSectorOnHalf* instance();
37  StpxlSectorOnHalf(St_Survey *table=0) : St_SurveyC(table) {}
38  virtual ~StpxlSectorOnHalf() {fgInstance = 0;}
39  private:
40  static StpxlSectorOnHalf* fgInstance;
41  ClassDef(StpxlSectorOnHalf,1) //C++ TChair for pxlSectorOnHalf
42 };
44  public:
45  static StpxlLadderOnSector* instance();
46  StpxlLadderOnSector(St_Survey *table=0) : St_SurveyC(table) {}
47  virtual ~StpxlLadderOnSector() {fgInstance = 0;}
48  private:
49  static StpxlLadderOnSector* fgInstance;
50  ClassDef(StpxlLadderOnSector,1) //C++ TChair for pxlLadderOnSector
51 };
53  public:
54  static StpxlSensorOnLadder* instance();
55  StpxlSensorOnLadder(St_Survey *table=0) : St_SurveyC(table) {}
56  virtual ~StpxlSensorOnLadder() {fgInstance = 0;}
57  private:
58  static StpxlSensorOnLadder* fgInstance;
59  ClassDef(StpxlSensorOnLadder,1) //C++ TChair for pxlSensorOnLadder
60 };
61 
62 #endif