 |
ATLAS Offline Software
|
Go to the documentation of this file.
13 :
EL::AnaAlgorithm(
name, svcLoc) {}
19 return StatusCode::SUCCESS;
24 if (!vertices.isValid()) {
26 return StatusCode::FAILURE;
31 ATH_MSG_DEBUG(
"Decorating " << vertices->size() <<
" vertices with scores");
32 for (
const auto*
vertex : *vertices) {
37 return StatusCode::SUCCESS;
ToolHandle< Trk::IVertexWeightCalculator > m_vertexWeightCalculator
virtual StatusCode initialize() override
::StatusCode StatusCode
StatusCode definition for legacy code.
SG::WriteDecorHandleKey< xAOD::VertexContainer > m_vertexScoreDecor_key
This module defines the arguments passed from the BATCH driver to the BATCH worker.
DecorateVertexScoreAlg(const std::string &name, ISvcLocator *svcLoc=nullptr)
StatusCode execute() override
SG::ReadHandleKey< xAOD::VertexContainer > m_vertexContainer_key