GEMC
1.8
Geant4 Monte-Carlo Framework
|
#include <MBankdefs.h>
Public Member Functions | |
MBank () | |
~MBank () | |
Data Fields | |
vector< string > | name |
Variable name. More... | |
vector< int > | id |
Output variable identifier. More... | |
vector< int > | type |
Type of variable: 0=int, 1=double. More... | |
vector< int > | activated |
Activated means this variable will be written to the output. More... | |
vector< string > | description |
Variable description. More... | |
MBank
This class defines the general bank content.
The structure of the content is read from the database.
Each variable is activated with the column "activated"
Definition at line 28 of file MBankdefs.h.
|
inline |
Definition at line 31 of file MBankdefs.h.
|
inline |
Definition at line 32 of file MBankdefs.h.
vector<int> MBank::activated |
Definition at line 38 of file MBankdefs.h.
vector<string> MBank::description |
Definition at line 39 of file MBankdefs.h.
vector<int> MBank::id |
Definition at line 36 of file MBankdefs.h.
vector<string> MBank::name |
Definition at line 35 of file MBankdefs.h.
vector<int> MBank::type |
Definition at line 37 of file MBankdefs.h.