5#ifndef MDTCALIBSVC_MDTCALIBRATIONSHIFTMAPBASE_H
6#define MDTCALIBSVC_MDTCALIBRATIONSHIFTMAPBASE_H
11#include "GaudiKernel/ServiceHandle.h"
25 :
public extends<AthAlgTool, MuonCalib::IShiftMapTools> {
54 Gaudi::Property<float>
m_sigma{
this,
"Sigma",10};
float getValue(const Identifier &id) const override
Gaudi::Property< std::string > m_mapFileName
Gaudi::Property< float > m_centralValue
std::map< Identifier, float > m_shiftValues
Gaudi::Property< float > m_sigma
Gaudi::Property< bool > m_forceMapRecreate
ServiceHandle< Muon::IMuonIdHelperSvc > m_idHelperSvc
StatusCode loadMapFromFile()
virtual StatusCode initialize() override
SG::ReadCondHandleKey< MuonMDT_CablingMap > m_mdtCab
StatusCode dumpMapAsFile()
virtual StatusCode initializeMap()=0
MdtCalibrationShiftMapBase(const std::string &type, const std::string &name, const IInterface *parent)
~MdtCalibrationShiftMapBase()=default