5#ifndef MDTCALIBSVC_MDTCALIBRATIONTOOL_H
6#define MDTCALIBSVC_MDTCALIBRATIONTOOL_H
17#include "GaudiKernel/SystemOfUnits.h"
18#include "GaudiKernel/PhysicalConstants.h"
20class MdtCalibToolInput;
45 using base_class::base_class;
50 virtual StatusCode
initialize() override final;
81 bool resolFromRtrack=false)
const override final;
105 Gaudi::Property<bool>
m_doTof{
this,
"DoTofCorrection",
true};
106 Gaudi::Property<bool>
m_doProp{
this,
"DoPropagationCorrection",
true};
107 Gaudi::Property<bool>
m_doTemp{
this,
"DoTemperatureCorrection",
false};
108 Gaudi::Property<bool>
m_doField{
this,
"DoMagneticFieldCorrection",
false};
109 Gaudi::Property<bool>
m_doSlew{
this,
"DoSlewingCorrection",
false};
110 Gaudi::Property<bool>
m_doBkg{
this,
"DoBackgroundCorrection",
false};
113 ToolHandle<MuonCalib::IShiftMapTools>
m_t0ShiftTool{
this,
"T0ShiftTool",
""};
122 Gaudi::Property<double>
m_resTwin{
this,
"ResolutionTwinTube" , 1.05,
"Twin tube resolution"};
126 "Conditions object containing the calibrations"};
133 "Name of the Magnetic Field conditions object key"};
MdtCalibOutput::MdtDriftCircleStatus MdtDriftCircleStatus
An MdtCalibHit is an object containing all the intermediate information needed in the conversion of r...
class which holds calibration constants per rt-region
Support class for PropertyMgr.
=============================================================================
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
GeoModel::TransientConstSharedPtr< MdtTubeCalibContainer > TubeContainerPtr
GeoModel::TransientConstSharedPtr< MdtCorFuncSet > CorrectionPtr
GeoModel::TransientConstSharedPtr< MdtRtRelation > RtRelationPtr