@@ -37,8 +37,8 @@ struct SpacePointsCalibConfParam : public o2::conf::ConfigurableParamHelper<Spac
3737 int minTRDNTrklts = 3 ; // /< min number of TRD space points
3838 float maxITSChi2 = 20 .f; // /< cut on ITS reduced chi2
3939 float maxTRDChi2 = 10 .f; // /< cut on TRD reduced chi2
40- float minPtNoOuterPoint = 0 .8f ; // /< minimum pt for ITS-TPC tracks to be considered for extrapolation
41- int minTOFTRDPVContributors = 0 ; // /< min contributors from TRD or TOF (fast detectors) to consider tracks of this PV
40+ float minPtNoOuterPoint = 0 .2f ; // /< minimum pt for ITS-TPC tracks to be considered for extrapolation
41+ int minTOFTRDPVContributors = 2 ; // /< min contributors from TRD or TOF (fast detectors) to consider tracks of this PV
4242 bool ignoreNonPVContrib = true ; // /< flag if tracks which did not contribute to the PV should be ignored or not
4343 bool enableTrackDownsampling = false ; // /< flag if track sampling shall be enabled or not
4444 float tsalisThreshold = 1 .f; // /< in case the sampling functions returns a value smaller than this the track is discarded (1. means no downsampling)
@@ -67,7 +67,7 @@ struct SpacePointsCalibConfParam : public o2::conf::ConfigurableParamHelper<Spac
6767 float maxRejFrac{.15f }; // /< if the fraction of rejected clusters of a track is higher, the full track is invalidated
6868 float maxRMSLong{.8f }; // /< maximum variance of the cluster residuals wrt moving avarage for a track to be considered
6969 int minNCl = 30 ; // /< min number of clusters in a track to be used for calibration
70- float maxQ2Pt = 3 .f; // /< max fitted q/pt for a track to be used for calibration
70+ float maxQ2Pt = 5 .f; // /< max fitted q/pt for a track to be used for calibration
7171 float maxDevHelixY = .3f ; // /< max deviation in Y for clusters wrt helix fit
7272 float maxDevHelixZ = .3f ; // /< max deviation in Z for clusters wrt helix fit
7373 int minNumberOfAcceptedResiduals = 30 ; // /< min number of accepted residuals for
0 commit comments