ATLAS Offline Software
Loading...
Searching...
No Matches
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
HypoBase(const std::string &name, ISvcLocator *pSvcLocator)
constructor, to be called by sub-class constructors
Definition HypoBase.cxx:12
Property holding a SG store/key/clid/attr name from which a ReadDecorHandle is made.
Property holding a SG store/key/clid from which a ReadHandle is made.
SG::ReadDecorHandleKey< xAOD::MuonContainer > m_muonIso30Key
virtual StatusCode execute(const EventContext &context) const override
SG::ReadHandleKey< xAOD::MuonContainer > m_muonKey
ToolHandleArray< TrigMuonEFTrackIsolationHypoTool > m_hypoTools
TrigMuonEFTrackIsolationHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
SG::ReadDecorHandleKey< xAOD::MuonContainer > m_muonIso20Key