You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: GPU/GPUTracking/Base/GPUSettingsList.h
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -50,9 +50,9 @@ AddOptionRTC(tpcTubeMaxSize2, float, 2.5f * 2.5f, "", 0, "Square of max tube siz
50
50
AddOptionRTC(trdMinTrackPt, float, .5f, "", 0, "Min Pt for tracks to be propagated through the TRD")
51
51
AddOptionRTC(trdMaxChi2, float, 15.f, "", 0, "Max chi2 for TRD tracklets to be matched to a track")
52
52
AddOptionRTC(trdPenaltyChi2, float, 12.f, "", 0, "Chi2 penalty for no available TRD tracklet (effective chi2 cut value)")
53
-
AddOptionRTC(noisyPadsQuickCheck, unsignedchar, 0, "", 0, "Only check first fragment for noisy pads instead of all fragments (when test is enabled).")
54
-
AddOptionRTC(maxTimeBinAboveThresholdIn1000Bin, unsignedshort, 0, "", 0, "Except pad from cluster finding if total number of charges in a fragment is above this baseline (disable = 0)")
55
-
AddOptionRTC(maxConsecTimeBinAboveThreshold, unsignedshort, 0, "", 0, "Except pad from cluster finding if number of consecutive charges in a fragment is above this baseline (disable = 0)")
53
+
AddOptionRTC(noisyPadsQuickCheck, unsignedchar, 1, "", 0, "Only check first fragment for noisy pads instead of all fragments (when test is enabled).")
54
+
AddOptionRTC(maxTimeBinAboveThresholdIn1000Bin, unsignedshort, 500, "", 0, "Except pad from cluster finding if total number of charges in a fragment is above this baseline (disable = 0)")
55
+
AddOptionRTC(maxConsecTimeBinAboveThreshold, unsignedshort, 200, "", 0, "Except pad from cluster finding if number of consecutive charges in a fragment is above this baseline (disable = 0)")
56
56
AddOptionRTC(tpcCFqmaxCutoff, unsignedchar, 3, "", 0, "Cluster Finder rejects cluster with qmax below this threshold")
57
57
AddOptionRTC(tpcCFqtotCutoff, unsignedchar, 0, "", 0, "Cluster Finder rejects cluster with qtot below this threshold")
58
58
AddOptionRTC(tpcCFinnerThreshold, unsignedchar, 0, "", 0, "Cluster Finder extends cluster if inner charge above this threshold")
0 commit comments