CMS 3D CMS Logo

MuonShowerDigiFiller_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 MuonShowerDigiFillerBlock = cms.PSet(
4  ShowerDigiFillerParameters = cms.PSet(
5  digiMaxDistanceX = cms.double(25.0),
6  dtDigiCollectionLabel = cms.InputTag("muonDTDigis"),
7  cscDigiCollectionLabel = cms.InputTag("muonCSCDigis","MuonCSCStripDigi")
8  )
9 )
10 
11