ATLAS Offline Software
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 
12 
14 
15 
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<TrackCollection> 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
TrigTauFastTrackHypoAlg::m_tracksKey
SG::ReadHandleKey< TrackCollection > m_tracksKey
Definition: TrigTauFastTrackHypoAlg.h:30
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition: StoreGate/StoreGate/ReadHandleKey.h:39
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
TrackCollection.h
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:228
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
HypoBase.h
TrigRoiDescriptorCollection.h