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  mixLabel = cms.string('mix'),
3  inputCollection = cms.string('g4SimHitsMuonME0Hits'),
4  digiPreRecoModelString = cms.string('PreRecoGaussian'),
5  timeResolution = cms.double(0.010), # [in ns] => for now at 10ps
6  phiResolution = cms.double(0.05), # [in cm] average resolution along local x in case of no correlation
7  etaResolution = cms.double(1.), # [in cm] average resolution along local y in case of no correlation
8  useCorrelation = cms.bool(False),
9  useEtaProjectiveGEO = cms.bool(False),
10  averageEfficiency = cms.double(0.98),
11  doBkgNoise = cms.bool(False), # False => No background noise simulation
12  digitizeOnlyMuons = cms.bool(False),
13  simulateIntrinsicNoise = cms.bool(False),
14  simulateElectronBkg = cms.bool(False), # True => will simulate electron background
15  averageNoiseRate = cms.double(0.001), # simulation of intrinsic noise
16  bxwidth = cms.int32(25),
17  minBunch = cms.int32(-5), # in bx-units (x 25 ns)
18  maxBunch = cms.int32(3)
19 )

Definition at line 4 of file muonME0DigisPreReco_cfi.py.