ATLAS Offline Software
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
TrigTauTrackingHypoAlg::m_tracksKey
SG::ReadHandleKey< xAOD::TrackParticleContainer > m_tracksKey
Definition:
TrigTauTrackingHypoAlg.h:31
TrigTauTrackingHypoAlg::initialize
virtual StatusCode initialize() override
Definition:
TrigTauTrackingHypoAlg.cxx:20
SG::ReadHandleKey< xAOD::TrackParticleContainer >
TrigTauTrackingHypoAlg::m_hypoTools
ToolHandleArray< ITrigTauTrackingHypoTool > m_hypoTools
Definition:
TrigTauTrackingHypoAlg.h:29
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
TrigTauTrackingHypoAlg::m_roiKey
SG::ReadHandleKey< TrigRoiDescriptorCollection > m_roiKey
Definition:
TrigTauTrackingHypoAlg.h:33
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
TrigTauTrackingHypoAlg::execute
virtual StatusCode execute(const EventContext &context) const override
Definition:
TrigTauTrackingHypoAlg.cxx:34
ITrigTauTrackingHypoTool.h
TrigTauTrackingHypoAlg
Hypothesis algorithm for the tracking steps.
Definition:
TrigTauTrackingHypoAlg.h:21
HypoBase.h
TrigTauTrackingHypoAlg::TrigTauTrackingHypoAlg
TrigTauTrackingHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition:
TrigTauTrackingHypoAlg.cxx:13
TrigRoiDescriptorCollection.h
TrackParticleContainer.h
Generated on Fri Nov 7 2025 21:22:51 for ATLAS Offline Software by
1.8.18