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 # If we are going to run this with the DataMixer to follow adding
8 # detector noise, turn this off for now:
9 
10 ##### #turn off noise in all subdetectors
11 simHcalUnsuppressedDigis.doNoise = False
12 simEcalUnsuppressedDigis.doNoise = False
13 #simEcalUnsuppressedDigis.doESNoise = False
14 simSiPixelDigis.AddNoise = False
15 simSiStripDigis.Noise = False
16 simMuonCSCDigis.strips.doNoise = False
17 simMuonCSCDigis.wires.doNoise = False
18 #DTs are strange - no noise flag - only use true hits?
19 #simMuonDTDigis.IdealModel = True
20 simMuonDTDigis.onlyMuHits = True
21 simMuonRPCDigis.Noise = False
22 
23 # remove unnecessary modules from 'pdigi' sequence
24 pdigi.remove(simEcalTriggerPrimitiveDigis)
25 pdigi.remove(simEcalDigis)
26 pdigi.remove(simEcalPreshowerDigis)
27 pdigi.remove(simHcalDigis)
28 pdigi.remove(simHcalTTPDigis)