|
| RunInfo () |
| Default constructor.
|
|
void | setExp (unsigned int exp) |
| Set Experimental Number.
|
|
void | setRun (unsigned int run) |
| Set Run Number.
|
|
void | setRunType (const std::string &run_type) |
| Set Run Type.
|
|
void | setStartTime (unsigned long long int start_time) |
| Set Run Start time (Epoch time)
|
|
void | setStopTime (unsigned long long int stop_time) |
| Set Run Stop time (Epoch time)
|
|
void | setReceivedNevent (unsigned int received_nevent) |
| Set No. More...
|
|
void | setAcceptedNevent (unsigned int accepted_nevent) |
| Set No. More...
|
|
void | setSentNevent (unsigned int sent_nevent) |
| Set No. More...
|
|
void | setRunLength (unsigned int run_length) |
| Set Run length (in sec) by DAQ.
|
|
void | setTriggerRate (double trigger_rate) |
| Set Trigger rate (in Hz)
|
|
void | setBelle2Detector (unsigned int pxd, unsigned int svd, unsigned int cdc, unsigned int top, unsigned int arich, unsigned int ecl, unsigned int klm) |
| Set DetectorSet based on which sub-detectors is included.
|
|
void | setBadRun (unsigned int bad_run) |
| Set Bad run tag (=0 means good run)
|
|
void | setPreScaleTrigger (unsigned int prescaleTrigger, int bit) |
| Set L1 preScale Trigger factors.
|
|
unsigned int | getExp () const |
| Get Experiment number.
|
|
unsigned int | getRun () const |
| Get Run number.
|
|
const std::string & | getRunType () const |
| Get Run type.
|
|
unsigned long long int | getStartTime () const |
| Get Run start time (Epoch time)
|
|
unsigned long long int | getStopTime () const |
| Get Run stop time (Epoch time)
|
|
unsigned int | getReceivedNevent () const |
| Get No. More...
|
|
unsigned int | getAcceptedNevent () const |
| Get No. More...
|
|
unsigned int | getSentNevent () const |
| Get No. More...
|
|
unsigned int | getRunLength () const |
| Get Run length (in sec) by DAQ.
|
|
double | getTriggerRate () const |
| Get Trigger rate (Hz)
|
|
unsigned int | getBadRun () const |
| Get Bad run tag.
|
|
Const::DetectorSet | getBelle2Detector () const |
| Get DetectorSet for the subdetectors included in the set.
|
|
unsigned int | getPreScaleTrigger (int bit) const |
| Get L1 preScale Trigger factors.
|
|
virtual void | Print (Option_t *option="") const override |
| Print the content value.
|
|
Database object for Run Information.
Definition at line 24 of file RunInfo.h.