ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigHypothesis
TrigLongLivedParticlesHypo
src
DisplacedJetDispHypoAlg.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3
*/
4
#ifndef TRIGDJDISPHYPOALG_H
5
#define TRIGDJDISPHYPOALG_H
6
7
// Framework includes
8
#include "
DecisionHandling/HypoBase.h
"
9
#include "
xAODTrigger/TrigCompositeContainer.h
"
10
#include "
DisplacedJetDispHypoTool.h
"
11
#include "
TrigCompositeUtils/TrigCompositeUtils.h
"
12
#include "
xAODTracking/TrackParticleContainer.h
"
13
#include "
xAODTracking/VertexContainer.h
"
14
#include "
xAODJet/JetContainer.h
"
15
#include "
AthenaMonitoringKernel/Monitored.h
"
16
#include <map>
17
#include "Gaudi/Property.h"
18
#include "
AthViews/View.h
"
19
20
// STL includes
21
#include <string>
22
class
DisplacedJetDispHypoAlg
:
public
::HypoBase
{
23
public
:
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
30
private
:
31
DisplacedJetDispHypoAlg
();
32
ToolHandleArray< DisplacedJetDispHypoTool >
m_hypoTools
{
this
,
"HypoTools"
, {},
"Tools that perform actual selection"
};
33
SG::ReadHandleKey<xAOD::TrackParticleContainer>
m_lrtTracksKey
{
this
,
"lrtTracksKey"
,
"Undefined"
,
""
};
34
SG::ReadHandleKey<xAOD::VertexContainer>
m_vtxKey
{
this
,
"vtxKey"
,
"Undefined"
,
""
};
35
36
SG::ReadCondHandleKey<InDet::BeamSpotData>
m_beamSpotKey
{
this
,
"BeamSpotKey"
,
"BeamSpotData"
,
"SG key for beam spot"
};
37
};
38
#endif
DisplacedJetDispHypoTool.h
TrackParticleContainer.h
HypoBase.h
JetContainer.h
Monitored.h
Header file to be included by clients of the Monitored infrastructure.
TrigCompositeContainer.h
TrigCompositeUtils.h
VertexContainer.h
View.h
DisplacedJetDispHypoAlg::~DisplacedJetDispHypoAlg
virtual ~DisplacedJetDispHypoAlg()=default
DisplacedJetDispHypoAlg::execute
virtual StatusCode execute(const EventContext &context) const override
Definition
DisplacedJetDispHypoAlg.cxx:39
DisplacedJetDispHypoAlg::m_beamSpotKey
SG::ReadCondHandleKey< InDet::BeamSpotData > m_beamSpotKey
Definition
DisplacedJetDispHypoAlg.h:36
DisplacedJetDispHypoAlg::m_vtxKey
SG::ReadHandleKey< xAOD::VertexContainer > m_vtxKey
Definition
DisplacedJetDispHypoAlg.h:34
DisplacedJetDispHypoAlg::DisplacedJetDispHypoAlg
DisplacedJetDispHypoAlg()
DisplacedJetDispHypoAlg::DisplacedJetDispHypoAlg
DisplacedJetDispHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition
DisplacedJetDispHypoAlg.cxx:23
DisplacedJetDispHypoAlg::m_hypoTools
ToolHandleArray< DisplacedJetDispHypoTool > m_hypoTools
Definition
DisplacedJetDispHypoAlg.h:32
DisplacedJetDispHypoAlg::m_lrtTracksKey
SG::ReadHandleKey< xAOD::TrackParticleContainer > m_lrtTracksKey
Definition
DisplacedJetDispHypoAlg.h:33
DisplacedJetDispHypoAlg::initialize
virtual StatusCode initialize() override
Definition
DisplacedJetDispHypoAlg.cxx:28
HypoBase::HypoBase
HypoBase(const std::string &name, ISvcLocator *pSvcLocator)
constructor, to be called by sub-class constructors
Definition
HypoBase.cxx:12
SG::ReadCondHandleKey
Definition
ReadCondHandleKey.h:21
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition
StoreGate/StoreGate/ReadHandleKey.h:40
Generated on
for ATLAS Offline Software by
1.17.0