Skip to content

Commit

Permalink
Merge pull request #21798 from Martin-Grunewald/FixInputLabel
Browse files Browse the repository at this point in the history
Fix inputLabel of new DTuROS unpacker
  • Loading branch information
cmsbuild committed Jan 4, 2018
2 parents dbaccba + 34eff2b commit b132537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EventFilter/DTRawToDigi/python/dturosunpacker_cfi.py
@@ -1,6 +1,6 @@
import FWCore.ParameterSet.Config as cms

dturosunpacker = cms.EDProducer("DTuROSRawToDigi",
inputLabel = cms.InputTag("source"),
inputLabel = cms.InputTag("rawDataCollector"),
debug = cms.untracked.bool(False),
)

0 comments on commit b132537

Please sign in to comment.