#include <AlephROOTDbManager.h>
Inheritance diagram for AlephROOTDbManager:
Public Methods | |
virtual AlephRC | initialize () |
the initialization step. More... | |
virtual AlephRC | terminate () |
the terminating step. More... | |
virtual AlephRC | StoreEvent (AlphaBanks *) |
store the event. More... | |
virtual AlephRC | GetEvent (AlphaBanks *) |
get the event back. More... | |
virtual AlephRC | openExistingDb (const vector< string > &aDbName, const string &mode="TRANSTY") |
open an existing database. More... | |
virtual AlephRC | openNewDb (const string &aDbName) |
open a new database. More... | |
Protected Methods | |
AlephROOTDbManager () | |
virtual | ~AlephROOTDbManager () |
Private Attributes | |
TFile* | ROOTDbFile |
TTree* | ROOTDbTree |
AlphaBanks* | mylocalevent |
int | eventnumber |
int | runnumber |
int | edirclass |
int | entry |
long | classbitpattern |
list<long> | asrucardlist |
long | lowentry |
long | highentry |
Friends | |
class | AlephDbManager |
Definition at line 25 of file AlephROOTDbManager.h.
|
Definition at line 28 of file AlephROOTDbManager.cpp. |
|
Definition at line 36 of file AlephROOTDbManager.cpp. |
|
get the event back.
Reimplemented from AlephDbManager. Definition at line 224 of file AlephROOTDbManager.cpp. |
|
store the event.
Reimplemented from AlephDbManager. Definition at line 213 of file AlephROOTDbManager.cpp. |
|
the initialization step.
Reimplemented from AlephDbManager. Definition at line 43 of file AlephROOTDbManager.cpp. |
|
open an existing database.
Reimplemented from AlephDbManager. Definition at line 189 of file AlephROOTDbManager.cpp. Referenced by initialize().
|
|
open a new database.
Reimplemented from AlephDbManager. Definition at line 200 of file AlephROOTDbManager.cpp. Referenced by initialize().
|
|
the terminating step.
Reimplemented from AlephDbManager. Definition at line 257 of file AlephROOTDbManager.cpp. |
|
Definition at line 29 of file AlephROOTDbManager.h. |
|
Definition at line 52 of file AlephROOTDbManager.h. |
|
Definition at line 53 of file AlephROOTDbManager.h. |
|
Definition at line 58 of file AlephROOTDbManager.h. |
|
Definition at line 57 of file AlephROOTDbManager.h. |
|
Definition at line 55 of file AlephROOTDbManager.h. |
|
Definition at line 56 of file AlephROOTDbManager.h. |
|
Definition at line 55 of file AlephROOTDbManager.h. |
|
Definition at line 60 of file AlephROOTDbManager.h. |
|
Definition at line 59 of file AlephROOTDbManager.h. |
|
Definition at line 54 of file AlephROOTDbManager.h. |
|
Definition at line 55 of file AlephROOTDbManager.h. |