ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigHypothesis
TrigHLTJetHypo
src
TrigJetEJsHypoAlg.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3
4
*/
5
6
#ifndef TrigHLTJetHypo_TrigJetEJsHypoAlg_H
7
#define TrigHLTJetHypo_TrigJetEJsHypoAlg_H
8
9
#include <string>
10
11
#include "
TrigJetEJsHypoAlg.h
"
12
#include "
AthenaBaseComps/AthReentrantAlgorithm.h
"
13
#include "
xAODJet/JetContainer.h
"
14
#include "
xAODTracking/VertexContainer.h
"
15
16
#include "
DecisionHandling/HypoBase.h
"
17
18
#include "
TrigJetEJsHypoTool.h
"
19
31
32
class
TrigJetEJsHypoAlg
:
public
::HypoBase
{
33
public
:
34
35
TrigJetEJsHypoAlg
(
const
std::string& name, ISvcLocator* pSvcLocator );
36
37
virtual
StatusCode
initialize
()
override
;
38
virtual
StatusCode
execute
(
const
EventContext& context )
const override
;
39
40
private
:
41
42
ToolHandleArray<TrigJetEJsHypoTool>
m_hypoTools
{
43
this
,
"HypoTools"
, {},
"Hypo tools"
};
44
45
SG::ReadHandleKey< xAOD::TrackParticleContainer >
m_tracksKey
46
{
this
,
"Tracks"
,
"Key for precision tracks"
};
47
SG::ReadHandleKey< xAOD::VertexContainer >
m_PV
48
{
this
,
"PV"
,
"Key for Primary Vertex"
};
49
50
};
51
52
#endif
AthReentrantAlgorithm.h
HypoBase.h
JetContainer.h
TrigJetEJsHypoAlg.h
TrigJetEJsHypoTool.h
VertexContainer.h
HypoBase::HypoBase
HypoBase(const std::string &name, ISvcLocator *pSvcLocator)
constructor, to be called by sub-class constructors
Definition
HypoBase.cxx:12
SG::ReadHandleKey< xAOD::TrackParticleContainer >
TrigJetEJsHypoAlg::m_tracksKey
SG::ReadHandleKey< xAOD::TrackParticleContainer > m_tracksKey
Definition
TrigJetEJsHypoAlg.h:46
TrigJetEJsHypoAlg::TrigJetEJsHypoAlg
TrigJetEJsHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition
TrigJetEJsHypoAlg.cxx:18
TrigJetEJsHypoAlg::execute
virtual StatusCode execute(const EventContext &context) const override
Definition
TrigJetEJsHypoAlg.cxx:33
TrigJetEJsHypoAlg::m_PV
SG::ReadHandleKey< xAOD::VertexContainer > m_PV
Definition
TrigJetEJsHypoAlg.h:48
TrigJetEJsHypoAlg::m_hypoTools
ToolHandleArray< TrigJetEJsHypoTool > m_hypoTools
Definition
TrigJetEJsHypoAlg.h:42
TrigJetEJsHypoAlg::initialize
virtual StatusCode initialize() override
Definition
TrigJetEJsHypoAlg.cxx:23
Generated on
for ATLAS Offline Software by
1.17.0