ATLAS Offline Software
TrigTrkPrecHypoAlg.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3 */
4 #ifndef TRIGTAUHYPO_TRIGTRKPRECHYPOALG_H
5 #define TRIGTAUHYPO_TRIGTRKPRECHYPOALG_H
6 
7 #include <string>
8 
10 #include "AthViews/View.h"
15 
16 #include "ITrigTrkPrecHypoTool.h"
17 
19  public:
20 
21  TrigTrkPrecHypoAlg( 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< ITrigTrkPrecHypoTool > m_hypoTools { this, "HypoTools", {}, "Hypo tools" };
28 
29  SG::ReadHandleKey< xAOD::TrackParticleContainer > m_fastTracksKey { this, "trackparticles", "trackparticles", "precision tracks in view" };
30  SG::ReadHandleKey< TrigRoiDescriptorCollection > m_roiForID2ReadKey{ this, "RoIForIDReadHandleKey", "UpdatedTrackRoI", "Updated narrow ROI produced in view" };
31 
32 };
33 
34 #endif //> !TRIGTAUHYPO_TRIGTRKPRECHYPOALG_H
TrigTrkPrecHypoAlg::m_fastTracksKey
SG::ReadHandleKey< xAOD::TrackParticleContainer > m_fastTracksKey
Definition: TrigTrkPrecHypoAlg.h:29
TrigTrkPrecHypoAlg::initialize
virtual StatusCode initialize() override
Definition: TrigTrkPrecHypoAlg.cxx:18
TrigCompositeUtils.h
SG::ReadHandleKey< xAOD::TrackParticleContainer >
TrigTrkPrecHypoAlg::TrigTrkPrecHypoAlg
TrigTrkPrecHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition: TrigTrkPrecHypoAlg.cxx:13
TrigTrkPrecHypoAlg::execute
virtual StatusCode execute(const EventContext &context) const override
Definition: TrigTrkPrecHypoAlg.cxx:28
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
TrigTrkPrecHypoAlg::m_hypoTools
ToolHandleArray< ITrigTrkPrecHypoTool > m_hypoTools
Definition: TrigTrkPrecHypoAlg.h:27
AthReentrantAlgorithm.h
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
HypoBase
Hypothesis algorithms take the output of reco algorithms and the decision from the preceeding InputMa...
Definition: HypoBase.h:13
TrigTrkPrecHypoAlg
Definition: TrigTrkPrecHypoAlg.h:18
TrigTrkPrecHypoAlg::m_roiForID2ReadKey
SG::ReadHandleKey< TrigRoiDescriptorCollection > m_roiForID2ReadKey
Definition: TrigTrkPrecHypoAlg.h:30
HypoBase.h
View.h
TrigRoiDescriptorCollection.h
TrackParticleContainer.h
ITrigTrkPrecHypoTool.h