10 declareInterface<ICalibrationIOTool>(
this);
16 return StatusCode::SUCCESS;
25 return m_tool2->WriteT0(t0_output, station_id, iov_start, iov_end);
29 const NtupleStationId &station_id,
int iov_start,
int iov_end,
bool real_rt,
30 bool real_resolution) {
31 ATH_CHECK(
m_tool1->WriteRt(rt_relation, resolution, station_id, iov_start, iov_end, real_rt, real_resolution));
32 return m_tool2->WriteRt(rt_relation, std::move(resolution), station_id, iov_start, iov_end, real_rt, real_resolution);
36 return m_tool1->LoadT0(t0s, iov_id);
#define ATH_CHECK
Evaluate an expression and check for errors.
std::pair< std::vector< unsigned int >, bool > res
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...
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.