test
CMS 3D CMS Logo

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

Variables

tuple simMuonME0Digis
 

Variable Documentation

tuple muonME0DigisPreReco_cfi.simMuonME0Digis
Initial value:
1 = cms.EDProducer("ME0DigiPreRecoProducer",
2  inputCollection = cms.string('g4SimHitsMuonME0Hits'),
3  digiPreRecoModelString = cms.string('PreRecoGaussian'),
4  timeResolution = cms.double(0.0), # in ns
5  phiResolution = cms.double(0.0), # in cm average resolution along local x in case of no correlation
6  etaResolution = cms.double(0.0), # in cm average resolution along local y in case of no correlation
7  phiError = cms.double(0.001), # normally error should be the resolution, but for the case resolution = 0
8  etaError = cms.double(0.001), # normally error should be the resolution, but for the case resolution = 0
9  constantPhiSpatialResolution = cms.bool(True),
10  useCorrelation = cms.bool(False),
11  useEtaProjectiveGEO = cms.bool(False),
12  averageEfficiency = cms.double(0.98),
13  gaussianSmearing = cms.bool(True), # False --> Uniform smearing
14  digitizeOnlyMuons = cms.bool(False),
15  # simulateIntrinsicNoise = cms.bool(False), # intrinsic noise --> not implemented
16  # averageNoiseRate = cms.double(0.001), # intrinsic noise --> not implemented
17  simulateElectronBkg = cms.bool(True), # True - will simulate electron background
18  simulateNeutralBkg = cms.bool(True), # True - will simulate neutral (n+g) background
19  minBunch = cms.int32(-5), # [x 25 ns], forms the readout window together with maxBunch,
20  maxBunch = cms.int32(3), # we should think of shrinking this window ...
21  instLumi = cms.double(5.0), # in units of 1E34 cm^-2 s^-1
22  mixLabel = cms.string('mix'),
23 )

Definition at line 4 of file muonME0DigisPreReco_cfi.py.