Skip to content

Commit

Permalink
undo fix of ConversionTracks in case of gen-mixing
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas committed May 22, 2015
1 parent e929f44 commit 8bb671b
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -162,6 +162,7 @@ def prepareGenMixing(process):

# Use generalTracks where DIGI-RECO mixing requires preMixTracks
process.generalConversionTrackProducer.TrackProducer = cms.string('generalTracks')
process.generalConversionTrackProducerTmp.TrackProducer = cms.string('generalTracks')
process.trackerDrivenElectronSeedsTmp.TkColList = cms.VInputTag(cms.InputTag("generalTracks"))
process.trackerDrivenElectronSeeds.oldTrackCollection = "generalTracks"

Expand Down

0 comments on commit 8bb671b

Please sign in to comment.