ATLAS Offline Software
TrigMuonLateMuRoIHypoAlg.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef TRIGMUONLATEMUROIHYPO_TRIGMUONLATEMUROIHYPOALG_H
6 #define TRIGMUONLATEMUROIHYPO_TRIGMUONLATEMUROIHYPOALG_H 1
7 
8 #include <string>
9 
14 
15 class StoreGateSvc;
16 class TriggerElement;
17 
18 // --------------------------------------------------------------------------------
19 // --------------------------------------------------------------------------------
20 
22  : public ::HypoBase
23 {
24  public:
25 
26  TrigMuonLateMuRoIHypoAlg( const std::string& name, ISvcLocator* pSvcLocator );
27 
28  virtual ~TrigMuonLateMuRoIHypoAlg();
29 
30  virtual StatusCode initialize() override;
31  virtual StatusCode execute( const EventContext& context ) const override;
32 
33  private:
34 
35  ToolHandleArray<TrigMuonLateMuRoIHypoTool> m_hypoTools {this, "HypoTools", {}, "Tools to perform selection"};
36 
38  this, "LateRoIs", "rois", "Name of the out-of-time RoIs produced by TrigmuRoI"};
39 
40 };
41 
42 #endif
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
TrigMuonLateMuRoIHypoAlg::~TrigMuonLateMuRoIHypoAlg
virtual ~TrigMuonLateMuRoIHypoAlg()
Definition: TrigMuonLateMuRoIHypoAlg.cxx:23
TrigMuonLateMuRoIHypoAlg::TrigMuonLateMuRoIHypoAlg
TrigMuonLateMuRoIHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition: TrigMuonLateMuRoIHypoAlg.cxx:16
SG::ReadHandleKey< TrigRoiDescriptorCollection >
TrigMuonLateMuRoIHypoTool.h
StoreGateSvc
The Athena Transient Store API.
Definition: StoreGateSvc.h:128
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:195
HypoBase
Hypothesis algorithms take the output of reco algorithms and the decision from the preceeding InputMa...
Definition: HypoBase.h:13
TrigMuonLateMuRoIHypoAlg::m_hypoTools
ToolHandleArray< TrigMuonLateMuRoIHypoTool > m_hypoTools
Definition: TrigMuonLateMuRoIHypoAlg.h:35
TrigMuonLateMuRoIHypoAlg::m_roiKey
SG::ReadHandleKey< TrigRoiDescriptorCollection > m_roiKey
Definition: TrigMuonLateMuRoIHypoAlg.h:37
TrigMuonLateMuRoIHypoAlg
Definition: TrigMuonLateMuRoIHypoAlg.h:23
TrigMuonLateMuRoIHypoAlg::initialize
virtual StatusCode initialize() override
Definition: TrigMuonLateMuRoIHypoAlg.cxx:29
HypoBase.h
TrigMuonLateMuRoIHypoAlg::execute
virtual StatusCode execute(const EventContext &context) const override
Definition: TrigMuonLateMuRoIHypoAlg.cxx:43
TrigRoiDescriptorCollection.h