#include <AlRun.h>
Collaboration diagram for AlRun:
Public Methods | |
AlRun () | |
constructor. More... | |
AlRun (const AlRun &) | |
copy constructor. More... | |
int | Energy () const |
Energy. More... | |
int | ExperimentNumber () const |
Experiment number. More... | |
int | number () const |
run number. More... | |
int | type () const |
run type. More... | |
void | SETqhac (QHAC *bank) |
set the pointer to QHAC. More... | |
void | SETqext (QEXT *bank) |
set the pointer to QEXT. More... | |
QHAC* | GETqhac () |
get the pointer to QHAC. More... | |
QEXT* | GETqext () |
get the pointer to QEXT. More... | |
Private Methods | |
EVEH* | EventHeader () const |
RLEP* | LepHeader () const |
RUNH* | RunHeader () const |
ASIM* | MCdate () const |
Private Attributes | |
QHAC* | qhac |
QEXT* | qext |
gives acces to general run-related information
Definition at line 19 of file AlRun.h.
|
constructor.
|
|
copy constructor.
|
|
Energy. The best energy (QELEP) is provided by the event energy. Here, only run energy, as provided by Lep |
|
|
|
Experiment number.
|
|
get the pointer to QEXT.
|
|
get the pointer to QHAC.
|
|
|
|
|
|
|
|
set the pointer to QEXT.
Definition at line 44 of file AlRun.h. Referenced by AlphaBanks::InitObjectStructure().
|
|
set the pointer to QHAC.
Definition at line 42 of file AlRun.h. Referenced by AlphaBanks::InitObjectStructure().
|
|
run number.
Definition at line 44 of file AlRun.cpp. Referenced by GeneralEventInfo::Run(), AlephROOTDbManager::StoreEvent(), and AlephExManager::UserEvent().
|
|
run type.
|
|
|
|
|