Skip to content

Commit

Permalink
fix multiple ME bookings for Track Seed Monitoring
Browse files Browse the repository at this point in the history
  • Loading branch information
mmusich committed Feb 3, 2020
1 parent 06cd2ab commit abde178
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,10 @@ def _copyIfExists(mod, pset, name):
)
locals()['TrackSeedMon'+str(_step)] = _mod
_mod.TrackProducer = cms.InputTag("generalTracks")
_mod.FolderName = cms.string("Tracking/TrackParameters/generalTracks")
_mod.FolderName = cms.string("Tracking/TrackParameters/generalTracks/SeedMon/"+str(_step))
_mod.doPUmonitoring = cms.bool(False)
_mod.doLumiAnalysis = cms.bool(False)
_mod.doPlotsVsGoodPVtx = cms.bool(False)
_mod.SeedProducer = _pset.seedInputTag
_mod.TCProducer = _pset.trackCandInputTag
_mod.AlgoName = cms.string( str(_step) )
Expand Down

0 comments on commit abde178

Please sign in to comment.