|
BmnRoot
|
#include <BmnDchGeoPar.h>
Public Member Functions | |
| BmnDchGeoPar (const char *name="BmnDchGeoPar", const char *title="DCH Geometry Parameters", const char *context="TestDefaultContext") | |
| ~BmnDchGeoPar (void) | |
| void | clear (void) |
| void | putParams (FairParamList *) |
| Bool_t | getParams (FairParamList *) |
| TObjArray * | GetGeoSensitiveNodes () |
| TObjArray * | GetGeoPassiveNodes () |
| BmnDchGeoPar (const char *name="BmnDchGeoPar", const char *title="DCH Geometry Parameters", const char *context="TestDefaultContext") | |
| ~BmnDchGeoPar (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 BmnDchGeoPar.h.
| BmnDchGeoPar::BmnDchGeoPar | ( | const char * | name = "BmnDchGeoPar", |
| const char * | title = "DCH Geometry Parameters", |
||
| const char * | context = "TestDefaultContext" |
||
| ) |
Definition at line 8 of file BmnDchGeoPar.cxx.
References fGeoPassNodes, and fGeoSensNodes.
| BmnDchGeoPar::~BmnDchGeoPar | ( | void | ) |
Definition at line 15 of file BmnDchGeoPar.cxx.
| BmnDchGeoPar::BmnDchGeoPar | ( | const char * | name = "BmnDchGeoPar", |
| const char * | title = "DCH Geometry Parameters", |
||
| const char * | context = "TestDefaultContext" |
||
| ) |
| BmnDchGeoPar::~BmnDchGeoPar | ( | void | ) |
| void BmnDchGeoPar::clear | ( | void | ) |
Definition at line 18 of file BmnDchGeoPar.cxx.
References fGeoPassNodes, and fGeoSensNodes.
| void BmnDchGeoPar::clear | ( | void | ) |
|
inline |
Definition at line 21 of file BmnDchGeoPar.h.
References fGeoPassNodes.
Referenced by BmnDch::ConstructAsciiGeometry().
|
inline |
Definition at line 21 of file BmnDchGeoPar.h.
References fGeoPassNodes.
|
inline |
Definition at line 20 of file BmnDchGeoPar.h.
References fGeoSensNodes.
Referenced by BmnDch::ConstructAsciiGeometry().
|
inline |
Definition at line 20 of file BmnDchGeoPar.h.
References fGeoSensNodes.
| Bool_t BmnDchGeoPar::getParams | ( | FairParamList * | l | ) |
Definition at line 32 of file BmnDchGeoPar.cxx.
References fGeoPassNodes, and fGeoSensNodes.
| Bool_t BmnDchGeoPar::getParams | ( | FairParamList * | ) |
| void BmnDchGeoPar::putParams | ( | FairParamList * | l | ) |
Definition at line 24 of file BmnDchGeoPar.cxx.
References fGeoPassNodes, and fGeoSensNodes.
| void BmnDchGeoPar::putParams | ( | FairParamList * | ) |
| TObjArray * BmnDchGeoPar::fGeoPassNodes |
Definition at line 11 of file BmnDchGeoPar.h.
Referenced by BmnDchGeoPar(), clear(), GetGeoPassiveNodes(), getParams(), and putParams().
| TObjArray * BmnDchGeoPar::fGeoSensNodes |
Definition at line 10 of file BmnDchGeoPar.h.
Referenced by BmnDchGeoPar(), clear(), GetGeoSensitiveNodes(), getParams(), and putParams().