#include <AlephExManager.h>
Inheritance diagram for AlephExManager:
Public Methods | |
virtual AlephRC | initialize () |
the initialization step. More... | |
void | UserInit () |
virtual AlephRC | run () |
bool | UserEvent (AlphaBanks &) |
virtual AlephRC | terminate () |
the terminating step. More... | |
void | UserTerm () |
void | setCurrentRunEvt (const long &CurrentRun, const long &CurrentEvt) |
long | getCurrentRun () const |
long | getCurrentEvt () const |
long | getEventCount () const |
AlephSession* | theSession () const |
AlephDbManager* | theDbm () const |
AlephIoManager* | theIom () const |
AlephCardsReader* | theCardsReader () const |
AlephNtupleWriter* | theNtupleWriter () const |
Static Public Methods | |
AlephManager* | TheAlephExManager () |
Protected Methods | |
AlephExManager () | |
virtual | ~AlephExManager () |
Protected Attributes | |
AlephDbManager* | _theDbManager |
long | EventCount |
Private Attributes | |
long | _currentRun |
long | _currentEvt |
Static Private Attributes | |
AlephManager* | _theAlephExManager = 0 |
|
Definition at line 100 of file AlephExManager.cpp. |
|
Definition at line 117 of file AlephExManager.cpp. |
|
Definition at line 39 of file AlephExManager.cpp. Referenced by AlephSession::initialize().
|
|
Definition at line 144 of file acoplanar.cpp. Referenced by run().
|
|
Definition at line 31 of file acoplanar.cpp. Referenced by AlephROOTExManager::initialize(), initialize(), and AlephEpioExManager::initialize().
|
|
Definition at line 639 of file acoplanar.cpp. Referenced by AlephROOTExManager::terminate(), terminate(), and AlephEpioExManager::terminate().
|
|
Definition at line 225 of file AlephExManager.cpp. |
|
Definition at line 217 of file AlephExManager.cpp. |
|
Definition at line 233 of file AlephExManager.cpp. |
|
the initialization step.
Reimplemented from AlephManager. Reimplemented in AlephEpioExManager, and AlephROOTExManager. Definition at line 127 of file AlephExManager.cpp. |
|
Reimplemented in AlephEpioExManager, and AlephROOTExManager. Definition at line 162 of file AlephExManager.cpp. |
|
Definition at line 207 of file AlephExManager.cpp. Referenced by AlephROOTDbManager::GetEvent().
|
|
the terminating step.
Reimplemented from AlephManager. Reimplemented in AlephEpioExManager, and AlephROOTExManager. Definition at line 188 of file AlephExManager.cpp. |
|
Definition at line 256 of file AlephExManager.cpp. |
|
Definition at line 246 of file AlephExManager.cpp. |
|
Definition at line 251 of file AlephExManager.cpp. Referenced by theCardsReader(), and theNtupleWriter().
|
|
Definition at line 270 of file AlephExManager.cpp. Referenced by UserInit().
|
|
Definition at line 241 of file AlephExManager.cpp. Referenced by theIom().
|
|
Definition at line 73 of file AlephExManager.h. |
|
Definition at line 81 of file AlephExManager.h. |
|
Definition at line 80 of file AlephExManager.h. |
|
Definition at line 34 of file AlephExManager.cpp. |
|
Definition at line 71 of file AlephExManager.h. |