#include <AlephCardsReader.h>
Collaboration diagram for AlephCardsReader:
Public Methods | |
AlephCardsReader () | |
constructor : sets defaults and reads the cards. More... | |
vector<long> | getNevt () const |
NEVT card. More... | |
vector<int> | getClass () const |
CLAS card. More... | |
vector<string> | getDbFiles () const |
FILI card = database files for alpha++. More... | |
string | getDbType () const |
DBTY card = database type. More... | |
string | getTaType () const |
TATY card = transaction type (read or write). More... | |
string | getSeType () const |
SETY card = session type (batch or inter). More... | |
string | getAlphaFilo () const |
card AFIO = FILO for alpha. More... | |
vector<string> | getAlphaFili () const |
card AFII = FILI for alpha. More... | |
vector<string> | getAlphaRead () const |
card AREA = READ for alpha. More... | |
vector<long> | getAlphaSrun () const |
card ASRU = SRUN for Alpha. More... | |
string | getAlphaCard () const |
card ACAR = use std. user ALPHA cards. More... | |
string | getHist () const |
HIST card. More... | |
unsigned long | getSeed () const |
SEED card = seed for the random generator. More... | |
vector<element> | getUserCards () const |
USER card = what the user wants. More... | |
vector<float> | MUIDcuts () const |
MUID card. More... | |
vector<float> | ELIDcuts () const |
ELID card. More... | |
vector<float> | TAIDcuts () const |
TAID card. More... | |
Private Methods | |
void | prepareAlphaCards () |
void | parseInputCards () |
Private Attributes | |
vector<long> | _Nevt |
vector<int> | _Class |
vector<string> | _DbFiles |
string | _DbType |
string | _TaType |
string | _SeType |
string | _AlphaFilo |
vector<string> | _AlphaFili |
vector<string> | _AlphaRead |
vector<long> | _AlphaSrun |
string | _AlphaCard |
string | _Hist |
vector<element> | _UserCards |
vector<float> | _Muid |
vector<float> | _Elid |
vector<float> | _Taid |
unsigned long | _Seed |
|
constructor : sets defaults and reads the cards.
Definition at line 28 of file AlephCardsReader.cpp. |
|
ELID card.
Definition at line 301 of file AlephCardsReader.cpp. Referenced by CollectLeptons::Run().
|
|
MUID card.
Definition at line 300 of file AlephCardsReader.cpp. Referenced by CollectLeptons::Run().
|
|
TAID card.
Definition at line 302 of file AlephCardsReader.cpp. Referenced by CollectLeptons::Run().
|
|
card ACAR = use std. user ALPHA cards.
Definition at line 296 of file AlephCardsReader.cpp. Referenced by prepareAlphaCards().
|
|
card AFII = FILI for alpha.
Definition at line 293 of file AlephCardsReader.cpp. Referenced by AlephROOTDbManager::initialize(), and prepareAlphaCards().
|
|
card AFIO = FILO for alpha.
Definition at line 292 of file AlephCardsReader.cpp. Referenced by AlephROOTDbManager::initialize(), and prepareAlphaCards().
|
|
card AREA = READ for alpha.
Definition at line 294 of file AlephCardsReader.cpp. Referenced by prepareAlphaCards().
|
|
card ASRU = SRUN for Alpha.
Definition at line 295 of file AlephCardsReader.cpp. Referenced by AlephROOTDbManager::initialize(), and prepareAlphaCards().
|
|
CLAS card.
Definition at line 287 of file AlephCardsReader.cpp. Referenced by AlephROOTDbManager::initialize(), and prepareAlphaCards().
|
|
FILI card = database files for alpha++.
Definition at line 288 of file AlephCardsReader.cpp. |
|
DBTY card = database type.
Definition at line 289 of file AlephCardsReader.cpp. Referenced by AlephDbManager::TheAlephDbManager(), and prepareAlphaCards().
|
|
HIST card.
Definition at line 297 of file AlephCardsReader.cpp. Referenced by AlephNtupleWriter::Initialize(), AlephIoManager::initialize(), and prepareAlphaCards().
|
|
NEVT card.
Definition at line 286 of file AlephCardsReader.cpp. Referenced by AlephROOTDbManager::initialize().
|
|
SETY card = session type (batch or inter).
Definition at line 291 of file AlephCardsReader.cpp. |
|
SEED card = seed for the random generator.
Definition at line 298 of file AlephCardsReader.cpp. |
|
TATY card = transaction type (read or write).
Definition at line 290 of file AlephCardsReader.cpp. Referenced by AlephROOTDbManager::initialize().
|
|
USER card = what the user wants.
Definition at line 299 of file AlephCardsReader.cpp. |
|
|
|
Definition at line 215 of file AlephCardsReader.cpp. Referenced by AlephCardsReader().
|
|
Definition at line 76 of file AlephCardsReader.h. |
|
Definition at line 73 of file AlephCardsReader.h. |
|
Definition at line 72 of file AlephCardsReader.h. |
|
Definition at line 74 of file AlephCardsReader.h. |
|
Definition at line 75 of file AlephCardsReader.h. |
|
Definition at line 67 of file AlephCardsReader.h. |
|
Definition at line 68 of file AlephCardsReader.h. |
|
Definition at line 69 of file AlephCardsReader.h. |
|
Definition at line 80 of file AlephCardsReader.h. |
|
Definition at line 77 of file AlephCardsReader.h. |
|
Definition at line 79 of file AlephCardsReader.h. |
|
Definition at line 66 of file AlephCardsReader.h. |
|
Definition at line 71 of file AlephCardsReader.h. |
|
Definition at line 82 of file AlephCardsReader.h. |
|
Definition at line 70 of file AlephCardsReader.h. |
|
Definition at line 81 of file AlephCardsReader.h. |
|
Definition at line 78 of file AlephCardsReader.h. |