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
AddOptionRTC(extraClusterErrorFactorSplitPadSharedSingleY2, float, 3.0f, "", 0, "Multiplicative extra cluster error for Y2 if splitpad, shared, or single set")
78
78
AddOptionRTC(extraClusterErrorSplitTimeSharedSingleZ2, float, 0.03f, "", 0, "Additive extra cluster error for Z2 if splittime, shared, or single set")
79
79
AddOptionRTC(extraClusterErrorFactorSplitTimeSharedSingleZ2, float, 3.0f, "", 0, "Multiplicative extra cluster error for Z2 if splittime, shared, or single set")
80
-
AddOptionArrayRTC(errorsCECrossing, float, 5, (0.f, 0.f, 0.f, 0.f, 0.f), "", 0, "Extra errors to add to track when crossing CE, depending on addErrorsCECrossing")
80
+
AddOptionArray(errorsCECrossing, float, 5, (0.f, 0.f, 0.f, 0.f, 0.f), "", 0, "Extra errors to add to track when crossing CE, depending on addErrorsCECrossing")// BUG: CUDA cannot yet hand AddOptionArrayRTC
81
81
AddOptionRTC(globalTrackingYRangeUpper, float, 0.85f, "", 0, "Inner portion of y-range in slice that is not used in searching for global track candidates")
82
82
AddOptionRTC(globalTrackingYRangeLower, float, 0.85f, "", 0, "Inner portion of y-range in slice that is not used in searching for global track candidates")
83
83
AddOptionRTC(trackFollowingYFactor, float, 4.f, "", 0, "Weight of y residual vs z residual in tracklet constructor")
AddOptionRTC(maxConsecTimeBinAboveThreshold, unsignedshort, 200, "", 0, "Except pad from cluster finding if number of consecutive charges in a fragment is above this baseline (disable = 0)")
90
90
AddOptionRTC(noisyPadSaturationThreshold, unsignedshort, 700, "", 0, "Threshold where a timebin is considered saturated, disabling the noisy pad check for that pad")
91
91
AddOptionRTC(trackFitCovLimit, unsignedshort, 1000, "", 0, "Abort fit when y/z cov exceed the limit")
92
-
AddOption(addErrorsCECrossing, unsignedchar, 0, "", 0, "Add additional custom track errors when crossing CE, 0 = no custom errors but att 0.5 to sigma_z^2, 1 = only to cov diagonal, 2 = preserve correlations")
92
+
AddOptionRTC(addErrorsCECrossing, unsignedchar, 0, "", 0, "Add additional custom track errors when crossing CE, 0 = no custom errors but att 0.5 to sigma_z^2, 1 = only to cov diagonal, 2 = preserve correlations")
93
93
AddOptionRTC(trackMergerMinPartHits, unsignedchar, 10, "", 0, "Minimum hits of track part during track merging")
94
94
AddOptionRTC(trackMergerMinTotalHits, unsignedchar, 20, "", 0, "Minimum total of track part during track merging")
95
95
AddOptionRTC(mergerCERowLimit, unsignedchar, 5, "", 0, "Distance from first / last row in order to attempt merging accross CE")
@@ -132,7 +132,7 @@ AddOptionRTC(mergerReadFromTrackerDirectly, char, 1, "", 0, "Forward data direct
132
132
AddOptionRTC(dropSecondaryLegsInOutput, char, 1, "", 0, "Do not store secondary legs of looping track in TrackTPC")
0 commit comments