ATLAS Offline Software
MM_DigitToRDO.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef MMDIGITTORDO_H
6 #define MMDIGITTORDO_H
7 
13 
16 
18 
20 public:
21  MM_DigitToRDO(const std::string& name, ISvcLocator* pSvcLocator);
22  virtual ~MM_DigitToRDO() = default;
23  virtual StatusCode initialize() override final;
24  virtual StatusCode execute(const EventContext& ctx) const override final;
25 
26 private:
27  ServiceHandle<Muon::IMuonIdHelperSvc> m_idHelperSvc{this, "MuonIdHelperSvc", "Muon::MuonIdHelperSvc/MuonIdHelperSvc"};
29  "WriteHandleKey for Output MM_RawDataContainer"};
30  SG::ReadHandleKey<MmDigitContainer> m_digitContainer{this, "InputObjectName", "MM_DIGITS", "ReadHAndleKey for Input MmDigitContainer"};
31  ToolHandle<Muon::INSWCalibTool> m_calibTool{this, "CalibrationTool", ""};
32  //The cabling map is only needed for studies of the mm connector misalignment, but not it regular jobs. Therefore the key is left empty here.
33  SG::ReadCondHandleKey<Nsw_CablingMap> m_cablingKey{this, "CablingMap", "","Key of Nsw_CablingMap"};
34 };
35 
36 #endif
MM_DigitToRDO::initialize
virtual StatusCode initialize() override final
Definition: MM_DigitToRDO.cxx:12
MM_DigitToRDO::~MM_DigitToRDO
virtual ~MM_DigitToRDO()=default
MM_DigitToRDO::m_rdoContainer
SG::WriteHandleKey< Muon::MM_RawDataContainer > m_rdoContainer
Definition: MM_DigitToRDO.h:28
Nsw_CablingMap.h
INSWCalibTool.h
MM_DigitToRDO::MM_DigitToRDO
MM_DigitToRDO(const std::string &name, ISvcLocator *pSvcLocator)
Definition: MM_DigitToRDO.cxx:10
MM_DigitToRDO::m_cablingKey
SG::ReadCondHandleKey< Nsw_CablingMap > m_cablingKey
Definition: MM_DigitToRDO.h:33
const
bool const RAWDATA *ch2 const
Definition: LArRodBlockPhysicsV0.cxx:562
SG::ReadHandleKey< MmDigitContainer >
Muon
This class provides conversion from CSC RDO data to CSC Digits.
Definition: TrackSystemController.h:49
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition: AthReentrantAlgorithm.h:83
MM_DigitToRDO::m_idHelperSvc
ServiceHandle< Muon::IMuonIdHelperSvc > m_idHelperSvc
Definition: MM_DigitToRDO.h:27
SG::WriteHandleKey< Muon::MM_RawDataContainer >
MmDigitContainer.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
ReadCondHandleKey.h
AthReentrantAlgorithm.h
private
#define private
Definition: DetDescrConditionsDict_dict_fixes.cxx:13
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
MM_DigitToRDO::execute
virtual StatusCode execute(const EventContext &ctx) const override final
Definition: MM_DigitToRDO.cxx:22
SG::ReadCondHandleKey< Nsw_CablingMap >
MM_RawDataContainer.h
MM_DigitToRDO::m_calibTool
ToolHandle< Muon::INSWCalibTool > m_calibTool
Definition: MM_DigitToRDO.h:31
MM_DigitToRDO::m_digitContainer
SG::ReadHandleKey< MmDigitContainer > m_digitContainer
Definition: MM_DigitToRDO.h:30
MM_DigitToRDO
Definition: MM_DigitToRDO.h:19
IMuonIdHelperSvc.h
ServiceHandle
Definition: ClusterMakerTool.h:37