|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef DECORATEVERTEXSCOREALG_H
6 #define DECORATEVERTEXSCOREALG_H
28 ISvcLocator* svcLoc =
nullptr);
35 this,
"VertexContainer",
"PrimaryVertices",
"The input Vertex container"};
39 "The output decoration for the score vertices"};
42 this,
"VertexWeightCalculator",
"BDTVertexWeightCalculator",
43 "The tool to compute the score"};
46 #endif // DECORATEVERTEXSCOREALG_H
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
An algorithm to decorate vertices with a score.
ToolHandle< Trk::IVertexWeightCalculator > m_vertexWeightCalculator
Property holding a SG store/key/clid from which a ReadHandle is made.
the (new) base class for EventLoop algorithms
virtual StatusCode initialize() override
::StatusCode StatusCode
StatusCode definition for legacy code.
SG::WriteDecorHandleKey< xAOD::VertexContainer > m_vertexScoreDecor_key
DecorateVertexScoreAlg(const std::string &name, ISvcLocator *svcLoc=nullptr)
StatusCode execute() override
SG::ReadHandleKey< xAOD::VertexContainer > m_vertexContainer_key