5#ifndef MUONCALIB_RTDATA_T_R_RESO_H
6#define MUONCALIB_RTDATA_T_R_RESO_H
44 std::istream&
read(std::istream& is);
45 std::ostream&
write(std::ostream& os)
const;
46 void write_forDB(FILE* frtt, FILE* frtr, FILE* frts)
const;
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
const DataVec & radii() const
void write_forDB(FILE *frtt, FILE *frtr, FILE *frts) const
std::vector< double > DataVec
bool addEntry(double t, double r, double reso)
returns falls if the current time is smaller then the previous one
const DataVec & times() const
unsigned int regionId() const
const DataVec & resolution() const
std::istream & read(std::istream &is)
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)