|
BmnRoot
|
#include <BmnBCGeoPar.h>
Public Member Functions | |
| BmnBCGeoPar (const char *name="BmnBCGeoPar", const char *title="BC Geometry Parameters", const char *context="BCDefaultContext") | |
| ~BmnBCGeoPar (void) | |
| void | clear (void) |
| void | putParams (FairParamList *) |
| Bool_t | getParams (FairParamList *) |
| TObjArray * | GetGeoSensitiveNodes () |
| TObjArray * | GetGeoPassiveNodes () |
| BmnBCGeoPar (const char *name="BmnBCGeoPar", const char *title="BC Geometry Parameters", const char *context="BCDefaultContext") | |
| ~BmnBCGeoPar (void) | |
| void | clear (void) |
| void | putParams (FairParamList *) |
| Bool_t | getParams (FairParamList *) |
| TObjArray * | GetGeoSensitiveNodes () |
| TObjArray * | GetGeoPassiveNodes () |
Public Attributes | |
| TObjArray * | fGeoSensNodes |
| TObjArray * | fGeoPassNodes |
Definition at line 7 of file BmnBCGeoPar.h.
| BmnBCGeoPar::BmnBCGeoPar | ( | const char * | name = "BmnBCGeoPar", |
| const char * | title = "BC Geometry Parameters", |
||
| const char * | context = "BCDefaultContext" |
||
| ) |
List of FairGeoNodes for passive volumes
Definition at line 7 of file BmnBCGeoPar.cxx.
References fGeoPassNodes, and fGeoSensNodes.
| BmnBCGeoPar::~BmnBCGeoPar | ( | void | ) |
Definition at line 15 of file BmnBCGeoPar.cxx.
| BmnBCGeoPar::BmnBCGeoPar | ( | const char * | name = "BmnBCGeoPar", |
| const char * | title = "BC Geometry Parameters", |
||
| const char * | context = "BCDefaultContext" |
||
| ) |
List of FairGeoNodes for passive volumes
| BmnBCGeoPar::~BmnBCGeoPar | ( | void | ) |
| void BmnBCGeoPar::clear | ( | void | ) |
Definition at line 20 of file BmnBCGeoPar.cxx.
References fGeoPassNodes, and fGeoSensNodes.
| void BmnBCGeoPar::clear | ( | void | ) |
|
inline |
Definition at line 20 of file BmnBCGeoPar.h.
References fGeoPassNodes.
Referenced by BmnBC::ConstructAsciiGeometry().
|
inline |
Definition at line 20 of file BmnBCGeoPar.h.
References fGeoPassNodes.
|
inline |
Definition at line 19 of file BmnBCGeoPar.h.
References fGeoSensNodes.
Referenced by BmnBC::ConstructAsciiGeometry().
|
inline |
Definition at line 19 of file BmnBCGeoPar.h.
References fGeoSensNodes.
| Bool_t BmnBCGeoPar::getParams | ( | FairParamList * | l | ) |
Definition at line 31 of file BmnBCGeoPar.cxx.
References fGeoPassNodes, and fGeoSensNodes.
| Bool_t BmnBCGeoPar::getParams | ( | FairParamList * | ) |
| void BmnBCGeoPar::putParams | ( | FairParamList * | l | ) |
Definition at line 25 of file BmnBCGeoPar.cxx.
References fGeoPassNodes, and fGeoSensNodes.
| void BmnBCGeoPar::putParams | ( | FairParamList * | ) |
| TObjArray * BmnBCGeoPar::fGeoPassNodes |
List of FairGeoNodes for sensitive volumes
Definition at line 10 of file BmnBCGeoPar.h.
Referenced by BmnBCGeoPar(), clear(), GetGeoPassiveNodes(), getParams(), and putParams().
| TObjArray * BmnBCGeoPar::fGeoSensNodes |
Definition at line 9 of file BmnBCGeoPar.h.
Referenced by BmnBCGeoPar(), clear(), GetGeoSensitiveNodes(), getParams(), and putParams().