59 time_t productionTime()
const;
60 TString productionVersion()
const;
61 double centerOfMassEnergy()
const;
62 int beamMassNumber(StBeamDirection)
const;
63 float beamEnergy(StBeamDirection)
const;
64 float initialBeamIntensity(StBeamDirection)
const;
65 float beamLifeTime(StBeamDirection)
const;
66 float beamFillNumber(StBeamDirection)
const;
67 double magneticField()
const;
68 double tpcDriftVelocity(StBeamDirection)
const;
69 double svtDriftVelocityScaler()
const;
71 double zdcWestRate()
const;
72 double zdcEastRate()
const;
73 double zdcCoincidenceRate()
const;
74 double bbcCoincidenceRate()
const;
75 double backgroundRate()
const;
76 double l0RateToRich()
const;
78 double bbcEastRate()
const;
79 double bbcWestRate()
const;
80 double bbcBlueBackgroundRate()
const;
81 double bbcYellowBackgroundRate()
const;
83 int spaceChargeCorrectionMode()
const;
84 float spaceCharge()
const;
87 void setProductionTime(time_t);
88 void setProductionVersion(
const char*);
89 void setCenterOfMassEnergy(
double);
90 void setBeamMassNumber(StBeamDirection,
int);
91 void setBeamEnergy(StBeamDirection,
float);
92 void setInitialBeamIntensity(StBeamDirection,
float);
93 void setBeamLifeTime(StBeamDirection,
float);
94 void setBeamFillNumber(StBeamDirection,
float);
95 void setMagneticField(
double);
96 void setTpcDriftVelocity(StBeamDirection,
double);
97 void setSvtDriftVelocityScaler(
float);
99 void setZdcWestRate(
double);
100 void setZdcEastRate(
double);
101 void setZdcCoincidenceRate(
double);
102 void setBbcCoincidenceRate(
double);
103 void setBackgroundRate(
double);
104 void setL0RateToRich(
double);
106 void setBbcEastRate(
double);
107 void setBbcWestRate(
double);
108 void setBbcBlueBackgroundRate(
double);
109 void setBbcYellowBackgroundRate(
double);
111 void setSpaceChargeCorrectionMode(
int);
112 void setSpaceCharge(
float);
118 UInt_t mProductionTime;
119 TString mProductionVersion;
121 Float_t mCenterOfMassEnergy;
122 Int_t mBeamMassNumber[2];
124 Double_t mMagneticFieldZ;
125 Float_t mTpcDriftVelocity[2];
126 Float_t mSvtDriftVelocityScaler;
128 Double_t mZdcEastRate;
129 Double_t mZdcWestRate;
130 Double_t mZdcCoincidenceRate;
131 Double_t mBackgroundRate;
132 Double_t mL0RateToRich;
133 Double_t mBbcCoincidenceRate;
135 Float_t mBeamEnergy[2];
136 Float_t mInitialBeamIntensity[2];
137 Float_t mBeamLifeTime[2];
138 Float_t mBeamFillNumber[2];
140 Double_t mBbcEastRate;
141 Double_t mBbcWestRate;
142 Double_t mBbcBlueBackgroundRate;
143 Double_t mBbcYellowBackgroundRate;
145 Int_t mSpaceChargeCorrectionMode;
146 Float_t mSpaceCharge;