ATLAS Offline Software
GetL2CBmuonInDetTracksAlg.h
Go to the documentation of this file.
1 /*
2  Get muon ID tracks from L2CB muons
3 
4  Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 #ifndef TRIGMUONEF_GETL2CBMUONINDETTRACKSOUTALG_H
8 #define TRIGMUONEF_GETL2CBMUONINDETTRACKSOUTALG_H
9 
14 
16 {
17  public :
18 
20  GetL2CBmuonInDetTracksAlg( const std::string& name, ISvcLocator* pSvcLocator );
21 
23  virtual StatusCode initialize() override;
24 
26  virtual StatusCode execute(const EventContext& ctx) const override;
27 
28 
29  private :
30 
31  //SG::ReadHandleKey<xAOD::TrackParticleContainer> m_fullIDtrackContainerKey{this,"FullIDTrackContainerLocation", "FullIDTracks", "Full ID Tracks Container"};
32  SG::ReadHandleKey<xAOD::L2CombinedMuonContainer> m_muonL2CBContainerKey{this,"MuonL2CBContainerLocation", "MuonsL2CB", "L2CB Muon Container"};
33  SG::WriteHandleKey<xAOD::TrackParticleContainer> m_idTrackOutputKey{this,"IDtrackOutputLocation", "IDTracksOut", "Output ID Tracks Container"};
34 
35 };
36 
37 #endif
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
L2CombinedMuonContainer.h
SG::ReadHandleKey< xAOD::L2CombinedMuonContainer >
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition: AthReentrantAlgorithm.h:74
GetL2CBmuonInDetTracksAlg::initialize
virtual StatusCode initialize() override
initialize
Definition: GetL2CBmuonInDetTracksAlg.cxx:15
SG::WriteHandleKey< xAOD::TrackParticleContainer >
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthReentrantAlgorithm.h
GetL2CBmuonInDetTracksAlg::m_muonL2CBContainerKey
SG::ReadHandleKey< xAOD::L2CombinedMuonContainer > m_muonL2CBContainerKey
Definition: GetL2CBmuonInDetTracksAlg.h:32
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:240
GetL2CBmuonInDetTracksAlg::GetL2CBmuonInDetTracksAlg
GetL2CBmuonInDetTracksAlg(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Definition: GetL2CBmuonInDetTracksAlg.cxx:10
GetL2CBmuonInDetTracksAlg::execute
virtual StatusCode execute(const EventContext &ctx) const override
execute the filter alg
Definition: GetL2CBmuonInDetTracksAlg.cxx:22
private
#define private
Definition: xAODTruthCnvAlg.h:20
GetL2CBmuonInDetTracksAlg
Definition: GetL2CBmuonInDetTracksAlg.h:16
TrackParticleContainer.h
GetL2CBmuonInDetTracksAlg::m_idTrackOutputKey
SG::WriteHandleKey< xAOD::TrackParticleContainer > m_idTrackOutputKey
Definition: GetL2CBmuonInDetTracksAlg.h:33