ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigHypothesis
TrigTauHypo
src
TrigTauTrackingHypoAlg.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_TrigTauTrackingHypoAlg_H
7
#define TrigTauHypo_TrigTauTrackingHypoAlg_H
8
9
#include "
DecisionHandling/HypoBase.h
"
10
#include "
xAODTracking/TrackParticleContainer.h
"
11
#include "
TrigSteeringEvent/TrigRoiDescriptorCollection.h
"
12
13
#include "
ITrigTauTrackingHypoTool.h
"
14
15
20
class
TrigTauTrackingHypoAlg
:
public
::HypoBase
21
{
22
public
:
23
TrigTauTrackingHypoAlg
(
const
std::string& name, ISvcLocator* pSvcLocator);
24
25
virtual
StatusCode
initialize
()
override
;
26
virtual
StatusCode
execute
(
const
EventContext& context)
const override
;
27
28
private
:
29
ToolHandleArray<ITrigTauTrackingHypoTool>
m_hypoTools
{
this
,
"HypoTools"
, {},
"Hypo tools"
};
30
31
SG::ReadHandleKey<xAOD::TrackParticleContainer>
m_tracksKey
{
this
,
"TracksKey"
,
""
,
"Track particles in view"
};
32
33
SG::ReadHandleKey<TrigRoiDescriptorCollection>
m_roiKey
{
this
,
"RoIKey"
,
""
,
"Updated RoI produced in view"
};
34
};
35
36
#endif
TrackParticleContainer.h
HypoBase.h
ITrigTauTrackingHypoTool.h
TrigRoiDescriptorCollection.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
TrigTauTrackingHypoAlg::TrigTauTrackingHypoAlg
TrigTauTrackingHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition
TrigTauTrackingHypoAlg.cxx:13
TrigTauTrackingHypoAlg::m_roiKey
SG::ReadHandleKey< TrigRoiDescriptorCollection > m_roiKey
Definition
TrigTauTrackingHypoAlg.h:33
TrigTauTrackingHypoAlg::m_tracksKey
SG::ReadHandleKey< xAOD::TrackParticleContainer > m_tracksKey
Definition
TrigTauTrackingHypoAlg.h:31
TrigTauTrackingHypoAlg::execute
virtual StatusCode execute(const EventContext &context) const override
Definition
TrigTauTrackingHypoAlg.cxx:34
TrigTauTrackingHypoAlg::m_hypoTools
ToolHandleArray< ITrigTauTrackingHypoTool > m_hypoTools
Definition
TrigTauTrackingHypoAlg.h:29
TrigTauTrackingHypoAlg::initialize
virtual StatusCode initialize() override
Definition
TrigTauTrackingHypoAlg.cxx:20
Generated on
for ATLAS Offline Software by
1.17.0