ATLAS Offline Software
Trigger
TrigHypothesis
TrigHLTJetHypo
src
TrigJetTLAHypoAlg.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3
4
*/
5
6
#ifndef TrigHLTJetHypo_TrigJetTLAHypoAlg_H
7
#define TrigHLTJetHypo_TrigJetTLAHypoAlg_H
8
9
#include <string>
10
11
#include "
AthenaBaseComps/AthReentrantAlgorithm.h
"
12
#include "
xAODJet/JetContainer.h
"
13
14
#include "
DecisionHandling/HypoBase.h
"
15
16
#include "
TrigJetTLAHypoTool.h
"
17
29
class
TrigJetTLAHypoAlg
:
public
::HypoBase
{
30
public
:
31
32
TrigJetTLAHypoAlg
(
const
std::string&
name
, ISvcLocator* pSvcLocator );
33
34
virtual
StatusCode
initialize
()
override
;
35
virtual
StatusCode
execute
(
const
EventContext& context )
const override
;
36
37
private
:
38
39
ToolHandleArray<TrigJetTLAHypoTool>
m_hypoTools
{
40
this
,
"HypoTools"
, {},
"Hypo tools"
};
41
42
SG::WriteHandleKey< xAOD::JetContainer >
m_TLAjetsKey
{
43
this
,
"TLAOutputName"
,
"TLAOutputName"
,
"TLA jet container key"
};
44
45
};
46
47
#endif
TrigJetTLAHypoAlg::execute
virtual StatusCode execute(const EventContext &context) const override
Definition:
TrigJetTLAHypoAlg.cxx:32
TrigJetTLAHypoAlg::m_TLAjetsKey
SG::WriteHandleKey< xAOD::JetContainer > m_TLAjetsKey
Definition:
TrigJetTLAHypoAlg.h:42
TrigJetTLAHypoAlg::initialize
virtual StatusCode initialize() override
Definition:
TrigJetTLAHypoAlg.cxx:25
SG::WriteHandleKey< xAOD::JetContainer >
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthReentrantAlgorithm.h
TrigJetTLAHypoAlg::TrigJetTLAHypoAlg
TrigJetTLAHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition:
TrigJetTLAHypoAlg.cxx:18
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:240
HypoBase
Hypothesis algorithms take the output of reco algorithms and the decision from the preceeding InputMa...
Definition:
HypoBase.h:13
TrigJetTLAHypoAlg::m_hypoTools
ToolHandleArray< TrigJetTLAHypoTool > m_hypoTools
Definition:
TrigJetTLAHypoAlg.h:39
TrigJetTLAHypoAlg
HypoAlg for TLA algorithm.
Definition:
TrigJetTLAHypoAlg.h:29
JetContainer.h
TrigJetTLAHypoTool.h
HypoBase.h
Generated on Mon Sep 1 2025 21:22:16 for ATLAS Offline Software by
1.8.18