![]() |
ATLAS Offline Software
|
#include <TgcFit.h>
Public Member Functions | |
| Point () | |
| Point (int nIdx, int nStation, double fX, double fY, double fW=1.0) | |
| void | operator+= (double fD) |
| void | operator+= (const Point &p) |
| void | operator/= (double fD) |
Public Attributes | |
| 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. | |
|
inline |
Definition at line 47 of file TgcFit.h.
|
inline |
|
inline |
|
inline |
| bool TrigL2MuonSA::TgcFit::Point::bOutlier |
| double TrigL2MuonSA::TgcFit::Point::fChi2 |
| int TrigL2MuonSA::TgcFit::Point::nIdx |
| int TrigL2MuonSA::TgcFit::Point::nStation |