5 #include "FairParamList.h"
12 : FairParGenericSet(name,title,context),
13 fTubeParams(new TObjArray()),
25 FairParGenericSet(par),
26 fTubeParams(par.GetTubeParameters()),
27 fGeoType(par.GetGeometryType()),
28 fTubeInRad(par.GetTubeInRad()),
29 fTubeOutRad(par.GetTubeOutRad())
50 if (!l)
return kFALSE;
51 if (!l->fillObject(
"PndSttTubs Listt",
fTubeParams))
return kFALSE;
52 if (!l->fill(
"Tube_Inner_Radius", &
fTubeInRad) )
return kFALSE;
53 if (!l->fill(
"Tube_Outer_Radius", &
fTubeOutRad))
return kFALSE;
54 if (!l->fill(
"Geometry_Type", &
fGeoType))
return kFALSE;
Bool_t getParams(FairParamList *)
void putParams(FairParamList *)
PndGeoSttPar(const char *name="PndGeoSttPar", const char *title="Stt Geometry Parameters", const char *context="TestDefaultContext")