![]() |
ATLAS Offline Software
|
Output struct holding the result of a pT estimation. More...
#include <IPtEstimationTool.h>
Public Attributes | |
| unsigned int | nStations {0} |
| Number of stations used in the estimate. | |
| float | pt {0.f} |
| pT proxy value (not a calibrated momentum) | |
| float | deltaBeta {0.f} |
| Angular deflection between stations (2-station mode). | |
| float | sagitta {0.f} |
| Sagitta of the track (3-station mode). | |
| float | leverArm {0.f} |
| Distance between inner and outer station (3-station mode). | |
Output struct holding the result of a pT estimation.
All fields are meaningful only when the optional returned by estimatePt is not empty.
Definition at line 16 of file IPtEstimationTool.h.
| float L0MDT::PtEstimate::deltaBeta {0.f} |
Angular deflection between stations (2-station mode).
Definition at line 20 of file IPtEstimationTool.h.
| float L0MDT::PtEstimate::leverArm {0.f} |
Distance between inner and outer station (3-station mode).
Definition at line 22 of file IPtEstimationTool.h.
| unsigned int L0MDT::PtEstimate::nStations {0} |
| float L0MDT::PtEstimate::pt {0.f} |
pT proxy value (not a calibrated momentum)
Definition at line 19 of file IPtEstimationTool.h.
| float L0MDT::PtEstimate::sagitta {0.f} |