CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DigiDMPreMix_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 # for PreMixing, to first approximation, allow noise in Muon system
30 
31 # remove unnecessary modules from 'pdigi' sequence - run after DataMixing
32 # standard mixing module now makes unsuppressed digis for calorimeter
33 pdigi.remove(simEcalTriggerPrimitiveDigis)
34 pdigi.remove(simEcalDigis) # does zero suppression
35 pdigi.remove(simEcalPreshowerDigis) # does zero suppression
36 pdigi.remove(simHcalDigis)
37 pdigi.remove(simHcalTTPDigis)