FairRoot/PandaRoot
|
#include <CbmGeoPlanePar.h>
Public Member Functions | |
CbmGeoPlanePar (const char *name="CbmGeoPlanePar", const char *title="Plane Geometry Parameters", const char *context="TestDefaultContext") | |
~CbmGeoPlanePar (void) | |
void | clear (void) |
void | putParams (FairParamList *) |
Bool_t | getParams (FairParamList *) |
TObjArray * | GetGeoSensitiveNodes () |
TObjArray * | GetGeoPassiveNodes () |
Public Attributes | |
TObjArray * | fGeoSensNodes |
TObjArray * | fGeoPassNodes |
Definition at line 7 of file CbmGeoPlanePar.h.
CbmGeoPlanePar::CbmGeoPlanePar | ( | const char * | name = "CbmGeoPlanePar" , |
const char * | title = "Plane Geometry Parameters" , |
||
const char * | context = "TestDefaultContext" |
||
) |
List of FairGeoNodes for passive volumes
CbmGeoPlanePar::~CbmGeoPlanePar | ( | void | ) |
Definition at line 16 of file CbmGeoPlanePar.cxx.
void CbmGeoPlanePar::clear | ( | void | ) |
Definition at line 19 of file CbmGeoPlanePar.cxx.
|
inline |
Definition at line 20 of file CbmGeoPlanePar.h.
References fGeoPassNodes.
Referenced by CbmPlane::ConstructGeometry().
|
inline |
Definition at line 19 of file CbmGeoPlanePar.h.
References fGeoSensNodes.
Referenced by CbmPlane::ConstructGeometry(), and CbmPlane::Initialize().
Bool_t CbmGeoPlanePar::getParams | ( | FairParamList * | l | ) |
Definition at line 30 of file CbmGeoPlanePar.cxx.
void CbmGeoPlanePar::putParams | ( | FairParamList * | l | ) |
Definition at line 24 of file CbmGeoPlanePar.cxx.
TObjArray* CbmGeoPlanePar::fGeoPassNodes |
List of FairGeoNodes for sensitive volumes
Definition at line 10 of file CbmGeoPlanePar.h.
Referenced by G__setup_memvarCbmGeoPlanePar(), and GetGeoPassiveNodes().
TObjArray* CbmGeoPlanePar::fGeoSensNodes |
Definition at line 9 of file CbmGeoPlanePar.h.
Referenced by G__setup_memvarCbmGeoPlanePar(), and GetGeoSensitiveNodes().