EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <EicRoot/blob/master/base/FairBaseContFact.h>
Public Member Functions | |
FairBaseContFact () | |
~FairBaseContFact () | |
FairParSet * | createContainer (FairContainer *) |
Public Member Functions inherited from FairContFact | |
FairContFact () | |
virtual | ~FairContFact () |
Bool_t | addContext (const char *name) |
void | print () |
FairParSet * | getContainer (const char *) |
virtual void | activateParIo (FairParIo *) |
Private Member Functions | |
void | setAllContainers () |
Additional Inherited Members | |
Protected Member Functions inherited from FairContFact | |
const char * | getActualContext (const char *name) |
ClassDef(FairContFact, 0) private FairContFact & | operator= (const FairContFact &) |
Protected Attributes inherited from FairContFact | |
TList * | containers |
FairLogger * | fLogger |
Definition at line 10 of file FairBaseContFact.h.
View newest version in sPHENIX GitHub at line 10 of file FairBaseContFact.h
FairBaseContFact::FairBaseContFact | ( | ) |
default ctor
Definition at line 18 of file FairBaseContFact.cxx.
View newest version in sPHENIX GitHub at line 18 of file FairBaseContFact.cxx
References FairRuntimeDb::addContFactory(), and FairRuntimeDb::instance().
|
inline |
default dtor
Definition at line 19 of file FairBaseContFact.h.
View newest version in sPHENIX GitHub at line 19 of file FairBaseContFact.h
|
virtual |
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.
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.
Reimplemented from FairContFact.
Definition at line 39 of file FairBaseContFact.cxx.
View newest version in sPHENIX GitHub at line 39 of file FairBaseContFact.cxx
References FairContainer::getConcatName(), FairContainer::getContext(), name, and p.
|
private |
Factory for all Base parameter containers
Creates the Container objects with all accepted contexts and adds them to the list of containers for the base library.
Definition at line 28 of file FairBaseContFact.cxx.
View newest version in sPHENIX GitHub at line 28 of file FairBaseContFact.cxx
References FairContainer::addContext(), and FairContFact::containers.