4#ifndef MUONCONDTEST_MDTCALIBTESTALG_H
5#define MUONCONDTEST_MDTCALIBTESTALG_H
14#include "GaudiKernel/SystemOfUnits.h"
18 using AthReentrantAlgorithm::AthReentrantAlgorithm;
22 virtual StatusCode
initialize() override final;
27 "Conditions object containing the calibrations"};
30 Gaudi::Property<double>
m_stepR{
this,
"StepR", 0.05};
33 Gaudi::Property<double>
m_mapTolerance{
this,
"Tolerance", 10. * Gaudi::Units::micrometer};
An algorithm that can be simultaneously executed in multiple threads.
Interface for Helper service that creates muon Identifiers and can be used to print Identifiers.
const MuonGMR4::MuonDetectorManager * m_detMgr
Gaudi::Property< double > m_mapTolerance
Compatibility window.
SG::ReadCondHandleKey< MuonCalib::MdtCalibDataContainer > m_readKey
Gaudi::Property< double > m_stepR
Step width to scan the compatibility of the R-t relation.
virtual StatusCode execute(const EventContext &ctx) const override final
ServiceHandle< Muon::IMuonIdHelperSvc > m_idHelperSvc
virtual ~MdtCalibTestAlg()=default
virtual StatusCode initialize() override final
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.