ATLAS Offline Software
Loading...
Searching...
No Matches
InDet::cuts Struct Reference

#include <TrackStatHelper.h>

Collaboration diagram for InDet::cuts:

Public Member Functions

 cuts ()

Public Attributes

float maxEtaBarrel
float maxEtaTransition
 Maxiumu eta for transition region.
float maxEtaEndcap
 Maximum eta for endcap.
float minEtaFORWARD
float maxEtaFORWARD
float fakeTrackCut
 fraction of hits per track that come from single matched truth track.
float fakeTrackCut2
 2nd value for fraction of hits per track that come from single matched truth track.
float matchTrackCut
 Truth probability has to be greater than this for track to be considered matched.
float maxRStartPrimary
float maxRStartSecondary
float maxZStartPrimary
float maxZStartSecondary
float minREndPrimary
float minREndSecondary
float minZEndPrimary
float minZEndSecondary
float minPt

Detailed Description

Definition at line 83 of file TrackStatHelper.h.

Constructor & Destructor Documentation

◆ cuts()

InDet::cuts::cuts ( )
inline

Definition at line 101 of file TrackStatHelper.h.

101 {
102 maxEtaBarrel =0;
104 maxEtaEndcap =0;
105 minEtaFORWARD = 2.5;
106 maxEtaFORWARD=4.2;
107 fakeTrackCut=0;
108 fakeTrackCut2 =0;
109 matchTrackCut =0;
110 maxRStartPrimary = 25.0;
111 maxRStartSecondary= 360.0;
112 maxZStartPrimary = 200.0;
113 maxZStartSecondary=2000.0;
114 minREndPrimary = 400.0;
115 minREndSecondary =1000.0;
116 minZEndPrimary =2300.0;
117 minZEndSecondary =3200.0;
118 minPt = 1000;
119 }
float maxRStartSecondary
float minZEndSecondary
float fakeTrackCut
fraction of hits per track that come from single matched truth track.
float maxRStartPrimary
float matchTrackCut
Truth probability has to be greater than this for track to be considered matched.
float minREndSecondary
float maxEtaTransition
Maxiumu eta for transition region.
float maxZStartPrimary
float fakeTrackCut2
2nd value for fraction of hits per track that come from single matched truth track.
float maxEtaEndcap
Maximum eta for endcap.
float maxZStartSecondary

Member Data Documentation

◆ fakeTrackCut

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.

◆ fakeTrackCut2

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.

◆ matchTrackCut

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.

◆ maxEtaBarrel

float InDet::cuts::maxEtaBarrel

Definition at line 84 of file TrackStatHelper.h.

◆ maxEtaEndcap

float InDet::cuts::maxEtaEndcap

Maximum eta for endcap.

Definition at line 86 of file TrackStatHelper.h.

◆ maxEtaFORWARD

float InDet::cuts::maxEtaFORWARD

Definition at line 88 of file TrackStatHelper.h.

◆ maxEtaTransition

float InDet::cuts::maxEtaTransition

Maxiumu eta for transition region.

Definition at line 85 of file TrackStatHelper.h.

◆ maxRStartPrimary

float InDet::cuts::maxRStartPrimary

Definition at line 92 of file TrackStatHelper.h.

◆ maxRStartSecondary

float InDet::cuts::maxRStartSecondary

Definition at line 93 of file TrackStatHelper.h.

◆ maxZStartPrimary

float InDet::cuts::maxZStartPrimary

Definition at line 94 of file TrackStatHelper.h.

◆ maxZStartSecondary

float InDet::cuts::maxZStartSecondary

Definition at line 95 of file TrackStatHelper.h.

◆ minEtaFORWARD

float InDet::cuts::minEtaFORWARD

Definition at line 87 of file TrackStatHelper.h.

◆ minPt

float InDet::cuts::minPt

Definition at line 100 of file TrackStatHelper.h.

◆ minREndPrimary

float InDet::cuts::minREndPrimary

Definition at line 96 of file TrackStatHelper.h.

◆ minREndSecondary

float InDet::cuts::minREndSecondary

Definition at line 97 of file TrackStatHelper.h.

◆ minZEndPrimary

float InDet::cuts::minZEndPrimary

Definition at line 98 of file TrackStatHelper.h.

◆ minZEndSecondary

float InDet::cuts::minZEndSecondary

Definition at line 99 of file TrackStatHelper.h.


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