  | 
  
    ATLAS Offline Software
    
   | 
 
 
 
 
Go to the documentation of this file.
  180     s <<
"x y sigma signchi*pchi2 layer used usable type : "<<xy.
x()<<
" "<<xy.
y()<<
" "<<xy.
sigma()<<
" "<<std::setw(9)<<std::setprecision(2)<<xy.
signchi()*xy.
pchi2()<<
" "<<xy.
layer()<<
" "<<xy.
used()<<
" "<<xy.
usable()<<
" "<<xy.
type();
 
  188       return xy0.
x()<xy1.
x();
 
  196       return xy0.
x()>xy1.
x();
 
  
XYPosition(double x, double y, double sigma, int layer)
 
friend bool operator>(XYPosition &xy0, XYPosition &xy1)
 
XYPosition(double x, double y, double sigma, int layer, int type)
 
void nStation(int nStation)
 
LinearTrack(double a, double b, double chi2, int ndf, int nLayer, int nStation)
 
void signchi(int signchi)
 
friend std::ostream & operator<<(std::ostream &s, XYPosition &xy)
 
friend bool operator<(XYPosition &xy0, XYPosition &xy1)