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"};
StatusCode execute() override
SG::ReadHandleKey< xAOD::VertexContainer > m_vertexContainer_key
SG::WriteDecorHandleKey< xAOD::VertexContainer > m_vertexScoreDecor_key
virtual StatusCode initialize() override
ToolHandle< Trk::IVertexWeightCalculator > m_vertexWeightCalculator
DecorateVertexScoreAlg(const std::string &name, ISvcLocator *svcLoc=nullptr)
the (new) base class for EventLoop algorithms
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.