ATLAS Offline Software
Loading...
Searching...
No Matches
L0MDT::PtEstimate Struct Reference

Output struct holding the result of a pT estimation. More...

#include <IPtEstimationTool.h>

Collaboration diagram for L0MDT::PtEstimate:

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).

Detailed Description

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.

Member Data Documentation

◆ deltaBeta

float L0MDT::PtEstimate::deltaBeta {0.f}

Angular deflection between stations (2-station mode).

Definition at line 20 of file IPtEstimationTool.h.

20{0.f};

◆ leverArm

float L0MDT::PtEstimate::leverArm {0.f}

Distance between inner and outer station (3-station mode).

Definition at line 22 of file IPtEstimationTool.h.

22{0.f};

◆ nStations

unsigned int L0MDT::PtEstimate::nStations {0}

Number of stations used in the estimate.

Definition at line 17 of file IPtEstimationTool.h.

17{0};

◆ pt

float L0MDT::PtEstimate::pt {0.f}

pT proxy value (not a calibrated momentum)

Definition at line 19 of file IPtEstimationTool.h.

19{0.f};

◆ sagitta

float L0MDT::PtEstimate::sagitta {0.f}

Sagitta of the track (3-station mode).

Definition at line 21 of file IPtEstimationTool.h.

21{0.f};

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