We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b841040 commit c633a73Copy full SHA for c633a73
PWGEM/Dilepton/TableProducer/skimmerPrimaryMFTTrack.cxx
@@ -199,7 +199,7 @@ struct skimmerPrimaryMFTTrack {
199
// As minimal cuts, following cuts are applied. The cut values are hardcoded on the purpose for consistent bit operation.
200
// Ncls MFT >= 5
201
// chi2/ndf MFT < 4
202
- // |dcaXY| < 0.05 cm
+ // |dcaXY| < 0.06 cm
203
204
if (mfttrack.nClusters() < 5 || mfttrack.chi2() / ndf > 4.f || std::fabs(dcaXY) > 0.06) {
205
return;
0 commit comments