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.001), # in ns
5  phiResolution = cms.double(0.05), # in cm average resolution along local x in case of no correlation
6  etaResolution = cms.double(1.), # in cm average resolution along local y in case of no correlation
7  useCorrelation = cms.bool(False),
8  useEtaProjectiveGEO = cms.bool(False),
9  averageEfficiency = cms.double(0.98),
10  gaussianSmearing = cms.bool(True), # False --> Uniform smearing
11  digitizeOnlyMuons = cms.bool(False),
12  # simulateIntrinsicNoise = cms.bool(False), # intrinsic noise --> not implemented
13  # averageNoiseRate = cms.double(0.001), # intrinsic noise --> not implemented
14  simulateElectronBkg = cms.bool(True), # True - will simulate electron background
15  simulateNeutralBkg = cms.bool(True), # True - will simulate neutral (n+g) background
16  minBunch = cms.int32(-5), # [x 25 ns], forms the readout window together with maxBunch,
17  maxBunch = cms.int32(3), # we should think of shrinking this window ...
18  mixLabel = cms.string('mix'),
19 )

Definition at line 4 of file muonME0DigisPreReco_cfi.py.