ATLAS Offline Software
TruthSegmentCsvDumperAlg.h
Go to the documentation of this file.
1 #ifndef MUONCSVDUMP_TruthSegmentCsvDumperAlg_H
2 #define MUONCSVDUMP_TruthSegmentCsvDumperAlg_H
3 /*
4  Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
5 */
6 
10 
13 
14 
15 namespace MuonR4{
17 
18  public:
19  TruthSegmentCsvDumperAlg(const std::string& name, ISvcLocator* pSvcLocator);
21  StatusCode initialize() override;
22  StatusCode execute() override;
23 
24  private:
26  this, "MuonTruthSegmentsKey", "TruthSegmentsR4"};
28  this, "MuonIdHelperSvc", "Muon::MuonIdHelperSvc/MuonIdHelperSvc"};
30  size_t m_event{0};
31 
32 };
33 }
34 #endif
ReadHandleKeyArray.h
MuonR4::TruthSegmentCsvDumperAlg::m_r4DetMgr
const MuonGMR4::MuonDetectorManager * m_r4DetMgr
Definition: TruthSegmentCsvDumperAlg.h:29
MuonGMR4::MuonDetectorManager
Definition: MuonPhaseII/MuonDetDescr/MuonReadoutGeometryR4/MuonReadoutGeometryR4/MuonDetectorManager.h:62
MuonR4::TruthSegmentCsvDumperAlg::m_idHelperSvc
ServiceHandle< Muon::IMuonIdHelperSvc > m_idHelperSvc
Definition: TruthSegmentCsvDumperAlg.h:27
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition: StoreGate/StoreGate/ReadHandleKey.h:39
MuonR4::TruthSegmentCsvDumperAlg::~TruthSegmentCsvDumperAlg
~TruthSegmentCsvDumperAlg()=default
MuonSegmentContainer.h
AthAlgorithm.h
MuonR4::TruthSegmentCsvDumperAlg::execute
StatusCode execute() override
Definition: TruthSegmentCsvDumperAlg.cxx:26
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
MuonDetectorManager.h
MuonR4::TruthSegmentCsvDumperAlg::m_inSegmentKey
SG::ReadHandleKey< xAOD::MuonSegmentContainer > m_inSegmentKey
Definition: TruthSegmentCsvDumperAlg.h:25
AthAlgorithm
Definition: AthAlgorithm.h:47
MuonR4::TruthSegmentCsvDumperAlg::m_event
size_t m_event
Definition: TruthSegmentCsvDumperAlg.h:30
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:221
MuonR4
This header ties the generic definitions in this package.
Definition: HoughEventData.h:16
MuonR4::TruthSegmentCsvDumperAlg::TruthSegmentCsvDumperAlg
TruthSegmentCsvDumperAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition: TruthSegmentCsvDumperAlg.cxx:17
MuonR4::TruthSegmentCsvDumperAlg
Definition: TruthSegmentCsvDumperAlg.h:16
MuonR4::TruthSegmentCsvDumperAlg::initialize
StatusCode initialize() override
Definition: TruthSegmentCsvDumperAlg.cxx:19
IMuonIdHelperSvc.h
ServiceHandle< Muon::IMuonIdHelperSvc >