ATLAS Offline Software
|
#include <TrackStatHelper.h>
Public Member Functions | |
cuts () | |
Public Attributes | |
float | maxEtaBarrel |
float | maxEtaTransition |
Maxiumu eta for transition region. More... | |
float | maxEtaEndcap |
Maximum eta for endcap. More... | |
float | minEtaFORWARD |
float | maxEtaFORWARD |
float | fakeTrackCut |
fraction of hits per track that come from single matched truth track. More... | |
float | fakeTrackCut2 |
2nd value for fraction of hits per track that come from single matched truth track. More... | |
float | matchTrackCut |
Truth probability has to be greater than this for track to be considered matched More... | |
float | maxRStartPrimary |
float | maxRStartSecondary |
float | maxZStartPrimary |
float | maxZStartSecondary |
float | minREndPrimary |
float | minREndSecondary |
float | minZEndPrimary |
float | minZEndSecondary |
float | minPt |
Definition at line 83 of file TrackStatHelper.h.
|
inline |
Definition at line 101 of file TrackStatHelper.h.
float InDet::cuts::fakeTrackCut |
fraction of hits per track that come from single matched truth track.
tracks with less than this fraction are considered fakes or low probability
Definition at line 89 of file TrackStatHelper.h.
float InDet::cuts::fakeTrackCut2 |
2nd value for fraction of hits per track that come from single matched truth track.
tracks with less than this fraction are considered fakes or low probability
Definition at line 90 of file TrackStatHelper.h.
float InDet::cuts::matchTrackCut |
Truth probability has to be greater than this for track to be considered matched
Definition at line 91 of file TrackStatHelper.h.
float InDet::cuts::maxEtaBarrel |
Definition at line 84 of file TrackStatHelper.h.
float InDet::cuts::maxEtaEndcap |
Maximum eta for endcap.
Definition at line 86 of file TrackStatHelper.h.
float InDet::cuts::maxEtaFORWARD |
Definition at line 88 of file TrackStatHelper.h.
float InDet::cuts::maxEtaTransition |
Maxiumu eta for transition region.
Definition at line 85 of file TrackStatHelper.h.
float InDet::cuts::maxRStartPrimary |
Definition at line 92 of file TrackStatHelper.h.
float InDet::cuts::maxRStartSecondary |
Definition at line 93 of file TrackStatHelper.h.
float InDet::cuts::maxZStartPrimary |
Definition at line 94 of file TrackStatHelper.h.
float InDet::cuts::maxZStartSecondary |
Definition at line 95 of file TrackStatHelper.h.
float InDet::cuts::minEtaFORWARD |
Definition at line 87 of file TrackStatHelper.h.
float InDet::cuts::minPt |
Definition at line 100 of file TrackStatHelper.h.
float InDet::cuts::minREndPrimary |
Definition at line 96 of file TrackStatHelper.h.
float InDet::cuts::minREndSecondary |
Definition at line 97 of file TrackStatHelper.h.
float InDet::cuts::minZEndPrimary |
Definition at line 98 of file TrackStatHelper.h.
float InDet::cuts::minZEndSecondary |
Definition at line 99 of file TrackStatHelper.h.