ATLAS Offline Software
|
#include <DummyVertexSelectionTool.h>
Public Member Functions | |
virtual StatusCode | initialize () override |
virtual StatusCode | finalize () override |
EndOfInitialize. More... | |
DummyVertexSelectionTool (const std::string &t, const std::string &n, const IInterface *p) | |
constructor More... | |
virtual | ~DummyVertexSelectionTool () |
destructor More... | |
virtual unsigned int | findVertexInContainer (const xAOD::VertexContainer *) const override |
Private Attributes | |
ServiceHandle< IAthRNGSvc > | m_randomSvc { this, "RndmSvc", "AthRNGSvc", ""} |
Pointer to the random number generator service. More... | |
std::string | m_randomEngineName |
Name of the random number stream. More... | |
Changes:
David Shope david (2016-06-01) .ric hard. shop e@cer n.ch
EDM Migration to xAOD - replace VxContainer with xAOD::VertexContainer
Definition at line 36 of file DummyVertexSelectionTool.h.
Trk::DummyVertexSelectionTool::DummyVertexSelectionTool | ( | const std::string & | t, |
const std::string & | n, | ||
const IInterface * | p | ||
) |
|
virtualdefault |
destructor
|
overridevirtual |
EndOfInitialize.
Definition at line 30 of file DummyVertexSelectionTool.cxx.
|
overridevirtual |
Definition at line 35 of file DummyVertexSelectionTool.cxx.
|
overridevirtual |
Definition at line 24 of file DummyVertexSelectionTool.cxx.
|
private |
Name of the random number stream.
Definition at line 62 of file DummyVertexSelectionTool.h.
|
private |
Pointer to the random number generator service.
< Random Svc
Definition at line 60 of file DummyVertexSelectionTool.h.