Skip to content

Commit c633a73

Browse files
authored
Update dcaXY cut value from 0.05 to 0.06 cm
1 parent b841040 commit c633a73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGEM/Dilepton/TableProducer/skimmerPrimaryMFTTrack.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ struct skimmerPrimaryMFTTrack {
199199
// As minimal cuts, following cuts are applied. The cut values are hardcoded on the purpose for consistent bit operation.
200200
// Ncls MFT >= 5
201201
// chi2/ndf MFT < 4
202-
// |dcaXY| < 0.05 cm
202+
// |dcaXY| < 0.06 cm
203203

204204
if (mfttrack.nClusters() < 5 || mfttrack.chi2() / ndf > 4.f || std::fabs(dcaXY) > 0.06) {
205205
return;

0 commit comments

Comments
 (0)