CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
digi_MixPreMix_cfi.py
Go to the documentation of this file.
2 
3 # configuration to model pileup for initial physics phase
7 #from SimGeneral.MixingModule.ecalDigitizer_cfi import *
8 #from SimGeneral.MixingModule.hcalDigitizer_cfi import *
11 
12 theDigitizersMixPreMix = cms.PSet(
13  pixel = cms.PSet(
14  pixelDigitizer
15  ),
16  strip = cms.PSet(
17  stripDigitizer
18  ),
19  castor = cms.PSet(
20  castorDigitizer
21  )
22 )
23 
24 theDigitizersMixPreMixValid = cms.PSet(
25  pixel = cms.PSet(
26  pixelDigitizer
27  ),
28  strip = cms.PSet(
29  stripDigitizer
30  ),
31  castor = cms.PSet(
32  castorDigitizer
33  ),
34  mergedtruth = cms.PSet(
35  trackingParticles
36  )
37 )
38 
39 
40 #theDigitizersNoNoise.pixel.AddNoise = cms.bool(True)
41 #theDigitizersNoNoise.pixel.addNoisyPixels = cms.bool(False)
42 theDigitizersMixPreMix.strip.Noise = cms.bool(False) # will be added in DataMixer
43