|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef MuonCalibMath_SamplePoint_H
6 #define MuonCalibMath_SamplePoint_H
43 inline double x1()
const {
return m_x1; }
45 inline double x2()
const {
return m_x2; }
void set_triplet(const std::array< double, 3 > &values)
set the sample point, x[0] = x1 coordinate of the sample point, x[1] = x2 coordinate of the sample po...
void set_error(const double merror)
void set_x2(const double mx2)
set the error of the x2 coordinate sample point to merror
double x1() const
< get the x1 coordinate of the sample point
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.
double m_x2
x2 coordinate of the sample point
SamplePoint(const std::array< double, 3 > &triplet)
constructor, triplet[0] = x1 coordinate of the sample point, triplet[1] = x2 coordinate of the sample...
double x2() const
get the error on the x2 coordinate of the sample point
SamplePoint(const double mx1, const double mx2, const double msigma)
constructor, mx1 = x1 coordinate of the sample point, mx2 = x2 coordinate of the sample point,...
void set_x1(const double mx1)
set the x2 coordinate of the sample point to mx2
double m_sigma
error of the x2 coordinate of the sample point
double m_x1
x1 coordinate of the sample point