4#ifndef TRIGDJDISPHYPOALG_H
5#define TRIGDJDISPHYPOALG_H
17#include "Gaudi/Property.h"
28 virtual StatusCode
execute(
const EventContext& context)
const override;
32 ToolHandleArray< DisplacedJetDispHypoTool >
m_hypoTools {
this,
"HypoTools", {},
"Tools that perform actual selection"};
Header file to be included by clients of the Monitored infrastructure.
virtual ~DisplacedJetDispHypoAlg()=default
virtual StatusCode execute(const EventContext &context) const override
SG::ReadCondHandleKey< InDet::BeamSpotData > m_beamSpotKey
SG::ReadHandleKey< xAOD::VertexContainer > m_vtxKey
DisplacedJetDispHypoAlg()
DisplacedJetDispHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
ToolHandleArray< DisplacedJetDispHypoTool > m_hypoTools
SG::ReadHandleKey< xAOD::TrackParticleContainer > m_lrtTracksKey
virtual StatusCode initialize() override
HypoBase(const std::string &name, ISvcLocator *pSvcLocator)
constructor, to be called by sub-class constructors
Property holding a SG store/key/clid from which a ReadHandle is made.