ATLAS Offline Software
TrigMuonEFTrackIsolationHypoAlg.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 TRIGMUONHYPO_TRIGMUONEFTRACKISOLATIONHYPOALG_H
6 #define TRIGMUONHYPO_TRIGMUONEFTRACKISOLATIONHYPOALG_H 1
7 
10 
11 // --------------------------------------------------------------------------------
12 // --------------------------------------------------------------------------------
13 
15  : public ::HypoBase
16 {
17  public:
18 
19  TrigMuonEFTrackIsolationHypoAlg( const std::string& name, ISvcLocator* pSvcLocator );
20 
21  virtual StatusCode initialize() override;
22  virtual StatusCode execute( const EventContext& context ) const override;
23 
24  private:
25 
26  ToolHandleArray<TrigMuonEFTrackIsolationHypoTool> m_hypoTools { this, "HypoTools", {}, "Tools to perform selection" };
27 
29  this, "EFMuonsName", "MuonEFInfo", "Name of EF muons conatiner" };
30 
32  this, "MuonIso02Name", "Muons.ptcone03", "Isolation in ptcone02" };
33 
35  this, "MuonIso03Name", "Muons.ptcone03", "Isolation in ptcone03" };
36 
37 };
38 
39 #endif
TrigMuonEFTrackIsolationHypoAlg::TrigMuonEFTrackIsolationHypoAlg
TrigMuonEFTrackIsolationHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition: TrigMuonEFTrackIsolationHypoAlg.cxx:14
TrigMuonEFTrackIsolationHypoTool.h
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition: StoreGate/StoreGate/ReadHandleKey.h:39
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
TrigMuonEFTrackIsolationHypoAlg::m_hypoTools
ToolHandleArray< TrigMuonEFTrackIsolationHypoTool > m_hypoTools
Definition: TrigMuonEFTrackIsolationHypoAlg.h:26
TrigMuonEFTrackIsolationHypoAlg::m_muonIso20Key
SG::ReadDecorHandleKey< xAOD::MuonContainer > m_muonIso20Key
Definition: TrigMuonEFTrackIsolationHypoAlg.h:31
TrigMuonEFTrackIsolationHypoAlg::m_muonIso30Key
SG::ReadDecorHandleKey< xAOD::MuonContainer > m_muonIso30Key
Definition: TrigMuonEFTrackIsolationHypoAlg.h:34
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
TrigMuonEFTrackIsolationHypoAlg
Definition: TrigMuonEFTrackIsolationHypoAlg.h:16
TrigMuonEFTrackIsolationHypoAlg::initialize
virtual StatusCode initialize() override
Definition: TrigMuonEFTrackIsolationHypoAlg.cxx:23
HypoBase.h
TrigMuonEFTrackIsolationHypoAlg::m_muonKey
SG::ReadHandleKey< xAOD::MuonContainer > m_muonKey
Definition: TrigMuonEFTrackIsolationHypoAlg.h:28
SG::ReadDecorHandleKey
Property holding a SG store/key/clid/attr name from which a ReadDecorHandle is made.
Definition: StoreGate/StoreGate/ReadDecorHandleKey.h:85
TrigMuonEFTrackIsolationHypoAlg::execute
virtual StatusCode execute(const EventContext &context) const override
Definition: TrigMuonEFTrackIsolationHypoAlg.cxx:40