ATLAS Offline Software
Trigger
TrigHypothesis
TrigTauHypo
src
TrigEFTauMVHypoAlg.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3
*/
4
#ifndef TRIGTAUHYPO_TrigEFTauMVHypoAlg_H
5
#define TRIGTAUHYPO_TrigEFTauMVHypoAlg_H
6
7
#include <string>
8
9
#include "
AthenaBaseComps/AthReentrantAlgorithm.h
"
10
#include "
AthViews/View.h
"
11
#include "
TrigSteeringEvent/TrigRoiDescriptorCollection.h
"
12
#include "
TrigCompositeUtils/TrigCompositeUtils.h
"
13
#include "
DecisionHandling/HypoBase.h
"
14
#include "
xAODTau/TauJet.h
"
15
#include "
xAODTau/TauJetContainer.h
"
16
#include "
ITrigEFTauMVHypoTool.h
"
17
18
class
TrigEFTauMVHypoAlg
:
public
::HypoBase
{
19
public
:
20
21
TrigEFTauMVHypoAlg
(
const
std::string&
name
, ISvcLocator* pSvcLocator );
22
23
virtual
StatusCode
initialize
()
override
;
24
virtual
StatusCode
execute
(
const
EventContext& context )
const override
;
25
26
private
:
27
ToolHandleArray< ITrigEFTauMVHypoTool >
m_hypoTools
{
this
,
"HypoTools"
, {},
"Hypo tools"
};
28
29
SG::ReadHandleKey< xAOD::TauJetContainer >
m_tauJetKey
{
this
,
"taujetcontainer"
,
"taujetcontainer"
,
"taujets in view"
};
30
31
32
};
33
34
#endif //> !TRIGEGAMMAHYPO_TESTTRIGL2TAUCALOHYPOALG_H
TrigEFTauMVHypoAlg::m_hypoTools
ToolHandleArray< ITrigEFTauMVHypoTool > m_hypoTools
Definition:
TrigEFTauMVHypoAlg.h:27
TrigEFTauMVHypoAlg
Definition:
TrigEFTauMVHypoAlg.h:18
TrigCompositeUtils.h
TrigEFTauMVHypoAlg::m_tauJetKey
SG::ReadHandleKey< xAOD::TauJetContainer > m_tauJetKey
Definition:
TrigEFTauMVHypoAlg.h:29
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition:
StoreGate/StoreGate/ReadHandleKey.h:39
TrigEFTauMVHypoAlg::execute
virtual StatusCode execute(const EventContext &context) const override
Definition:
TrigEFTauMVHypoAlg.cxx:28
ITrigEFTauMVHypoTool.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
TauJetContainer.h
AthReentrantAlgorithm.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
TauJet.h
HypoBase.h
TrigEFTauMVHypoAlg::TrigEFTauMVHypoAlg
TrigEFTauMVHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition:
TrigEFTauMVHypoAlg.cxx:13
View.h
TrigEFTauMVHypoAlg::initialize
virtual StatusCode initialize() override
Definition:
TrigEFTauMVHypoAlg.cxx:18
TrigRoiDescriptorCollection.h
Generated on Thu Nov 7 2024 21:29:35 for ATLAS Offline Software by
1.8.18