CMS 3D CMS Logo

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

Variables

tuple me0PseudoDigiCommonParameters
 
tuple simMuonME0PseudoDigis
 

Variable Documentation

tuple muonME0PseudoDigis_cfi.me0PseudoDigiCommonParameters
Initial value:
1 = cms.PSet(
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(False), # True - will simulate electron background
18  simulateNeutralBkg = cms.bool(False), # 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(7.5), # in units of 1E34 cm^-2 s^-1. Internally the background is parametrized from FLUKA+GEANT results at 5x10^34 (PU140). We are adding a 1.5 factor for PU200
22  rateFact = cms.double(1.0), # We are adding also a safety factor of 2 to take into account the new beam pipe effect (not yet known). Hits can be thrown away later at re-digi step. Parameters are kept in sync with the ones used in the GEM digitizer
23  referenceInstLumi = cms.double(5.), #reference inst. luminosity 5x10^34 cm-2s-1
24  mixLabel = cms.string('mix')
25 )

Definition at line 3 of file muonME0PseudoDigis_cfi.py.

tuple muonME0PseudoDigis_cfi.simMuonME0PseudoDigis
Initial value:
1 = cms.EDProducer("ME0DigiPreRecoProducer",
2  me0PseudoDigiCommonParameters
3 )

Definition at line 33 of file muonME0PseudoDigis_cfi.py.