5#ifndef RTCALIBRATIONOUTPUT_H
6#define RTCALIBRATIONOUTPUT_H
23 RtCalibrationOutput(std::shared_ptr<const IRtRelation> rt_rel, std::shared_ptr<const RtFullInfo> fi) :
IMdtCalibrationOutput(const std::string &name)
constructor, string used to identify the instance
RtCalibrationOutput(std::shared_ptr< const IRtRelation > rt_rel, std::shared_ptr< const RtFullInfo > fi)
virtual ~RtCalibrationOutput()=default
std::shared_ptr< const RtFullInfo > fullInfo() const
std::shared_ptr< const IRtRelation > rt() const
access to private attributes
std::shared_ptr< const RtFullInfo > m_fullInfo
additonal info for validation
std::shared_ptr< const IRtRelation > m_rtRelation
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.