ATLAS Offline Software
Loading...
Searching...
No Matches
MuonCombinedMuonCandidateAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef MUONCOMBINEDALGS_MUONCOMBINEDMUONCANDIDATEALG_H
6#define MUONCOMBINEDALGS_MUONCOMBINEDMUONCANDIDATEALG_H
7
8#include <string>
9
11#include "GaudiKernel/ToolHandle.h"
18
20public:
21 MuonCombinedMuonCandidateAlg(const std::string& name, ISvcLocator* pSvcLocator);
22
24
25 StatusCode initialize() override;
26 StatusCode execute(const EventContext& ctx) const override;
27
28private:
29 ToolHandle<MuonCombined::IMuonCandidateTool> m_muonCandidateTool{
30 this,
31 "MuonCandidateTool",
32 "MuonCombined::MuonCandidateTool/MuonCandidateTool",
33 };
35 this,
36 "MuonSpectrometerTrackParticleLocation",
37 "MuonSpectrometerTrackParticles",
38 "MS Track Particle collection",
39 };
41 this,
42 "MuonCandidateLocation",
43 "MuonCandidates",
44 "Muon candidate collection",
45 };
47 this,
48 "MSOnlyExtrapolatedTrackLocation",
49 "MSOnlyExtrapolatedTracks",
50 "MS extrapolated muon tracks",
51 };
52};
53
54#endif
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.
An algorithm that can be simultaneously executed in multiple threads.
SG::WriteHandleKey< MuonCandidateCollection > m_candidateCollectionName
SG::ReadHandleKey< xAOD::TrackParticleContainer > m_muonTrackParticleLocation
MuonCombinedMuonCandidateAlg(const std::string &name, ISvcLocator *pSvcLocator)
StatusCode execute(const EventContext &ctx) const override
SG::WriteHandleKey< TrackCollection > m_msOnlyTracks
ToolHandle< MuonCombined::IMuonCandidateTool > m_muonCandidateTool
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.