ATLAS Offline Software
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{
21  public:
22  using AthReentrantAlgorithm::AthReentrantAlgorithm;
23 
24  virtual StatusCode initialize() override final;
25  virtual StatusCode execute(const EventContext& ctx) const override final;
26  private:
28  ServiceHandle<Muon::IMuonIdHelperSvc> m_idHelperSvc{this, "MuonIdHelperSvc", "Muon::MuonIdHelperSvc/MuonIdHelperSvc"};
33  };
34 }
35 #endif
ReadHandleKeyArray.h
MuonR4::SdoMultiTruthMaker::initialize
virtual StatusCode initialize() override final
Definition: SdoMultiTruthMaker.cxx:12
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
The SdoMuliTruthMaker translates the HepMCParticle links associated with the SDO into a PRD_MultiTrut...
Definition: SdoMultiTruthMaker.h:20
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
Output key of the written PRD_MultiTruthCollection.
Definition: SdoMultiTruthMaker.h:32
MuonSimHitContainer.h
MuonR4::SdoMultiTruthMaker::m_idHelperSvc
ServiceHandle< Muon::IMuonIdHelperSvc > m_idHelperSvc
IdHelperSvc for Identifier printing / manipulation.
Definition: SdoMultiTruthMaker.h:28
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:19
IMuonIdHelperSvc.h
MuonR4::SdoMultiTruthMaker::m_simHitKey
SG::ReadHandleKey< xAOD::MuonSimHitContainer > m_simHitKey
Input key of the SDO container to translate (E.g.
Definition: SdoMultiTruthMaker.h:30
ServiceHandle< Muon::IMuonIdHelperSvc >