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: Detectors/ITSMFT/ITS/tracking/include/ITStracking/TrackingConfigParam.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ struct TrackerParamConfig : public o2::conf::ConfigurableParamHelper<TrackerPara
91
91
bool overrideBeamEstimation = false; // use beam position from meanVertex CCDB object
92
92
int trackingMode = -1; // -1: unset, 0=sync, 1=async, 2=cosmics used by gpuwf only
93
93
bool doUPCIteration = false; // Perform an additional iteration for UPC events on tagged vertices. You want to combine this config with VertexerParamConfig.nIterations=2
94
-
int nIterations = constants::MaxIter; // overwrite the number of iterations
94
+
int nIterations = 0; // overwrite the number of iterations, 0 keeps the mode default
95
95
int reseedIfShorter = 6; // for the final refit reseed the track with circle if they are shorter than this value
96
96
bool shiftRefToCluster{true}; // TrackFit: after update shift the linearization reference to cluster
97
97
bool repeatRefitOut{false}; // repeat outward refit using inward refit as a seed
0 commit comments