GEMC  1.8
Geant4 Monte-Carlo Framework
Public Member Functions | Data Fields
MBank Class Reference

#include <MBankdefs.h>

+ Collaboration diagram for MBank:

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...
 

Detailed Description

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.

Constructor & Destructor Documentation

MBank::MBank ( )
inline

Definition at line 31 of file MBankdefs.h.

MBank::~MBank ( )
inline

Definition at line 32 of file MBankdefs.h.

Field Documentation

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.