FairRoot/PandaRoot
|
#include <PndGeoHypPar.h>
Public Member Functions | |
PndGeoHypPar (const char *name="PndGeoHypPar", const char *title="Hyp Geometry Parameters", const char *context="TestDefaultContext") | |
~PndGeoHypPar (void) | |
void | clear (void) |
void | putParams (FairParamList *) |
Bool_t | getParams (FairParamList *) |
TObjArray * | GetGeoSensitiveNodes () |
TObjArray * | GetGeoPassiveNodes () |
Public Attributes | |
TObjArray * | fGeoSensNodes |
TObjArray * | fGeoPassNodes |
Definition at line 12 of file PndGeoHypPar.h.
PndGeoHypPar::PndGeoHypPar | ( | const char * | name = "PndGeoHypPar" , |
const char * | title = "Hyp Geometry Parameters" , |
||
const char * | context = "TestDefaultContext" |
||
) |
List of FairGeoNodes for passive volumes
PndGeoHypPar::~PndGeoHypPar | ( | void | ) |
Definition at line 26 of file PndGeoHypPar.cxx.
void PndGeoHypPar::clear | ( | void | ) |
|
inline |
|
inline |
Bool_t PndGeoHypPar::getParams | ( | FairParamList * | l | ) |
Definition at line 42 of file PndGeoHypPar.cxx.
void PndGeoHypPar::putParams | ( | FairParamList * | l | ) |
Definition at line 36 of file PndGeoHypPar.cxx.
TObjArray* PndGeoHypPar::fGeoPassNodes |
List of FairGeoNodes for sensitive volumes
Definition at line 15 of file PndGeoHypPar.h.
Referenced by clear(), and GetGeoPassiveNodes().
TObjArray* PndGeoHypPar::fGeoSensNodes |
Definition at line 14 of file PndGeoHypPar.h.
Referenced by clear(), and GetGeoSensitiveNodes().