#include <NutaudetContFact.h>
Definition at line 10 of file NutaudetContFact.h.
◆ NutaudetContFact()
NutaudetContFact::NutaudetContFact |
( |
| ) |
|
◆ ~NutaudetContFact()
NutaudetContFact::~NutaudetContFact |
( |
| ) |
|
|
inline |
◆ createContainer()
FairParSet * NutaudetContFact::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 51 of file NutaudetContFact.cxx.
52{
56
57
58
59
60
61
62
63 return 0;
64}
◆ setAllContainers()
void NutaudetContFact::setAllContainers |
( |
| ) |
|
|
private |
Creates the Container objects with all accepted contexts and adds them to the list of containers for the STS library.
Definition at line 38 of file NutaudetContFact.cxx.
39{
43 FairContainer*
p=
new FairContainer(
"FairGeoTauSensitivePar",
44 "TauSensitive Geometry Parameters",
45 "TestDefaultContext");
46 p->addContext(
"TestNonDefaultContext");
47
48 containers->Add(p);
49}
The documentation for this class was generated from the following files: