ATLAS Offline Software
Trigger
TrigHypothesis
TrigTauHypo
src
TrigTauFastTrackHypoAlg.h
Go to the documentation of this file.
1
// emacs: this is -*- c++ -*-
2
/*
3
Copyright (C) 2002-2014 CERN for the benefit of the ATLAS collaboration
4
*/
5
6
#ifndef TrigTauHypo_TrigTauFastTrackHypoAlg_H
7
#define TrigTauHypo_TrigTauFastTrackHypoAlg_H
8
9
#include "
DecisionHandling/HypoBase.h
"
10
#include "
xAODTracking/TrackParticleContainer.h
"
11
#include "
TrigSteeringEvent/TrigRoiDescriptorCollection.h
"
12
13
#include "
ITrigTauFastTrackHypoTool.h
"
14
15
19
class
TrigTauFastTrackHypoAlg
:
public
::HypoBase
20
{
21
public
:
22
TrigTauFastTrackHypoAlg
(
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<ITrigTauFastTrackHypoTool>
m_hypoTools
{
this
,
"HypoTools"
, {},
"Hypo tools"
};
29
30
SG::ReadHandleKey<xAOD::TrackParticleContainer>
m_tracksKey
{
this
,
"FastTracksKey"
,
""
,
"Fast Tracks (from FTF steps) in view"
};
31
32
SG::ReadHandleKey<TrigRoiDescriptorCollection>
m_roiForID2ReadKey
{
this
,
"RoIForIDReadHandleKey"
,
""
,
"Updated RoI produced in view"
};
33
34
};
35
36
#endif
TrigTauFastTrackHypoAlg::m_roiForID2ReadKey
SG::ReadHandleKey< TrigRoiDescriptorCollection > m_roiForID2ReadKey
Definition:
TrigTauFastTrackHypoAlg.h:32
TrigTauFastTrackHypoAlg::initialize
virtual StatusCode initialize() override
Definition:
TrigTauFastTrackHypoAlg.cxx:20
SG::ReadHandleKey< xAOD::TrackParticleContainer >
ITrigTauFastTrackHypoTool.h
TrigTauFastTrackHypoAlg::TrigTauFastTrackHypoAlg
TrigTauFastTrackHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition:
TrigTauFastTrackHypoAlg.cxx:13
TrigTauFastTrackHypoAlg::execute
virtual StatusCode execute(const EventContext &context) const override
Definition:
TrigTauFastTrackHypoAlg.cxx:34
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
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
TrigTauFastTrackHypoAlg
Hypotesis algorithm for the fast tracking steps.
Definition:
TrigTauFastTrackHypoAlg.h:20
TrigTauFastTrackHypoAlg::m_hypoTools
ToolHandleArray< ITrigTauFastTrackHypoTool > m_hypoTools
Definition:
TrigTauFastTrackHypoAlg.h:28
TrigTauFastTrackHypoAlg::m_tracksKey
SG::ReadHandleKey< xAOD::TrackParticleContainer > m_tracksKey
Definition:
TrigTauFastTrackHypoAlg.h:30
HypoBase.h
TrigRoiDescriptorCollection.h
TrackParticleContainer.h
Generated on Tue Sep 2 2025 21:24:47 for ATLAS Offline Software by
1.8.18