ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigHypothesis
TrigTauHypo
src
TrigTauJetHypoAlg.h
Go to the documentation of this file.
1
// emacs: this is -*- c++ -*-
2
/*
3
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
4
*/
5
6
#ifndef TRIGTAUHYPO_TrigTauJetHypoAlg_H
7
#define TRIGTAUHYPO_TrigTauJetHypoAlg_H
8
9
#include "
DecisionHandling/HypoBase.h
"
10
#include "
xAODTau/TauJetContainer.h
"
11
12
#include "
ITrigTauJetHypoTool.h
"
13
14
19
class
TrigTauJetHypoAlg
:
public
::HypoBase
20
{
21
public
:
22
TrigTauJetHypoAlg
(
const
std::string& name, ISvcLocator* pSvcLocator);
23
24
virtual
StatusCode
initialize
()
override
;
25
virtual
StatusCode
execute
(
const
EventContext& context)
const override
;
26
27
private
:
28
ToolHandleArray<ITrigTauJetHypoTool>
m_hypoTools
{
this
,
"HypoTools"
, {},
"Hypo tools"
};
29
30
SG::ReadHandleKey<xAOD::TauJetContainer>
m_tauJetKey
{
this
,
"TauJetsKey"
,
""
,
"TauJets in view"
};
31
};
32
33
#endif
HypoBase.h
ITrigTauJetHypoTool.h
TauJetContainer.h
HypoBase::HypoBase
HypoBase(const std::string &name, ISvcLocator *pSvcLocator)
constructor, to be called by sub-class constructors
Definition
HypoBase.cxx:12
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition
StoreGate/StoreGate/ReadHandleKey.h:40
TrigTauJetHypoAlg::TrigTauJetHypoAlg
TrigTauJetHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition
TrigTauJetHypoAlg.cxx:14
TrigTauJetHypoAlg::m_hypoTools
ToolHandleArray< ITrigTauJetHypoTool > m_hypoTools
Definition
TrigTauJetHypoAlg.h:28
TrigTauJetHypoAlg::execute
virtual StatusCode execute(const EventContext &context) const override
Definition
TrigTauJetHypoAlg.cxx:33
TrigTauJetHypoAlg::m_tauJetKey
SG::ReadHandleKey< xAOD::TauJetContainer > m_tauJetKey
Definition
TrigTauJetHypoAlg.h:30
TrigTauJetHypoAlg::initialize
virtual StatusCode initialize() override
Definition
TrigTauJetHypoAlg.cxx:21
Generated on
for ATLAS Offline Software by
1.17.0