#include <PndSensorNameContFact.h>
Definition at line 12 of file PndSensorNameContFact.h.
PndSensorNameContFact::PndSensorNameContFact |
( |
| ) |
|
PndSensorNameContFact::~PndSensorNameContFact |
( |
| ) |
|
FairParSet * PndSensorNameContFact::createContainer |
( |
FairContainer * |
c | ) |
|
Calls the constructor of the corresponding parameter container. For an actual context, which is not an empty string and not the default context of this container, the name is concatinated with the context.
Definition at line 52 of file PndSensorNameContFact.cxx.
References fContainerNames, i, name, and p.
56 const char*
name=
c->GetName();
std::vector< std::string > fContainerNames
Unique match between SensorID and path in TGeoManager.
TList* PndSensorNameContFact::GetSensorParNames |
( |
| ) |
|
|
inline |
void PndSensorNameContFact::setAllContainers |
( |
| ) |
|
|
private |
Creates the Container objects with all accepted contexts and adds them to the list of containers for the MVD library.
Definition at line 41 of file PndSensorNameContFact.cxx.
References fContainerNames, fSensorParNames, i, and p.
Referenced by PndSensorNameContFact().
45 std::string description =
"Match between GeoManager path and SensorId";
46 FairContainer*
p =
new FairContainer(
fContainerNames[
i].c_str(), description.c_str(),
"TestDefaultContext");
std::vector< std::string > fContainerNames
std::vector<std::string> PndSensorNameContFact::fContainerNames |
|
private |
TList* PndSensorNameContFact::fSensorParNames |
|
private |
The documentation for this class was generated from the following files: