ATLAS Offline Software
Trigger
TrigHypothesis
TrigTauHypo
src
TrigTauPrecTrackHypoAlg.h
Go to the documentation of this file.
1
// emacs: this is -*- c++ -*-
2
/*
3
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
4
*/
5
6
#ifndef TrigTauHypo_TrigTauPrecTrackHypoAlg_H
7
#define TrigTauHypo_TrigTauPrecTrackHypoAlg_H
8
9
#include "
DecisionHandling/HypoBase.h
"
10
#include "
xAODTracking/TrackParticleContainer.h
"
11
#include "
TrigSteeringEvent/TrigRoiDescriptorCollection.h
"
12
13
#include "
ITrigTauPrecTrackHypoTool.h
"
14
15
20
class
TrigTauPrecTrackHypoAlg
:
public
::HypoBase
21
{
22
public
:
23
TrigTauPrecTrackHypoAlg
(
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<ITrigTauPrecTrackHypoTool>
m_hypoTools
{
this
,
"HypoTools"
, {},
"Hypo tools"
};
30
31
SG::ReadHandleKey<xAOD::TrackParticleContainer>
m_tracksKey
{
this
,
"TracksKey"
,
""
,
"Precision Tracks (from PT step) in view"
};
32
33
SG::ReadHandleKey<TrigRoiDescriptorCollection>
m_roiForID2ReadKey
{
this
,
"RoIForIDReadHandleKey"
,
""
,
"Updated RoI produced in view"
};
34
};
35
36
#endif
TrigTauPrecTrackHypoAlg::m_tracksKey
SG::ReadHandleKey< xAOD::TrackParticleContainer > m_tracksKey
Definition:
TrigTauPrecTrackHypoAlg.h:31
TrigTauPrecTrackHypoAlg
Hypothesis algorithm for the precision tracking step.
Definition:
TrigTauPrecTrackHypoAlg.h:21
SG::ReadHandleKey< xAOD::TrackParticleContainer >
TrigTauPrecTrackHypoAlg::TrigTauPrecTrackHypoAlg
TrigTauPrecTrackHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition:
TrigTauPrecTrackHypoAlg.cxx:13
TrigTauPrecTrackHypoAlg::initialize
virtual StatusCode initialize() override
Definition:
TrigTauPrecTrackHypoAlg.cxx:20
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
TrigTauPrecTrackHypoAlg::execute
virtual StatusCode execute(const EventContext &context) const override
Definition:
TrigTauPrecTrackHypoAlg.cxx:34
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:228
TrigTauPrecTrackHypoAlg::m_roiForID2ReadKey
SG::ReadHandleKey< TrigRoiDescriptorCollection > m_roiForID2ReadKey
Definition:
TrigTauPrecTrackHypoAlg.h:33
HypoBase
Hypothesis algorithms take the output of reco algorithms and the decision from the preceeding InputMa...
Definition:
HypoBase.h:13
ITrigTauPrecTrackHypoTool.h
HypoBase.h
TrigTauPrecTrackHypoAlg::m_hypoTools
ToolHandleArray< ITrigTauPrecTrackHypoTool > m_hypoTools
Definition:
TrigTauPrecTrackHypoAlg.h:29
TrigRoiDescriptorCollection.h
TrackParticleContainer.h
Generated on Mon Dec 23 2024 21:21:39 for ATLAS Offline Software by
1.8.18