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 resoltion along local x in case of no correlation
6  etaResolution = cms.double(1.),# in cm average resoltion 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  doBkgNoise = cms.bool(False), #False == No background simulation
11  digitizeOnlyMuons = cms.bool(False),
12  simulateIntrinsicNoise = cms.bool(False),
13  simulateElectronBkg = cms.bool(False), #True - will simulate electron background
14  averageNoiseRate = cms.double(0.001), #intrinsic noise
15  bxwidth = cms.int32(25),
16  minBunch = cms.int32(-5), ## in terms of 25 ns
17  maxBunch = cms.int32(3)
18 )

Definition at line 4 of file muonME0DigisPreReco_cfi.py.