|
BmnRoot
|
#include <BmnZdcGeoPar.h>
Public Member Functions | |
| BmnZdcGeoPar (const char *name="BmnZdcGeoPar", const char *title="Zdc Geometry Parameters", const char *context="ZdcDefaultContext") | |
| ~BmnZdcGeoPar (void) | |
| void | clear (void) |
| void | putParams (FairParamList *) |
| Bool_t | getParams (FairParamList *) |
| TObjArray * | GetGeoSensitiveNodes () |
| TObjArray * | GetGeoPassiveNodes () |
| BmnZdcGeoPar (const char *name="BmnZdcGeoPar", const char *title="Zdc Geometry Parameters", const char *context="ZdcDefaultContext") | |
| ~BmnZdcGeoPar (void) | |
| void | clear (void) |
| void | putParams (FairParamList *) |
| Bool_t | getParams (FairParamList *) |
| TObjArray * | GetGeoSensitiveNodes () |
| TObjArray * | GetGeoPassiveNodes () |
Public Attributes | |
| TObjArray * | fGeoSensNodes |
| TObjArray * | fGeoPassNodes |
Definition at line 17 of file BmnZdcGeoPar.h.
| BmnZdcGeoPar::BmnZdcGeoPar | ( | const char * | name = "BmnZdcGeoPar", |
| const char * | title = "Zdc Geometry Parameters", |
||
| const char * | context = "ZdcDefaultContext" |
||
| ) |
List of FairGeoNodes for passive volumes
Definition at line 17 of file BmnZdcGeoPar.cxx.
References fGeoPassNodes, and fGeoSensNodes.
| BmnZdcGeoPar::~BmnZdcGeoPar | ( | void | ) |
Definition at line 25 of file BmnZdcGeoPar.cxx.
| BmnZdcGeoPar::BmnZdcGeoPar | ( | const char * | name = "BmnZdcGeoPar", |
| const char * | title = "Zdc Geometry Parameters", |
||
| const char * | context = "ZdcDefaultContext" |
||
| ) |
List of FairGeoNodes for passive volumes
| BmnZdcGeoPar::~BmnZdcGeoPar | ( | void | ) |
| void BmnZdcGeoPar::clear | ( | void | ) |
Definition at line 30 of file BmnZdcGeoPar.cxx.
References fGeoPassNodes, and fGeoSensNodes.
| void BmnZdcGeoPar::clear | ( | void | ) |
|
inline |
Definition at line 30 of file BmnZdcGeoPar.h.
References fGeoPassNodes.
Referenced by BmnZdc::ConstructGeometry(), and BmnZdcDigiScheme::Init().
|
inline |
Definition at line 30 of file BmnZdcGeoPar.h.
References fGeoPassNodes.
|
inline |
Definition at line 29 of file BmnZdcGeoPar.h.
References fGeoSensNodes.
Referenced by BmnZdc::ConstructGeometry(), and BmnZdcDigiScheme::Init().
|
inline |
Definition at line 29 of file BmnZdcGeoPar.h.
References fGeoSensNodes.
| Bool_t BmnZdcGeoPar::getParams | ( | FairParamList * | l | ) |
Definition at line 41 of file BmnZdcGeoPar.cxx.
References fGeoPassNodes, and fGeoSensNodes.
| Bool_t BmnZdcGeoPar::getParams | ( | FairParamList * | ) |
| void BmnZdcGeoPar::putParams | ( | FairParamList * | l | ) |
Definition at line 35 of file BmnZdcGeoPar.cxx.
References fGeoPassNodes, and fGeoSensNodes.
| void BmnZdcGeoPar::putParams | ( | FairParamList * | ) |
| TObjArray * BmnZdcGeoPar::fGeoPassNodes |
List of FairGeoNodes for sensitive volumes
Definition at line 20 of file BmnZdcGeoPar.h.
Referenced by BmnZdcGeoPar(), clear(), GetGeoPassiveNodes(), getParams(), and putParams().
| TObjArray * BmnZdcGeoPar::fGeoSensNodes |
Definition at line 19 of file BmnZdcGeoPar.h.
Referenced by BmnZdcGeoPar(), clear(), GetGeoSensitiveNodes(), getParams(), and putParams().