#include <TGCDQAUtils.h>
Definition at line 70 of file TGCDQAUtils.h.
◆ XYPosition() [1/3]
| XYPosition::XYPosition |
( |
| ) |
|
|
inline |
◆ ~XYPosition()
| XYPosition::~XYPosition |
( |
| ) |
|
|
inline |
◆ XYPosition() [2/3]
| XYPosition::XYPosition |
( |
double | x, |
|
|
double | y, |
|
|
double | sigma, |
|
|
int | layer ) |
|
inline |
◆ XYPosition() [3/3]
| XYPosition::XYPosition |
( |
double | x, |
|
|
double | y, |
|
|
double | sigma, |
|
|
int | layer, |
|
|
int | type ) |
|
inline |
◆ layer() [1/2]
| int XYPosition::layer |
( |
| ) |
|
|
inline |
◆ layer() [2/2]
| void XYPosition::layer |
( |
int | layer | ) |
|
|
inline |
◆ pchi2() [1/2]
| double XYPosition::pchi2 |
( |
| ) |
|
|
inline |
◆ pchi2() [2/2]
| void XYPosition::pchi2 |
( |
double | pchi2 | ) |
|
|
inline |
◆ sigma() [1/2]
| double XYPosition::sigma |
( |
| ) |
|
|
inline |
◆ sigma() [2/2]
| void XYPosition::sigma |
( |
double | sigma | ) |
|
|
inline |
◆ signchi() [1/2]
| int XYPosition::signchi |
( |
| ) |
|
|
inline |
◆ signchi() [2/2]
| void XYPosition::signchi |
( |
int | signchi | ) |
|
|
inline |
◆ SS() [1/2]
| double XYPosition::SS |
( |
| ) |
|
|
inline |
◆ SS() [2/2]
| void XYPosition::SS |
( |
double | SS | ) |
|
|
inline |
◆ type()
◆ usable() [1/2]
| bool XYPosition::usable |
( |
| ) |
|
|
inline |
◆ usable() [2/2]
| void XYPosition::usable |
( |
bool | usable | ) |
|
|
inline |
◆ used() [1/2]
| bool XYPosition::used |
( |
| ) |
|
|
inline |
◆ used() [2/2]
| void XYPosition::used |
( |
bool | used | ) |
|
|
inline |
◆ X() [1/2]
◆ X() [2/2]
| void XYPosition::X |
( |
double | X | ) |
|
|
inline |
◆ x() [1/2]
◆ x() [2/2]
| void XYPosition::x |
( |
double | x | ) |
|
|
inline |
◆ XX() [1/2]
| double XYPosition::XX |
( |
| ) |
|
|
inline |
◆ XX() [2/2]
| void XYPosition::XX |
( |
double | XX | ) |
|
|
inline |
◆ XY() [1/2]
| double XYPosition::XY |
( |
| ) |
|
|
inline |
◆ XY() [2/2]
| void XYPosition::XY |
( |
double | XY | ) |
|
|
inline |
◆ Y() [1/2]
◆ Y() [2/2]
| void XYPosition::Y |
( |
double | Y | ) |
|
|
inline |
◆ y() [1/2]
◆ y() [2/2]
| void XYPosition::y |
( |
double | y | ) |
|
|
inline |
◆ YY() [1/2]
| double XYPosition::YY |
( |
| ) |
|
|
inline |
◆ YY() [2/2]
| void XYPosition::YY |
( |
double | YY | ) |
|
|
inline |
◆ operator<
Definition at line 184 of file TGCDQAUtils.h.
184 {
186 return true;
188 return xy0.
x()<xy1.
x();
189 else
190 return false;
191 }
◆ operator<<
| std::ostream & operator<< |
( |
std::ostream & | s, |
|
|
XYPosition & | xy ) |
|
friend |
Definition at line 179 of file TGCDQAUtils.h.
179 {
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();
182 }
◆ operator>
Definition at line 192 of file TGCDQAUtils.h.
192 {
194 return true;
196 return xy0.
x()>xy1.
x();
197 else
198 return false;
199 }
◆ m_layer
◆ m_pchi2
| double XYPosition::m_pchi2 |
|
private |
◆ m_sigma
| double XYPosition::m_sigma |
|
private |
◆ m_signchi
| int XYPosition::m_signchi |
|
private |
◆ m_SS
◆ m_type
◆ m_usable
| bool XYPosition::m_usable |
|
private |
◆ m_used
◆ m_X
◆ m_x
◆ m_XX
◆ m_XY
◆ m_Y
◆ m_y
◆ m_YY
The documentation for this class was generated from the following file: