![]() |
Project
|
#include <ContainerFactory.h>
Inherits FairContFact.
Public Member Functions | |
ContainerFactory () | |
Default constructor. | |
~ContainerFactory () override=default | |
Default destructor. | |
FairParSet * | createContainer (FairContainer *) override |
ClassDefOverride (ContainerFactory, 0) | |
Definition at line 29 of file ContainerFactory.h.
ContainerFactory::ContainerFactory | ( | ) |
Default constructor.
Definition at line 27 of file ContainerFactory.cxx.
|
overridedefault |
Default destructor.
o2::its::ContainerFactory::ClassDefOverride | ( | ContainerFactory | , |
0 | |||
) |
|
override |
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 45 of file ContainerFactory.cxx.