StRoot
1
|
#include <StRunInfo.h>
Public Member Functions | |
int | runId () const |
time_t | productionTime () const |
TString | productionVersion () const |
double | centerOfMassEnergy () const |
int | beamMassNumber (StBeamDirection) const |
float | beamEnergy (StBeamDirection) const |
float | initialBeamIntensity (StBeamDirection) const |
float | beamLifeTime (StBeamDirection) const |
float | beamFillNumber (StBeamDirection) const |
double | magneticField () const |
double | tpcDriftVelocity (StBeamDirection) const |
double | svtDriftVelocityScaler () const |
double | zdcWestRate () const |
double | zdcEastRate () const |
double | zdcCoincidenceRate () const |
double | bbcCoincidenceRate () const |
double | backgroundRate () const |
double | l0RateToRich () const |
double | bbcEastRate () const |
double | bbcWestRate () const |
double | bbcBlueBackgroundRate () const |
double | bbcYellowBackgroundRate () const |
int | spaceChargeCorrectionMode () const |
float | spaceCharge () const |
void | setRunId (int) |
void | setProductionTime (time_t) |
void | setProductionVersion (const char *) |
void | setCenterOfMassEnergy (double) |
void | setBeamMassNumber (StBeamDirection, int) |
void | setBeamEnergy (StBeamDirection, float) |
void | setInitialBeamIntensity (StBeamDirection, float) |
void | setBeamLifeTime (StBeamDirection, float) |
void | setBeamFillNumber (StBeamDirection, float) |
void | setMagneticField (double) |
void | setTpcDriftVelocity (StBeamDirection, double) |
void | setSvtDriftVelocityScaler (float) |
void | setZdcWestRate (double) |
void | setZdcEastRate (double) |
void | setZdcCoincidenceRate (double) |
void | setBbcCoincidenceRate (double) |
void | setBackgroundRate (double) |
void | setL0RateToRich (double) |
void | setBbcEastRate (double) |
void | setBbcWestRate (double) |
void | setBbcBlueBackgroundRate (double) |
void | setBbcYellowBackgroundRate (double) |
void | setSpaceChargeCorrectionMode (int) |
void | setSpaceCharge (float) |
Public Member Functions inherited from StObject | |
StObject (const StObject &sto) | |
StObject & | operator= (const StObject &sto) |
virtual TObject * | clone () const |
Int_t | isZombie () const |
virtual void | makeZombie (int flg=1) |
UInt_t | Ztreamer (TBuffer &R__b) |
ClassDef (StObject, 3) static UInt_t fgTally | |
Definition at line 51 of file StRunInfo.h.