ATLAS Offline Software
Trigger
TrigHypothesis
TrigTauHypo
src
TrigTrackPreSelHypoAlg.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_TRIGTRACKPRESELHYPOALG_H
5
#define TRIGTAUHYPO_TRIGTRACKPRESELHYPOALG_H
6
7
#include <string>
8
9
#include "
AthenaBaseComps/AthReentrantAlgorithm.h
"
10
#include "
AthViews/View.h
"
11
#include "
TrigSteeringEvent/TrigRoiDescriptorCollection.h
"
12
#include "
TrkTrack/TrackCollection.h
"
13
#include "
TrigCompositeUtils/TrigCompositeUtils.h
"
14
#include "
DecisionHandling/HypoBase.h
"
15
16
#include "
ITrigTrackPreSelHypoTool.h
"
17
18
class
TrigTrackPreSelHypoAlg
:
public
::HypoBase
{
19
public
:
20
21
TrigTrackPreSelHypoAlg
(
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< ITrigTrackPreSelHypoTool >
m_hypoTools
{
this
,
"HypoTools"
, {},
"Hypo tools"
};
28
29
SG::ReadHandleKey< TrackCollection >
m_fastTracksKey
{
this
,
"trackcollection"
,
"trackcollection"
,
"fast tracks in view"
};
30
SG::ReadHandleKey< TrigRoiDescriptorCollection >
m_roiForID2ReadKey
{
this
,
"RoIForIDReadHandleKey"
,
"UpdatedTrackRoI"
,
"Updated narrow ROI produced in view"
};
31
32
};
33
34
#endif //> !TRIGTAUHYPO_TRIGTRACKPRESELHYPOALG_H
TrigTrackPreSelHypoAlg::TrigTrackPreSelHypoAlg
TrigTrackPreSelHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition:
TrigTrackPreSelHypoAlg.cxx:13
TrigTrackPreSelHypoAlg::m_hypoTools
ToolHandleArray< ITrigTrackPreSelHypoTool > m_hypoTools
Definition:
TrigTrackPreSelHypoAlg.h:27
TrigCompositeUtils.h
TrigTrackPreSelHypoAlg
Definition:
TrigTrackPreSelHypoAlg.h:18
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition:
StoreGate/StoreGate/ReadHandleKey.h:39
TrigTrackPreSelHypoAlg::m_fastTracksKey
SG::ReadHandleKey< TrackCollection > m_fastTracksKey
Definition:
TrigTrackPreSelHypoAlg.h:29
ITrigTrackPreSelHypoTool.h
TrigTrackPreSelHypoAlg::initialize
virtual StatusCode initialize() override
Definition:
TrigTrackPreSelHypoAlg.cxx:18
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
TrackCollection.h
TrigTrackPreSelHypoAlg::m_roiForID2ReadKey
SG::ReadHandleKey< TrigRoiDescriptorCollection > m_roiForID2ReadKey
Definition:
TrigTrackPreSelHypoAlg.h:30
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
HypoBase.h
TrigTrackPreSelHypoAlg::execute
virtual StatusCode execute(const EventContext &context) const override
Definition:
TrigTrackPreSelHypoAlg.cxx:28
View.h
TrigRoiDescriptorCollection.h
Generated on Thu Nov 7 2024 21:30:15 for ATLAS Offline Software by
1.8.18