Skip to content

Commit

Permalink
Merge pull request #23092 from battibass/uROSPackerInputTag101X
Browse files Browse the repository at this point in the history
Make legacy and uROS DT packer naming consistent for InputTag cfg parameter [10_1_X]
  • Loading branch information
cmsbuild committed May 8, 2018
2 parents 2d73b4a + 94c179d commit 5be78c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion EventFilter/DTRawToDigi/plugins/DTuROSDigiToRaw.cc
Expand Up @@ -28,7 +28,7 @@ DTuROSDigiToRaw::DTuROSDigiToRaw(const edm::ParameterSet& pset) : eventNum(0) {

produces<FEDRawDataCollection>();

DTDigiInputTag_ = pset.getParameter<edm::InputTag>("DTDigi_Source");
DTDigiInputTag_ = pset.getParameter<edm::InputTag>("digiColl");

debug_ = pset.getUntrackedParameter<bool>("debug", false);

Expand Down
2 changes: 1 addition & 1 deletion EventFilter/DTRawToDigi/python/dturospacker_cfi.py
@@ -1,6 +1,6 @@
import FWCore.ParameterSet.Config as cms

dturospacker = cms.EDProducer("DTuROSDigiToRaw",
DTDigi_Source = cms.InputTag("simMuonDTDigis"),
digiColl = cms.InputTag("simMuonDTDigis"),
debug = cms.untracked.bool(True),
)

0 comments on commit 5be78c8

Please sign in to comment.