ATLAS Offline Software
Loading...
Searching...
No Matches
SpacePointCsvDumperAlg.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 MUONCSVDUMP_MuonStripCsvDumperAlg_H
5#define MUONCSVDUMP_MuonStripCsvDumperAlg_H
6
12
13
16
17namespace MuonR4{
19
20 public:
21
24
25 StatusCode initialize() override;
26 StatusCode execute() override;
27
28 private:
29
30
31 SG::ReadHandleKeyArray<SpacePointContainer> m_readKeys{this, "SpacePointKeys", {"MuonSpacePoints"}, "Key to the space point container"};
32
33 ServiceHandle<Muon::IMuonIdHelperSvc> m_idHelperSvc{this, "MuonIdHelperSvc", "Muon::MuonIdHelperSvc/MuonIdHelperSvc"};
34
35 size_t m_event{0};
36
37};
38}
39#endif
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
ServiceHandle< Muon::IMuonIdHelperSvc > m_idHelperSvc
SG::ReadHandleKeyArray< SpacePointContainer > m_readKeys
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
This header ties the generic definitions in this package.
HandleKeyArray< ReadHandle< T >, ReadHandleKey< T >, Gaudi::DataHandle::Reader > ReadHandleKeyArray