CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DigiDM_cff.py
Go to the documentation of this file.
2 
3 # Start with Standard Digitization:
4 
6 
7 #from SimGeneral.MixingModule.mixNoPU_cfi import *
8 
9 # If we are going to run this with the DataMixer to follow adding
10 # detector noise, turn this off for now:
11 
12 ##### #turn off noise in all subdetectors
13 #simHcalUnsuppressedDigis.doNoise = False
14 #mix.digitizers.hcal.doNoise = False
15 #simEcalUnsuppressedDigis.doNoise = False
16 #mix.digitizers.ecal.doNoise = False
17 #simEcalUnsuppressedDigis.doESNoise = False
18 #simSiPixelDigis.AddNoise = False
19 #mix.digitizers.pixel.AddNoise = False
20 #simSiStripDigis.Noise = False
21 #mix.digitizers.strip.AddNoise = False
22 simMuonCSCDigis.strips.doNoise = False
23 simMuonCSCDigis.wires.doNoise = False
24 #DTs are strange - no noise flag - only use true hits?
25 #simMuonDTDigis.IdealModel = True
26 simMuonDTDigis.onlyMuHits = True
27 simMuonRPCDigis.Noise = False
28 
29 # remove unnecessary modules from 'pdigi' sequence
30 pdigi.remove(simEcalTriggerPrimitiveDigis)
31 pdigi.remove(simEcalDigis)
32 pdigi.remove(simEcalPreshowerDigis)
33 pdigi.remove(simHcalDigis)
34 pdigi.remove(simHcalTTPDigis)