5#ifndef _CalibrationIOTool_H
6#define _CalibrationIOTool_H
9#include "GaudiKernel/IAlgTool.h"
36 static const InterfaceID IID_CalibrationIOTool(
"MuonCalib::ICalibrationIOTool", 1, 0);
37 return IID_CalibrationIOTool;
54 const NtupleStationId &station_id,
int iov_start,
int iov_end,
bool real_rt,
bool real_resolution) = 0;
60 virtual StatusCode
LoadT0(std::map<NtupleStationId, MdtStationT0Container *> &t0s,
int iov_id) = 0;
68 virtual StatusCode
LoadRt(std::map<NtupleStationId, IRtRelation *> &rts, std::map<NtupleStationId, IRtResolution *> &
res,
std::pair< std::vector< unsigned int >, bool > res
generic interface for a rt-relation
Generic interface to retrieve the resolution on the drift radius as a function of the drift time.
Holds single-tube full calibration information of one chamber.
Station Identifier for sorting calibration data.
Class for communication between event loop and rt calibration algorithm contains only a rt relation f...
class for the communication of the results of T0 calibration algorithms
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.