|
BmnRoot
|
#include <BmnSiMDGeoPar.h>
Public Member Functions | |
| BmnSiMDGeoPar (const char *name="BmnSiMDGeoPar", const char *title="SiMD Geometry Parameters", const char *context="SiMDDefaultContext") | |
| ~BmnSiMDGeoPar (void) | |
| void | clear (void) |
| void | putParams (FairParamList *) |
| Bool_t | getParams (FairParamList *) |
| TObjArray * | GetGeoSensitiveNodes () |
| TObjArray * | GetGeoPassiveNodes () |
| BmnSiMDGeoPar (const char *name="BmnSiMDGeoPar", const char *title="SiMD Geometry Parameters", const char *context="SiMDDefaultContext") | |
| ~BmnSiMDGeoPar (void) | |
| void | clear (void) |
| void | putParams (FairParamList *) |
| Bool_t | getParams (FairParamList *) |
| TObjArray * | GetGeoSensitiveNodes () |
| TObjArray * | GetGeoPassiveNodes () |
Public Attributes | |
| TObjArray * | fGeoSensNodes |
| TObjArray * | fGeoPassNodes |
Definition at line 13 of file BmnSiMDGeoPar.h.
| BmnSiMDGeoPar::BmnSiMDGeoPar | ( | const char * | name = "BmnSiMDGeoPar", |
| const char * | title = "SiMD Geometry Parameters", |
||
| const char * | context = "SiMDDefaultContext" |
||
| ) |
List of FairGeoNodes for passive volumes
Definition at line 13 of file BmnSiMDGeoPar.cxx.
References fGeoPassNodes, and fGeoSensNodes.
| BmnSiMDGeoPar::~BmnSiMDGeoPar | ( | void | ) |
Definition at line 21 of file BmnSiMDGeoPar.cxx.
| BmnSiMDGeoPar::BmnSiMDGeoPar | ( | const char * | name = "BmnSiMDGeoPar", |
| const char * | title = "SiMD Geometry Parameters", |
||
| const char * | context = "SiMDDefaultContext" |
||
| ) |
List of FairGeoNodes for passive volumes
| BmnSiMDGeoPar::~BmnSiMDGeoPar | ( | void | ) |
| void BmnSiMDGeoPar::clear | ( | void | ) |
Definition at line 26 of file BmnSiMDGeoPar.cxx.
References fGeoPassNodes, and fGeoSensNodes.
| void BmnSiMDGeoPar::clear | ( | void | ) |
|
inline |
Definition at line 26 of file BmnSiMDGeoPar.h.
References fGeoPassNodes.
Referenced by BmnSiMD::ConstructAsciiGeometry().
|
inline |
Definition at line 26 of file BmnSiMDGeoPar.h.
References fGeoPassNodes.
|
inline |
Definition at line 25 of file BmnSiMDGeoPar.h.
References fGeoSensNodes.
Referenced by BmnSiMD::ConstructAsciiGeometry().
|
inline |
Definition at line 25 of file BmnSiMDGeoPar.h.
References fGeoSensNodes.
| Bool_t BmnSiMDGeoPar::getParams | ( | FairParamList * | l | ) |
Definition at line 37 of file BmnSiMDGeoPar.cxx.
References fGeoPassNodes, and fGeoSensNodes.
| Bool_t BmnSiMDGeoPar::getParams | ( | FairParamList * | ) |
| void BmnSiMDGeoPar::putParams | ( | FairParamList * | l | ) |
Definition at line 31 of file BmnSiMDGeoPar.cxx.
References fGeoPassNodes, and fGeoSensNodes.
| void BmnSiMDGeoPar::putParams | ( | FairParamList * | ) |
| TObjArray * BmnSiMDGeoPar::fGeoPassNodes |
List of FairGeoNodes for sensitive volumes
Definition at line 16 of file BmnSiMDGeoPar.h.
Referenced by BmnSiMDGeoPar(), clear(), GetGeoPassiveNodes(), getParams(), and putParams().
| TObjArray * BmnSiMDGeoPar::fGeoSensNodes |
Definition at line 15 of file BmnSiMDGeoPar.h.
Referenced by BmnSiMDGeoPar(), clear(), GetGeoSensitiveNodes(), getParams(), and putParams().