CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
digi_noNoise_cfi.py
Go to the documentation of this file.
2 
3 # configuration to model pileup for initial physics phase
11 
12 theDigitizersNoNoise = cms.PSet(
13  pixel = cms.PSet(
14  pixelDigitizer
15  ),
16  strip = cms.PSet(
17  stripDigitizer
18  ),
19  ecal = cms.PSet(
20  ecalDigitizer
21  ),
22  hcal = cms.PSet(
23  hcalDigitizer
24  ),
25  castor = cms.PSet(
26  castorDigitizer
27  )
28 )
29 
30 
31 theDigitizersNoNoise.hcal.doNoise = cms.bool(False)
32 theDigitizersNoNoise.hcal.doEmpty = cms.bool(False)
33 theDigitizersNoNoise.hcal.doHPDNoise = cms.bool(False)
34 theDigitizersNoNoise.hcal.doIonFeedback = cms.bool(False)
35 theDigitizersNoNoise.hcal.doThermalNoise = cms.bool(False)
36 theDigitizersNoNoise.ecal.doNoise = cms.bool(False)
37 theDigitizersNoNoise.pixel.AddNoise = cms.bool(False)
38 theDigitizersNoNoise.strip.AddNoise = cms.bool(False)
39