ATLAS Offline Software
PrdMultiTruthMaker.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3 */
4 #ifndef MUONTRUTHALGSR4_PRDMULTITRUTHMAKER_H
5 #define MUONTRUTHALGSR4_PRDMULTITRUTHMAKER_H
6 
8 
13 
17 
18 namespace MuonR4{
20  public:
22 
23  virtual StatusCode initialize() override final;
24  virtual StatusCode execute(const EventContext& ctx) const override final;
25  private:
26 
29  ServiceHandle<Muon::IMuonIdHelperSvc> m_idHelperSvc{this, "MuonIdHelperSvc", "Muon::MuonIdHelperSvc/MuonIdHelperSvc"};
30 
31  Gaudi::Property<std::string> m_simLinkDecor{this, "SimHitLinkDecoration", "simHitLink"};
32 
35 
37  };
38 }
39 #endif
ReadHandleKeyArray.h
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
SG::HandleKeyArray
Definition: StoreGate/StoreGate/HandleKeyArray.h:38
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition: StoreGate/StoreGate/ReadHandleKey.h:39
MuonR4::PrdMultiTruthMaker::initialize
virtual StatusCode initialize() override final
Definition: PrdMultiTruthMaker.cxx:13
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition: AthReentrantAlgorithm.h:83
AthReentrantAlgorithm::AthReentrantAlgorithm
AthReentrantAlgorithm()
Default constructor:
SG::WriteHandleKey< PRD_MultiTruthCollection >
MuonR4::PrdMultiTruthMaker::m_xAODPrdKeys
SG::ReadHandleKeyArray< xAODPrdCont_t > m_xAODPrdKeys
Definition: PrdMultiTruthMaker.h:33
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
UncalibratedMeasurementContainer.h
MuonR4::PrdMultiTruthMaker::m_simHitDecorKeys
SG::ReadDecorHandleKeyArray< xAODPrdCont_t > m_simHitDecorKeys
Definition: PrdMultiTruthMaker.h:34
MuonR4::PrdMultiTruthMaker
Definition: PrdMultiTruthMaker.h:19
MuonR4::PrdMultiTruthMaker::m_writeKey
SG::WriteHandleKey< PRD_MultiTruthCollection > m_writeKey
Definition: PrdMultiTruthMaker.h:36
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581
AthReentrantAlgorithm.h
WriteHandleKey.h
Property holding a SG store/key/clid from which a WriteHandle is made.
xAOD::UncalibratedMeasurementContainer
UncalibratedMeasurementContainer_v1 UncalibratedMeasurementContainer
Define the version of the uncalibrated measurement container.
Definition: UncalibratedMeasurementContainer.h:14
MuonR4
This header ties the generic definitions in this package.
Definition: HoughEventData.h:16
MuonR4::PrdMultiTruthMaker::m_idHelperSvc
ServiceHandle< Muon::IMuonIdHelperSvc > m_idHelperSvc
Definition: PrdMultiTruthMaker.h:29
PRD_MultiTruthCollection.h
MuonR4::PrdMultiTruthMaker::execute
virtual StatusCode execute(const EventContext &ctx) const override final
Definition: PrdMultiTruthMaker.cxx:28
ReadDecorHandleKeyArray.h
IMuonIdHelperSvc.h
ServiceHandle< Muon::IMuonIdHelperSvc >
MuonR4::PrdMultiTruthMaker::m_simLinkDecor
Gaudi::Property< std::string > m_simLinkDecor
Definition: PrdMultiTruthMaker.h:31