ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
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. 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
 

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  }

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:
InDet::cuts::maxEtaFORWARD
float maxEtaFORWARD
Definition: TrackStatHelper.h:88
InDet::cuts::minZEndSecondary
float minZEndSecondary
Definition: TrackStatHelper.h:99
InDet::cuts::matchTrackCut
float matchTrackCut
Truth probability has to be greater than this for track to be considered matched
Definition: TrackStatHelper.h:91
InDet::cuts::minZEndPrimary
float minZEndPrimary
Definition: TrackStatHelper.h:98
InDet::cuts::minPt
float minPt
Definition: TrackStatHelper.h:100
InDet::cuts::maxRStartSecondary
float maxRStartSecondary
Definition: TrackStatHelper.h:93
InDet::cuts::maxZStartSecondary
float maxZStartSecondary
Definition: TrackStatHelper.h:95
InDet::cuts::maxEtaBarrel
float maxEtaBarrel
Definition: TrackStatHelper.h:84
InDet::cuts::maxZStartPrimary
float maxZStartPrimary
Definition: TrackStatHelper.h:94
InDet::cuts::minREndSecondary
float minREndSecondary
Definition: TrackStatHelper.h:97
InDet::cuts::maxRStartPrimary
float maxRStartPrimary
Definition: TrackStatHelper.h:92
InDet::cuts::minREndPrimary
float minREndPrimary
Definition: TrackStatHelper.h:96
InDet::cuts::maxEtaTransition
float maxEtaTransition
Maxiumu eta for transition region.
Definition: TrackStatHelper.h:85
InDet::cuts::fakeTrackCut
float fakeTrackCut
fraction of hits per track that come from single matched truth track.
Definition: TrackStatHelper.h:89
InDet::cuts::maxEtaEndcap
float maxEtaEndcap
Maximum eta for endcap.
Definition: TrackStatHelper.h:86
InDet::cuts::fakeTrackCut2
float fakeTrackCut2
2nd value for fraction of hits per track that come from single matched truth track.
Definition: TrackStatHelper.h:90
InDet::cuts::minEtaFORWARD
float minEtaFORWARD
Definition: TrackStatHelper.h:87