10 #include "FairRuntimeDb.h"
12 #include "FairParRootFileIo.h"
13 #include "FairParAsciiFileIo.h"
15 #include "TObjString.h"
25 fName=
"PndSensorNameContFact";
26 fTitle=
"Factory for parameter containers of the PndGeoHandler";
30 FairRuntimeDb::instance()->addContFactory(
this);
45 std::string description =
"Match between GeoManager path and SensorId";
46 FairContainer*
p =
new FairContainer(
fContainerNames[
i].c_str(), description.c_str(),
"TestDefaultContext");
56 const char*
name=c->GetName();
61 p=
new PndSensorNamePar(c->getConcatName().Data(),c->GetTitle(),c->getContext());
FairParSet * createContainer(FairContainer *c)
ClassImp(PndSensorNameContFact)
static PndSensorNameContFact gPndSensorNameContFact
std::vector< std::string > fContainerNames
Unique match between SensorID and path in TGeoManager.