Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
SdoMultiTruthMaker.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3 */
4 #ifndef MUONTRUTHALGSR4_SDOMULTITRUTHMAKER_H
5 #define MUONTRUTHALGSR4_SDOMULTITRUTHMAKER_H
6 
8 
11 
15 
16 namespace MuonR4{
18  public:
19  using AthReentrantAlgorithm::AthReentrantAlgorithm;
20 
21  virtual StatusCode initialize() override final;
22  virtual StatusCode execute(const EventContext& ctx) const override final;
23  private:
24 
25  ServiceHandle<Muon::IMuonIdHelperSvc> m_idHelperSvc{this, "MuonIdHelperSvc", "Muon::MuonIdHelperSvc/MuonIdHelperSvc"};
28  };
29 }
30 #endif
ReadHandleKeyArray.h
MuonR4::SdoMultiTruthMaker::initialize
virtual StatusCode initialize() override final
Definition: SdoMultiTruthMaker.cxx:13
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition: StoreGate/StoreGate/ReadHandleKey.h:39
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition: AthReentrantAlgorithm.h:74
MuonR4::SdoMultiTruthMaker
Definition: SdoMultiTruthMaker.h:17
SG::WriteHandleKey< PRD_MultiTruthCollection >
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
MuonR4::SdoMultiTruthMaker::m_writeKey
SG::WriteHandleKey< PRD_MultiTruthCollection > m_writeKey
Definition: SdoMultiTruthMaker.h:27
MuonSimHitContainer.h
MuonR4::SdoMultiTruthMaker::m_idHelperSvc
ServiceHandle< Muon::IMuonIdHelperSvc > m_idHelperSvc
Definition: SdoMultiTruthMaker.h:25
AthReentrantAlgorithm.h
WriteHandleKey.h
Property holding a SG store/key/clid from which a WriteHandle is made.
MuonR4
This header ties the generic definitions in this package.
Definition: HoughEventData.h:16
PRD_MultiTruthCollection.h
MuonR4::SdoMultiTruthMaker::execute
virtual StatusCode execute(const EventContext &ctx) const override final
Definition: SdoMultiTruthMaker.cxx:20
IMuonIdHelperSvc.h
MuonR4::SdoMultiTruthMaker::m_simHitKey
SG::ReadHandleKey< xAOD::MuonSimHitContainer > m_simHitKey
Definition: SdoMultiTruthMaker.h:26
ServiceHandle< Muon::IMuonIdHelperSvc >