|
ATLAS Offline Software
|
Go to the documentation of this file.
4 #ifndef TRIGDJPROMPTHYPOALG_H
5 #define TRIGDJPROMPTHYPOALG_H
17 #include "Gaudi/Property.h"
32 ToolHandleArray< DisplacedJetPromptHypoTool >
m_hypoTools {
this,
"HypoTools", {},
"Tools that perform actual selection"};
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]"};
DisplacedJetPromptHypoAlg()
SG::ReadCondHandleKey< InDet::BeamSpotData > m_beamSpotKey
Gaudi::Property< float > m_drcut
SG::ReadHandleKey< xAOD::TrackParticleContainer > m_stdTracksKey
virtual StatusCode initialize() override
Property holding a SG store/key/clid from which a ReadHandle is made.
virtual ~DisplacedJetPromptHypoAlg()=default
ToolHandleArray< DisplacedJetPromptHypoTool > m_hypoTools
Gaudi::Property< float > m_min_trk_pt
Property holding a SG store/key/clid from which a WriteHandle is made.
::StatusCode StatusCode
StatusCode definition for legacy code.
SG::ReadHandleKey< xAOD::JetContainer > m_jetContainerKey
Header file to be included by clients of the Monitored infrastructure.
Hypothesis algorithms take the output of reco algorithms and the decision from the preceeding InputMa...
SG::WriteHandleKey< xAOD::TrigCompositeContainer > m_countsKey
virtual StatusCode execute(const EventContext &context) const override
SG::ReadHandleKey< xAOD::VertexContainer > m_vtxKey