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
Modify CA async opts, possible set from config.param
Print selected setthigs only once from the 1st pipeline.
Rescale pT cutoffs by actual/nominal B-field. For this reason CA ITSTrackingInterface::initialise
is moved inside ITSTrackingInterface::updateTimeDependentParams 1st call (during 1st TF processing).
bool useMatCorrTGeo = false; // use full geometry to corect for material budget accounting in the fits. Default is to use the material budget LUT.
59
62
bool useFastMaterial = false; // use faster material approximation for material budget accounting in the fits.
60
63
int deltaRof = 0; // configure the width of the window in ROFs to be considered for the tracking.
64
+
int minTrackLgtIter[MaxIter] = {}; // minimum track length at each iteration, used only if >0, otherwise use code defaults
65
+
float minPtIterLgt[MaxIter * (MaxTrackLenght - MinTrackLenght + 1)] = {}; // min.pT for given track length at this iteration, used only if >0, otherwise use code defaults
61
66
float sysErrY2[7] = {0}; // systematic error^2 in Y per layer
62
67
float sysErrZ2[7] = {0}; // systematic error^2 in Z per layer
LOGP(info, "Initializing tracker in async. phase reconstruction with {} passes for tracking and {}/{} for vertexing", trackParams.size(), o2::its::VertexerParamConfig::Instance().nIterations, vertParams.size());
//mITSTrackingInterface.initialise() will be called from the ITSTrackingInterface::updateTimeDependentParams at 1st initialization since it needs some run conditions
0 commit comments