10#include "GaudiKernel/MsgStream.h"
12#define M_MAX_PARS 1000
19 double t(0),
r(0), reso(0);
30 for (
unsigned int i = 0; i <
m_npars; ++i) {
34 log << MSG::WARNING <<
"read() <unexpected eof> -> exit after " << i - 1 <<
" entries out of " <<
m_npars
35 <<
" were read from file" <<
endmsg;
56 for (
unsigned int i = 0; i <
m_npars; ++i) {
61 log << MSG::WARNING <<
"write() <data not valid>" <<
endmsg;
74 for (
unsigned int i = 0; i <
m_npars; ++i) {
84 log << MSG::WARNING <<
"write_forDB() <data not valid>" <<
endmsg;
char data[hepevt_bytes_allocation_ATLAS]
Represents an Rt relation in the form of a set of (time,radius,resolution) points.
std::ostream & write(std::ostream &os) const
void write_forDB(FILE *frtt, FILE *frtr, FILE *frts) const
std::istream & read(std::istream &is)
singleton-like access to IMessageSvc via open function and helper
IMessageSvc * getMessageSvc(bool quiet=false)
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.
std::istream & operator>>(std::istream &is, RtFullInfo &data)
std::ostream & operator<<(std::ostream &os, const RtFullInfo &data)