EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <EicRoot/blob/master/passive/PndPassiveContFact.h>
Public Member Functions | |
PndPassiveContFact () | |
~PndPassiveContFact () | |
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 8 of file PndPassiveContFact.h.
View newest version in sPHENIX GitHub at line 8 of file PndPassiveContFact.h
PndPassiveContFact::PndPassiveContFact | ( | ) |
Definition at line 23 of file PndPassiveContFact.cxx.
View newest version in sPHENIX GitHub at line 23 of file PndPassiveContFact.cxx
References FairRuntimeDb::addContFactory(), and FairRuntimeDb::instance().
|
inline |
Definition at line 13 of file PndPassiveContFact.h.
View newest version in sPHENIX GitHub at line 13 of file PndPassiveContFact.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.
Reimplemented from FairContFact.
Definition at line 43 of file PndPassiveContFact.cxx.
View newest version in sPHENIX GitHub at line 43 of file PndPassiveContFact.cxx
References FairContainer::getConcatName(), FairContainer::getContext(), name, and p.
|
private |
Creates the Container objects with all accepted contexts and adds them to the list of containers for the STS library.
Definition at line 31 of file PndPassiveContFact.cxx.
View newest version in sPHENIX GitHub at line 31 of file PndPassiveContFact.cxx
References FairContainer::addContext(), and p.