ATLAS Offline Software
|
Local class for storing tracks positions. More...
#include <AFP_ProtonRecoBase.h>
Public Member Functions | |
Measurement () | |
Default constructor - sets everything to zero. More... | |
Measurement (double xNear, double yNear, double xFar, double yFar) | |
Takes xy positions of two tracks in [mm] and stores them in [m]. More... | |
Public Attributes | |
Near tracks positions [m] | |
double | xN |
double | yN |
Far tracks positions [m] | |
double | xF |
double | yF |
Local class for storing tracks positions.
Definition at line 49 of file AFP_ProtonRecoBase.h.
|
inline |
|
inline |
double AFP_ProtonRecoBase::Measurement::xF |
Definition at line 65 of file AFP_ProtonRecoBase.h.
double AFP_ProtonRecoBase::Measurement::xN |
Definition at line 60 of file AFP_ProtonRecoBase.h.
double AFP_ProtonRecoBase::Measurement::yF |
Definition at line 65 of file AFP_ProtonRecoBase.h.
double AFP_ProtonRecoBase::Measurement::yN |
Definition at line 60 of file AFP_ProtonRecoBase.h.