#include <AlephIoManager.h>
Inheritance diagram for AlephIoManager:
Public Methods | |
virtual AlephRC | initialize () |
the initialization step. More... | |
AlephRC | run () |
the running. More... | |
virtual AlephRC | terminate () |
the terminating step. More... | |
virtual AlephCardsReader& | theCardsReader () |
return the pointer to the Cards Reader. More... | |
virtual AlephNtupleWriter& | theNtupleWriter () |
return the pointer to the Ntuple Writer. More... | |
Static Public Methods | |
AlephManager* | TheAlephIoManager () |
the instance function of the Singleton. More... | |
Protected Methods | |
AlephIoManager () | |
~AlephIoManager () | |
Private Attributes | |
AlephCardsReader | _theCardsReader |
AlephNtupleWriter | _theNtupleWriter |
Static Private Attributes | |
AlephManager* | _theAlephIoManager = 0 |
Definition at line 22 of file AlephIoManager.h.
|
Definition at line 40 of file AlephIoManager.cpp. |
|
Definition at line 50 of file AlephIoManager.cpp. |
|
the instance function of the Singleton.
Definition at line 25 of file AlephIoManager.cpp. Referenced by CollectLeptons::Run(), and AlephSession::initialize().
|
|
the initialization step.
Reimplemented from AlephManager. Definition at line 58 of file AlephIoManager.cpp. |
|
the running.
Definition at line 80 of file AlephIoManager.cpp. |
|
the terminating step.
Reimplemented from AlephManager. Definition at line 97 of file AlephIoManager.cpp. |
|
return the pointer to the Cards Reader.
Definition at line 113 of file AlephIoManager.cpp. Referenced by AlephDbManager::TheAlephDbManager(), AlephROOTDbManager::initialize(), and AlephExManager::theCardsReader().
|
|
return the pointer to the Ntuple Writer.
Definition at line 119 of file AlephIoManager.cpp. Referenced by AlephExManager::theNtupleWriter().
|
|
Definition at line 20 of file AlephIoManager.cpp. |
|
Definition at line 60 of file AlephIoManager.h. |
|
Definition at line 63 of file AlephIoManager.h. |