Skip to content

Commit

Permalink
Merge pull request cms-sw#36 from WMass/trackrefit_ptcut
Browse files Browse the repository at this point in the history
Remove pt cut for track refit
  • Loading branch information
bendavid authored Mar 15, 2024
2 parents 419aa35 + f9d6c5f commit 447a9b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PhysicsTools/NanoAOD/python/muons_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
tracksfrommuons = cms.EDProducer("TrackProducerFromPatMuons",
src = cms.InputTag("linkedObjects", "muons"),
innerTrackOnly = cms.bool(False),
ptMin = cms.double(8.),
ptMin = cms.double(-1.),
)

trackrefit = cms.EDProducer('ResidualGlobalCorrectionMakerG4e',
Expand Down

0 comments on commit 447a9b9

Please sign in to comment.