CMS 3D CMS Logo

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

Variables

tuple _simMuonRPCDigisPhaseII
 
tuple simMuonRPCDigis
 

Variable Documentation

tuple muonRPCDigis_cfi._simMuonRPCDigisPhaseII

Definition at line 39 of file muonRPCDigis_cfi.py.

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  BX_range = cms.int32(5),
18  timeJitter = cms.double(1.0),
19  IRPC_time_resolution = cms.double(0.1),
20  IRPC_electronics_jitter = cms.double(0.025),
21  digitizeElectrons = cms.bool(False), # False - do not digitize electron hits (they are included in bkg simulation configured with doBkgNoise)
22  ),
23  doBkgNoise = cms.bool(True), #False - no noise and bkg simulation
24  Signal = cms.bool(True),
25  mixLabel = cms.string('mix'),
26  InputCollection = cms.string('g4SimHitsMuonRPCHits'),
27  digiModel = cms.string('RPCSimAsymmetricCls')
28 )

Definition at line 6 of file muonRPCDigis_cfi.py.