#include <PndGeoMdtPar.h>
Definition at line 7 of file PndGeoMdtPar.h.
| PndGeoMdtPar::PndGeoMdtPar |
( |
const char * |
name = "PndGeoMdtPar", |
|
|
const char * |
title = "MDT Geometry Parameters", |
|
|
const char * |
context = "TestDefaultContext" |
|
) |
| |
List of FairGeoNodes for passive volumes
Definition at line 12 of file PndGeoMdtPar.cxx.
13 : FairParGenericSet(
name,title,context) {
| PndGeoMdtPar::~PndGeoMdtPar |
( |
void |
| ) |
|
| void PndGeoMdtPar::clear |
( |
void |
| ) |
|
| Bool_t PndGeoMdtPar::getParams |
( |
FairParamList * |
l | ) |
|
Definition at line 33 of file PndGeoMdtPar.cxx.
34 if (!l)
return kFALSE;
35 if (!l->fillObject(
"FairGeoNodes Sensitive List",
fSensNodes))
return kFALSE;
36 if (!l->fillObject(
"FairGeoNodes Passive List",
fPassNodes))
return kFALSE;
| TObjArray* PndGeoMdtPar::GetPassiveNodes |
( |
| ) |
|
|
inline |
| TObjArray* PndGeoMdtPar::GetSensitiveNodes |
( |
| ) |
|
|
inline |
| void PndGeoMdtPar::putParams |
( |
FairParamList * |
l | ) |
|
| TObjArray* PndGeoMdtPar::fPassNodes |
| TObjArray* PndGeoMdtPar::fSensNodes |
The documentation for this class was generated from the following files: