ATLAS Offline Software
Loading...
Searching...
No Matches
AFP_ProtonRecoBase::Measurement Struct Reference

Local class for storing tracks positions. More...

#include <AFP_ProtonRecoBase.h>

Collaboration diagram for AFP_ProtonRecoBase::Measurement:

Public Member Functions

 Measurement ()
 Default constructor - sets everything to zero.
 Measurement (double xNear, double yNear, double xFar, double yFar)
 Takes xy positions of two tracks in [mm] and stores them in [m].

Public Attributes

Near tracks positions [m]
double xN
double yN
Far tracks positions [m]
double xF
double yF

Detailed Description

Local class for storing tracks positions.

Definition at line 49 of file AFP_ProtonRecoBase.h.

Constructor & Destructor Documentation

◆ Measurement() [1/2]

AFP_ProtonRecoBase::Measurement::Measurement ( )
inline

Default constructor - sets everything to zero.

Definition at line 51 of file AFP_ProtonRecoBase.h.

◆ Measurement() [2/2]

AFP_ProtonRecoBase::Measurement::Measurement ( double xNear,
double yNear,
double xFar,
double yFar )
inline

Takes xy positions of two tracks in [mm] and stores them in [m].

Definition at line 55 of file AFP_ProtonRecoBase.h.

56 : xN {xNear * 1e-3}, yN {yNear * 1e-3}, xF {xFar * 1e-3}, yF {yFar * 1e-3} {}

Member Data Documentation

◆ xF

double AFP_ProtonRecoBase::Measurement::xF

Definition at line 65 of file AFP_ProtonRecoBase.h.

◆ xN

double AFP_ProtonRecoBase::Measurement::xN

Definition at line 60 of file AFP_ProtonRecoBase.h.

◆ yF

double AFP_ProtonRecoBase::Measurement::yF

Definition at line 65 of file AFP_ProtonRecoBase.h.

◆ yN

double AFP_ProtonRecoBase::Measurement::yN

Definition at line 60 of file AFP_ProtonRecoBase.h.


The documentation for this struct was generated from the following file: