|
BmnRoot
|
#include <BmnEcalGeoPar.h>
Public Member Functions | |
| BmnEcalGeoPar (const char *name="BmnEcalGeoPar", const char *title="Ecal Geometry Parameters", const char *context="EcalDefaultContext") | |
| ~BmnEcalGeoPar (void) | |
| void | clear (void) |
| void | putParams (FairParamList *) |
| Bool_t | getParams (FairParamList *) |
| TObjArray * | GetGeoSensitiveNodes () |
| TObjArray * | GetGeoPassiveNodes () |
| BmnEcalGeoPar (const char *name="BmnEcalGeoPar", const char *title="Ecal Geometry Parameters", const char *context="EcalDefaultContext") | |
| ~BmnEcalGeoPar (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 BmnEcalGeoPar.h.
| BmnEcalGeoPar::BmnEcalGeoPar | ( | const char * | name = "BmnEcalGeoPar", |
| const char * | title = "Ecal Geometry Parameters", |
||
| const char * | context = "EcalDefaultContext" |
||
| ) |
List of FairGeoNodes for passive volumes
Definition at line 16 of file BmnEcalGeoPar.cxx.
References fGeoPassNodes, and fGeoSensNodes.
| BmnEcalGeoPar::~BmnEcalGeoPar | ( | void | ) |
Definition at line 24 of file BmnEcalGeoPar.cxx.
| BmnEcalGeoPar::BmnEcalGeoPar | ( | const char * | name = "BmnEcalGeoPar", |
| const char * | title = "Ecal Geometry Parameters", |
||
| const char * | context = "EcalDefaultContext" |
||
| ) |
List of FairGeoNodes for passive volumes
| BmnEcalGeoPar::~BmnEcalGeoPar | ( | void | ) |
| void BmnEcalGeoPar::clear | ( | void | ) |
Definition at line 29 of file BmnEcalGeoPar.cxx.
References fGeoPassNodes, and fGeoSensNodes.
| void BmnEcalGeoPar::clear | ( | void | ) |
|
inline |
Definition at line 30 of file BmnEcalGeoPar.h.
References fGeoPassNodes.
Referenced by BmnEcal::ConstructGeometry().
|
inline |
Definition at line 30 of file BmnEcalGeoPar.h.
References fGeoPassNodes.
|
inline |
Definition at line 29 of file BmnEcalGeoPar.h.
References fGeoSensNodes.
Referenced by BmnEcal::ConstructGeometry().
|
inline |
Definition at line 29 of file BmnEcalGeoPar.h.
References fGeoSensNodes.
| Bool_t BmnEcalGeoPar::getParams | ( | FairParamList * | l | ) |
Definition at line 40 of file BmnEcalGeoPar.cxx.
References fGeoPassNodes, and fGeoSensNodes.
| Bool_t BmnEcalGeoPar::getParams | ( | FairParamList * | ) |
| void BmnEcalGeoPar::putParams | ( | FairParamList * | l | ) |
Definition at line 34 of file BmnEcalGeoPar.cxx.
References fGeoPassNodes, and fGeoSensNodes.
| void BmnEcalGeoPar::putParams | ( | FairParamList * | ) |
| TObjArray * BmnEcalGeoPar::fGeoPassNodes |
List of FairGeoNodes for sensitive volumes
Definition at line 20 of file BmnEcalGeoPar.h.
Referenced by BmnEcalGeoPar(), clear(), GetGeoPassiveNodes(), getParams(), and putParams().
| TObjArray * BmnEcalGeoPar::fGeoSensNodes |
Definition at line 19 of file BmnEcalGeoPar.h.
Referenced by BmnEcalGeoPar(), clear(), GetGeoSensitiveNodes(), getParams(), and putParams().