5#ifndef MUONCALIB_RTFULLINFO_H
6#define MUONCALIB_RTFULLINFO_H
52 std::istream&
read(std::istream& is) {
56 std::ostream&
write(std::ostream& os)
const {
char data[hepevt_bytes_allocation_ATLAS]
addiitonal information used in validation of a rt-relation
std::ostream & write(std::ostream &os) const
double m_rmsAng
rms of segments angular distribution
std::string m_implementation
name of the implementation
void write_forDB(FILE *frt) const
std::istream & read(std::istream &is)
void setMeanPos(double a)
int m_numIt
number of iterations
double m_meanPos
mean of the track position
void setQualEst(double a)
const std::string & implementation() const
RtFullInfo(const std::string &impl, int numIt, int numSeg, double meanAng, double rmsAng, double convTest, double qualTest)
double m_convEst
parameter measuring the difference between the results of last two iterations
double m_meanAng
mean of segments angular distribution
void setConvEst(double a)
int m_numSeg
number of segments in last iteration
void setMeanAng(double a)
double m_qualEst
parameter measuring the smoothness of the rt or the quality of the parametrisation
void setImplementation(const std::string &i)
double m_rmsPos
spread of the track position
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)