ATLAS Offline Software
Loading...
Searching...
No Matches
DisplacedJetPromptHypoAlg.h
Go to the documentation of this file.
1/*
2Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3*/
4#ifndef TRIGDJPROMPTHYPOALG_H
5#define TRIGDJPROMPTHYPOALG_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 DisplacedJetPromptHypoAlg(const std::string& name, ISvcLocator* pSvcLocator);
25
26 virtual ~DisplacedJetPromptHypoAlg() = default;
27 virtual StatusCode initialize() override;
28 virtual StatusCode execute(const EventContext& context) const override;
29
30private:
32 ToolHandleArray< DisplacedJetPromptHypoTool > m_hypoTools {this, "HypoTools", {},"Tools that perform actual selection"};
33 SG::ReadHandleKey<xAOD::JetContainer> m_jetContainerKey{this,"jetContainerKey", "Undefined", ""};
37
38 Gaudi::Property<float> m_drcut{this, "dr_cut",{0.4}, "dR cut used for jet matching of trakcs"};
39 Gaudi::Property<float> m_min_trk_pt{this, "min_trk_pt",{0}, "Minimum pt for a track [GeV]"};
40
41 SG::ReadCondHandleKey<InDet::BeamSpotData> m_beamSpotKey { this, "BeamSpotKey", "BeamSpotData", "SG key for beam spot" };
42};
43#endif
Header file to be included by clients of the Monitored infrastructure.
ToolHandleArray< DisplacedJetPromptHypoTool > m_hypoTools
SG::ReadHandleKey< xAOD::TrackParticleContainer > m_stdTracksKey
virtual ~DisplacedJetPromptHypoAlg()=default
DisplacedJetPromptHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
Gaudi::Property< float > m_drcut
virtual StatusCode initialize() override
virtual StatusCode execute(const EventContext &context) const override
SG::ReadHandleKey< xAOD::JetContainer > m_jetContainerKey
SG::WriteHandleKey< xAOD::TrigCompositeContainer > m_countsKey
SG::ReadCondHandleKey< InDet::BeamSpotData > m_beamSpotKey
Gaudi::Property< float > m_min_trk_pt
SG::ReadHandleKey< xAOD::VertexContainer > m_vtxKey
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.
Property holding a SG store/key/clid from which a WriteHandle is made.