CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
muonRPCDigis_cfi Namespace Reference

Variables

tuple simMuonRPCDigis
 

Variable Documentation

tuple muonRPCDigis_cfi.simMuonRPCDigis
Initial value:
1 = cms.EDProducer("RPCDigiProducer",
2  Noise = cms.bool(True),
3  digiModelConfig = cms.PSet(
4  signalPropagationSpeed = cms.double(0.66),
5  timingRPCOffset = cms.double(50.0),
6  Frate = cms.double(1.0),
7  printOutDigitizer = cms.bool(False),
8  cosmics = cms.bool(False),
9  deltatimeAdjacentStrip = cms.double(3.0),
10  linkGateWidth = cms.double(20.0),
11  Rate = cms.double(0.0),
12  timeResolution = cms.double(2.5),
13  averageClusterSize = cms.double(1.5),
14  Gate = cms.double(25.0),
15  averageEfficiency = cms.double(0.95),
16  Nbxing = cms.int32(9),
17  timeJitter = cms.double(1.0)
18  ),
19  doBkgNoise = cms.bool(True), #False - no noise and bkg simulation
20  Signal = cms.bool(True),
21  mixLabel = cms.string('mix'),
22  InputCollection = cms.string('g4SimHitsMuonRPCHits'),
23 # digiModel = cms.string('RPCSimAverageNoiseEffCls')
24  digiModel = cms.string('RPCSimAsymmetricCls')
25 #the new digitizer is RPCSimAsymmetricCls
26 )

Definition at line 4 of file muonRPCDigis_cfi.py.