ATLAS Offline Software
|
Simple factory class to construct an AlgorithmIdentifier from an algorithm name and context. More...
#include <AlgorithmIdentifier.h>
Static Public Member Functions | |
static AlgorithmIdentifier | make (const EventContext &context, const std::string &caller, MsgStream &msg, const int16_t slotOverride=-1) |
Construct an AlgorithmIdentifier. More... | |
Simple factory class to construct an AlgorithmIdentifier from an algorithm name and context.
Definition at line 45 of file AlgorithmIdentifier.h.
|
static |
Construct an AlgorithmIdentifier.
[in] | context | The event context |
[in] | caller | The name of the algorithm |
[in] | msg | a reference to the msgstream for printing |
Definition at line 84 of file AlgorithmIdentifier.cxx.