|
BmnRoot
|
#include <BmnFDGeoPar.h>
Public Member Functions | |
| BmnFDGeoPar (const char *name="BmnFDGeoPar", const char *title="FD Geometry Parameters", const char *context="FDDefaultContext") | |
| ~BmnFDGeoPar (void) | |
| void | clear (void) |
| void | putParams (FairParamList *) |
| Bool_t | getParams (FairParamList *) |
| TObjArray * | GetGeoSensitiveNodes () |
| TObjArray * | GetGeoPassiveNodes () |
| BmnFDGeoPar (const char *name="BmnFDGeoPar", const char *title="FD Geometry Parameters", const char *context="FDDefaultContext") | |
| ~BmnFDGeoPar (void) | |
| void | clear (void) |
| void | putParams (FairParamList *) |
| Bool_t | getParams (FairParamList *) |
| TObjArray * | GetGeoSensitiveNodes () |
| TObjArray * | GetGeoPassiveNodes () |
Public Attributes | |
| TObjArray * | fGeoSensNodes |
| TObjArray * | fGeoPassNodes |
Definition at line 8 of file BmnFDGeoPar.h.
| BmnFDGeoPar::BmnFDGeoPar | ( | const char * | name = "BmnFDGeoPar", |
| const char * | title = "FD Geometry Parameters", |
||
| const char * | context = "FDDefaultContext" |
||
| ) |
List of FairGeoNodes for passive volumes
Definition at line 7 of file BmnFDGeoPar.cxx.
References fGeoPassNodes, and fGeoSensNodes.
| BmnFDGeoPar::~BmnFDGeoPar | ( | void | ) |
Definition at line 14 of file BmnFDGeoPar.cxx.
| BmnFDGeoPar::BmnFDGeoPar | ( | const char * | name = "BmnFDGeoPar", |
| const char * | title = "FD Geometry Parameters", |
||
| const char * | context = "FDDefaultContext" |
||
| ) |
List of FairGeoNodes for passive volumes
| BmnFDGeoPar::~BmnFDGeoPar | ( | void | ) |
| void BmnFDGeoPar::clear | ( | void | ) |
Definition at line 19 of file BmnFDGeoPar.cxx.
References fGeoPassNodes, and fGeoSensNodes.
| void BmnFDGeoPar::clear | ( | void | ) |
|
inline |
Definition at line 21 of file BmnFDGeoPar.h.
References fGeoPassNodes.
Referenced by BmnFD::ConstructAsciiGeometry().
|
inline |
Definition at line 21 of file BmnFDGeoPar.h.
References fGeoPassNodes.
|
inline |
Definition at line 20 of file BmnFDGeoPar.h.
References fGeoSensNodes.
Referenced by BmnFD::ConstructAsciiGeometry().
|
inline |
Definition at line 20 of file BmnFDGeoPar.h.
References fGeoSensNodes.
| Bool_t BmnFDGeoPar::getParams | ( | FairParamList * | l | ) |
Definition at line 30 of file BmnFDGeoPar.cxx.
References fGeoPassNodes, and fGeoSensNodes.
| Bool_t BmnFDGeoPar::getParams | ( | FairParamList * | ) |
| void BmnFDGeoPar::putParams | ( | FairParamList * | l | ) |
Definition at line 24 of file BmnFDGeoPar.cxx.
References fGeoPassNodes, and fGeoSensNodes.
| void BmnFDGeoPar::putParams | ( | FairParamList * | ) |
| TObjArray * BmnFDGeoPar::fGeoPassNodes |
List of FairGeoNodes for sensitive volumes
Definition at line 11 of file BmnFDGeoPar.h.
Referenced by BmnFDGeoPar(), clear(), GetGeoPassiveNodes(), getParams(), and putParams().
| TObjArray * BmnFDGeoPar::fGeoSensNodes |
Definition at line 10 of file BmnFDGeoPar.h.
Referenced by BmnFDGeoPar(), clear(), GetGeoSensitiveNodes(), getParams(), and putParams().