FairRoot/PandaRoot
|
#include <PndGeoFtofPar.h>
Public Member Functions | |
PndGeoFtofPar (const char *name="PndGeoFtofPar", const char *title="Ftof Geometry Parameters", const char *context="TestDefaultContext") | |
~PndGeoFtofPar (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 PndGeoFtofPar.h.
PndGeoFtofPar::PndGeoFtofPar | ( | const char * | name = "PndGeoFtofPar" , |
const char * | title = "Ftof Geometry Parameters" , |
||
const char * | context = "TestDefaultContext" |
||
) |
List of FairGeoNodes for passive volumes
PndGeoFtofPar::~PndGeoFtofPar | ( | void | ) |
Definition at line 23 of file PndGeoFtofPar.cxx.
void PndGeoFtofPar::clear | ( | void | ) |
|
inline |
|
inline |
Bool_t PndGeoFtofPar::getParams | ( | FairParamList * | l | ) |
Definition at line 39 of file PndGeoFtofPar.cxx.
void PndGeoFtofPar::putParams | ( | FairParamList * | l | ) |
Definition at line 33 of file PndGeoFtofPar.cxx.
TObjArray* PndGeoFtofPar::fGeoPassNodes |
List of FairGeoNodes for sensitive volumes
Definition at line 15 of file PndGeoFtofPar.h.
Referenced by clear(), and GetGeoPassiveNodes().
TObjArray* PndGeoFtofPar::fGeoSensNodes |
Definition at line 14 of file PndGeoFtofPar.h.
Referenced by clear(), and GetGeoSensitiveNodes().