ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
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
28
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
AthReentrantAlgorithm.h
HypoBase.h
JetContainer.h
TrigJetTLAHypoTool.h
HypoBase::HypoBase
HypoBase(const std::string &name, ISvcLocator *pSvcLocator)
constructor, to be called by sub-class constructors
Definition
HypoBase.cxx:12
SG::WriteHandleKey
Property holding a SG store/key/clid from which a WriteHandle is made.
Definition
StoreGate/StoreGate/WriteHandleKey.h:40
TrigJetTLAHypoAlg::m_TLAjetsKey
SG::WriteHandleKey< xAOD::JetContainer > m_TLAjetsKey
Definition
TrigJetTLAHypoAlg.h:42
TrigJetTLAHypoAlg::execute
virtual StatusCode execute(const EventContext &context) const override
Definition
TrigJetTLAHypoAlg.cxx:32
TrigJetTLAHypoAlg::initialize
virtual StatusCode initialize() override
Definition
TrigJetTLAHypoAlg.cxx:25
TrigJetTLAHypoAlg::TrigJetTLAHypoAlg
TrigJetTLAHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition
TrigJetTLAHypoAlg.cxx:18
TrigJetTLAHypoAlg::m_hypoTools
ToolHandleArray< TrigJetTLAHypoTool > m_hypoTools
Definition
TrigJetTLAHypoAlg.h:39
Generated on
for ATLAS Offline Software by
1.17.0