CMS 3D CMS Logo

Variables

muonRPCDigis_cfi Namespace Reference

Variables

tuple simMuonRPCDigis

Variable Documentation

Initial value:
00001 cms.EDProducer("RPCDigiProducer",
00002     Noise = cms.bool(True),
00003     digiModelConfig = cms.PSet(
00004         signalPropagationSpeed = cms.double(0.66),
00005         timingRPCOffset = cms.double(50.0),
00006         Frate = cms.double(1.0),
00007         printOutDigitizer = cms.bool(False),
00008         cosmics = cms.bool(False),
00009         deltatimeAdjacentStrip = cms.double(3.0),
00010         linkGateWidth = cms.double(20.0),
00011         Rate = cms.double(0.0),
00012         timeResolution = cms.double(2.5),
00013         averageClusterSize = cms.double(1.5),
00014         Gate = cms.double(25.0),
00015         averageEfficiency = cms.double(0.95),
00016         Nbxing = cms.int32(9),
00017         timeJitter = cms.double(1.0)
00018     ),
00019     Signal = cms.bool(True),
00020     InputCollection = cms.string('g4SimHitsMuonRPCHits'),
00021     digiModel = cms.string('RPCSimAverageNoiseEffCls')
00022 )

Definition at line 4 of file muonRPCDigis_cfi.py.