R3BROOT
R3B analysis software
|
#include <R3BNeulandParFact.h>
Public Member Functions | |
R3BNeulandParFact () | |
Default constructor. | |
~R3BNeulandParFact () | |
Destructor. | |
FairParSet * | createContainer (FairContainer *c) |
Method to create a parameter container. | |
Private Member Functions | |
void | setAllContainers () |
Method to specify a list of parameter containers managed by this factory. | |
ClassDef (R3BNeulandParFact, 0) | |
Definition at line 22 of file R3BNeulandParFact.h.
R3BNeulandParFact::R3BNeulandParFact | ( | ) |
Definition at line 35 of file R3BNeulandParFact.cxx.
|
inline |
Definition at line 33 of file R3BNeulandParFact.h.
|
private |
FairParSet * R3BNeulandParFact::createContainer | ( | FairContainer * | c | ) |
Called by FairRuntimeDB singleton class.
c | a parameter container. |
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 60 of file R3BNeulandParFact.cxx.
|
private |
Support for additional detrectors has to be implemented in this function.
Creates the Container objects with all accepted contexts and adds them to the list of containers.
Definition at line 44 of file R3BNeulandParFact.cxx.