Skip to content

Commit 40e810e

Browse files
author
AdrianoDee
committed
Lowering cut to 1.5
1 parent 28116a9 commit 40e810e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PhysicsTools/PatAlgos/python/slimming/lostTracks_cfi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
pvAssignment = primaryVertexAssociation.assignment,
2525
useLegacySetup = cms.bool(False), #When True: check only if track used to fit vertex[0] and do not store track detailed info for Pt between 0.5 and minPtToStoreProps GeV
2626
xiSelection = cms.bool(True),
27-
xiMassCut = cms.bool(1.6)
27+
xiMassCut = cms.bool(1.5)
2828
)
2929
from Configuration.Eras.Modifier_phase1Pixel_cff import phase1Pixel
3030
phase1Pixel.toModify(lostTracks, covarianceVersion =1 )

0 commit comments

Comments
 (0)