FairRoot
|
#include <FairTutPropContFact.h>
Public Member Functions | |
FairTutPropContFact () | |
~FairTutPropContFact () | |
FairParSet * | createContainer (FairContainer *) |
ClassDef (FairTutPropContFact, 0) | |
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 *) |
Bool_t | AddContainer (FairContainer *) |
Additional Inherited Members | |
Protected Member Functions inherited from FairContFact | |
const char * | getActualContext (const char *name) |
ClassDef (FairContFact, 0) | |
Protected Attributes inherited from FairContFact | |
TList * | containers |
FairLogger * | fLogger |
Definition at line 16 of file FairTutPropContFact.h.
FairTutPropContFact::FairTutPropContFact | ( | ) |
Constructor (called when the library is loaded)
Definition at line 21 of file FairTutPropContFact.cxx.
|
inline |
Definition at line 23 of file FairTutPropContFact.h.
FairTutPropContFact::ClassDef | ( | FairTutPropContFact | , |
0 | |||
) |
|
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 44 of file FairTutPropContFact.cxx.