#include <TgcFit.h>
|
| int | nIdx |
| | Index of point in original list of digits.
|
| int | nStation |
| | Index of station: 0-3 for TGC.
|
| double | fX |
| | X coordinate.
|
| double | fY |
| | Y coordinate.
|
| bool | bOutlier |
| | Indicates an outlier (excluded from all calculations).
|
| double | fW |
| | Weight.
|
| double | fChi2 |
| | Chi2 contribution.
|
Definition at line 34 of file TgcFit.h.
◆ Point() [1/2]
| TrigL2MuonSA::TgcFit::Point::Point |
( |
| ) |
|
|
inline |
Definition at line 47 of file TgcFit.h.
48 {}
int nIdx
Index of point in original list of digits.
bool bOutlier
Indicates an outlier (excluded from all calculations).
double fChi2
Chi2 contribution.
int nStation
Index of station: 0-3 for TGC.
◆ Point() [2/2]
| TrigL2MuonSA::TgcFit::Point::Point |
( |
int | nIdx, |
|
|
int | nStation, |
|
|
double | fX, |
|
|
double | fY, |
|
|
double | fW = 1.0 ) |
|
inline |
◆ operator+=() [1/2]
| void TrigL2MuonSA::TgcFit::Point::operator+= |
( |
const Point & | p | ) |
|
|
inline |
◆ operator+=() [2/2]
| void TrigL2MuonSA::TgcFit::Point::operator+= |
( |
double | fD | ) |
|
|
inline |
◆ operator/=()
| void TrigL2MuonSA::TgcFit::Point::operator/= |
( |
double | fD | ) |
|
|
inline |
Definition at line 74 of file TgcFit.h.
75 {
76 if (fD != 0.0)
77 {
80 }
81 }
◆ bOutlier
| bool TrigL2MuonSA::TgcFit::Point::bOutlier |
Indicates an outlier (excluded from all calculations).
Definition at line 40 of file TgcFit.h.
◆ fChi2
| double TrigL2MuonSA::TgcFit::Point::fChi2 |
Chi2 contribution.
Definition at line 42 of file TgcFit.h.
◆ fW
| double TrigL2MuonSA::TgcFit::Point::fW |
◆ fX
| double TrigL2MuonSA::TgcFit::Point::fX |
X coordinate.
Definition at line 38 of file TgcFit.h.
◆ fY
| double TrigL2MuonSA::TgcFit::Point::fY |
Y coordinate.
Definition at line 39 of file TgcFit.h.
◆ nIdx
| int TrigL2MuonSA::TgcFit::Point::nIdx |
Index of point in original list of digits.
Definition at line 36 of file TgcFit.h.
◆ nStation
| int TrigL2MuonSA::TgcFit::Point::nStation |
The documentation for this struct was generated from the following file: