ATLAS Offline Software
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
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
TrigJetEJsHypoAlg
HypoAlg for exotic jets / emerging jets algorithm.
Definition:
TrigJetEJsHypoAlg.h:32
SG::ReadHandleKey< xAOD::TrackParticleContainer >
TrigJetEJsHypoAlg::TrigJetEJsHypoAlg
TrigJetEJsHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition:
TrigJetEJsHypoAlg.cxx:18
TrigJetEJsHypoAlg::m_hypoTools
ToolHandleArray< TrigJetEJsHypoTool > m_hypoTools
Definition:
TrigJetEJsHypoAlg.h:42
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
TrigJetEJsHypoAlg::m_PV
SG::ReadHandleKey< xAOD::VertexContainer > m_PV
Definition:
TrigJetEJsHypoAlg.h:48
AthReentrantAlgorithm.h
TrigJetEJsHypoAlg.h
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:221
HypoBase
Hypothesis algorithms take the output of reco algorithms and the decision from the preceeding InputMa...
Definition:
HypoBase.h:13
TrigJetEJsHypoAlg::m_tracksKey
SG::ReadHandleKey< xAOD::TrackParticleContainer > m_tracksKey
Definition:
TrigJetEJsHypoAlg.h:46
VertexContainer.h
JetContainer.h
HypoBase.h
TrigJetEJsHypoTool.h
TrigJetEJsHypoAlg::execute
virtual StatusCode execute(const EventContext &context) const override
Definition:
TrigJetEJsHypoAlg.cxx:33
TrigJetEJsHypoAlg::initialize
virtual StatusCode initialize() override
Definition:
TrigJetEJsHypoAlg.cxx:23
Generated on Thu Nov 7 2024 21:29:53 for ATLAS Offline Software by
1.8.18