ATLAS Offline Software
Loading...
Searching...
No Matches
DisplacedJetDispHypoAlg.h
Go to the documentation of this file.
1/*
2Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3*/
4#ifndef TRIGDJDISPHYPOALG_H
5#define TRIGDJDISPHYPOALG_H
6
7// Framework includes
16#include <map>
17#include "Gaudi/Property.h"
18#include "AthViews/View.h"
19
20// STL includes
21#include <string>
23public:
24 DisplacedJetDispHypoAlg(const std::string& name, ISvcLocator* pSvcLocator);
25
26 virtual ~DisplacedJetDispHypoAlg() = default;
27 virtual StatusCode initialize() override;
28 virtual StatusCode execute(const EventContext& context) const override;
29
30private:
32 ToolHandleArray< DisplacedJetDispHypoTool > m_hypoTools {this, "HypoTools", {},"Tools that perform actual selection"};
35
36 SG::ReadCondHandleKey<InDet::BeamSpotData> m_beamSpotKey { this, "BeamSpotKey", "BeamSpotData", "SG key for beam spot" };
37};
38#endif
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(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
Definition HypoBase.cxx:12
Property holding a SG store/key/clid from which a ReadHandle is made.