ATLAS Offline Software
STGC_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 STGCDIGITTORDO_H
6 #define STGCDIGITTORDO_H
7 
9 #include "GaudiKernel/ServiceHandle.h"
14 #include "StoreGate/DataHandle.h"
15 
18 
20 
22 public:
23  STGC_DigitToRDO(const std::string& name, ISvcLocator* pSvcLocator);
24  virtual ~STGC_DigitToRDO() = default;
25  virtual StatusCode initialize() override final;
26  virtual StatusCode execute(const EventContext& ctx) const override final;
27 
28 private:
29  ServiceHandle<Muon::IMuonIdHelperSvc> m_idHelperSvc{this, "MuonIdHelperSvc", "Muon::MuonIdHelperSvc/MuonIdHelperSvc"};
31  "WriteHandleKey for Output STGC_RawDataContainer"};
32  SG::ReadHandleKey<sTgcDigitContainer> m_digitContainer{this, "InputObjectName", "sTGC_DIGITS",
33  "ReadHandleKey for Input sTgcDigitContainer"};
34  ToolHandle<Muon::INSWCalibTool> m_calibTool{this, "CalibrationTool", ""};
35 
36  //The cabling map is only needed for studies of the mm connector misalignmen, but not it regular jobs. Therefore the key is left empty here.
37  SG::ReadCondHandleKey<Nsw_CablingMap> m_cablingKey{this, "CablingMap", "","Key of Nsw_CablingMap"};
38 
39 };
40 
41 #endif
STGC_DigitToRDO::execute
virtual StatusCode execute(const EventContext &ctx) const override final
Definition: STGC_DigitToRDO.cxx:25
STGC_DigitToRDO::m_digitContainer
SG::ReadHandleKey< sTgcDigitContainer > m_digitContainer
Definition: STGC_DigitToRDO.h:32
STGC_DigitToRDO::initialize
virtual StatusCode initialize() override final
Definition: STGC_DigitToRDO.cxx:14
Nsw_CablingMap.h
INSWCalibTool.h
STGC_DigitToRDO
Definition: STGC_DigitToRDO.h:21
STGC_DigitToRDO::m_cablingKey
SG::ReadCondHandleKey< Nsw_CablingMap > m_cablingKey
Definition: STGC_DigitToRDO.h:37
const
bool const RAWDATA *ch2 const
Definition: LArRodBlockPhysicsV0.cxx:562
SG::ReadHandleKey< sTgcDigitContainer >
Muon
This class provides conversion from CSC RDO data to CSC Digits.
Definition: TrackSystemController.h:49
DataHandle.h
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition: AthReentrantAlgorithm.h:83
STGC_RawDataContainer.h
SG::WriteHandleKey< Muon::STGC_RawDataContainer >
STGC_DigitToRDO::~STGC_DigitToRDO
virtual ~STGC_DigitToRDO()=default
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
STGC_DigitToRDO::m_idHelperSvc
ServiceHandle< Muon::IMuonIdHelperSvc > m_idHelperSvc
Definition: STGC_DigitToRDO.h:29
SG::ReadCondHandleKey< Nsw_CablingMap >
STGC_DigitToRDO::m_calibTool
ToolHandle< Muon::INSWCalibTool > m_calibTool
Definition: STGC_DigitToRDO.h:34
STGC_DigitToRDO::STGC_DigitToRDO
STGC_DigitToRDO(const std::string &name, ISvcLocator *pSvcLocator)
Definition: STGC_DigitToRDO.cxx:12
sTgcDigitContainer.h
STGC_DigitToRDO::m_rdoContainer
SG::WriteHandleKey< Muon::STGC_RawDataContainer > m_rdoContainer
Definition: STGC_DigitToRDO.h:30
IMuonIdHelperSvc.h
ServiceHandle
Definition: ClusterMakerTool.h:37