FairRoot/PandaRoot
|
#include <PndRichGeoPar.h>
Public Member Functions | |
PndRichGeoPar (const char *name="PndRichGeoPar", const char *title="PndRich Geometry Parameters", const char *context="TestDefaultContext") | |
~PndRichGeoPar (void) | |
void | clear (void) |
void | putParams (FairParamList *) |
Bool_t | getParams (FairParamList *) |
TObjArray * | GetGeoSensitiveNodes () |
TObjArray * | GetGeoPassiveNodes () |
Public Attributes | |
TObjArray * | fGeoSensNodes |
TObjArray * | fGeoPassNodes |
Private Member Functions | |
PndRichGeoPar (const PndRichGeoPar &) | |
PndRichGeoPar & | operator= (const PndRichGeoPar &) |
Definition at line 9 of file PndRichGeoPar.h.
PndRichGeoPar::PndRichGeoPar | ( | const char * | name = "PndRichGeoPar" , |
const char * | title = "PndRich Geometry Parameters" , |
||
const char * | context = "TestDefaultContext" |
||
) |
Definition at line 11 of file PndRichGeoPar.cxx.
PndRichGeoPar::~PndRichGeoPar | ( | void | ) |
Definition at line 20 of file PndRichGeoPar.cxx.
|
private |
void PndRichGeoPar::clear | ( | void | ) |
|
inline |
Definition at line 27 of file PndRichGeoPar.h.
References fGeoPassNodes.
Referenced by PndRich::ConstructGeometry().
|
inline |
Definition at line 26 of file PndRichGeoPar.h.
References fGeoSensNodes.
Referenced by PndRich::ConstructGeometry().
Bool_t PndRichGeoPar::getParams | ( | FairParamList * | l | ) |
|
private |
void PndRichGeoPar::putParams | ( | FairParamList * | l | ) |
TObjArray* PndRichGeoPar::fGeoPassNodes |
List of FairGeoNodes for sensitive volumes
Definition at line 17 of file PndRichGeoPar.h.
Referenced by clear(), GetGeoPassiveNodes(), getParams(), and putParams().
TObjArray* PndRichGeoPar::fGeoSensNodes |
List of FairGeoNodes for sensitive volumes
Definition at line 14 of file PndRichGeoPar.h.
Referenced by clear(), GetGeoSensitiveNodes(), getParams(), and putParams().