CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Digi_PreMix_cff.py
Go to the documentation of this file.
2 
3 # fragment to turn off ZS in Hcal:
4 #from Configuration.StandardSequences.Digi_cff import *
6 
7 # modifications to the digi sequences defined above (DigiNZS imports the central Digi_cff)
8 
9 #simMuonCSCDigis.strips.doNoise = False
10 #simMuonCSCDigis.wires.doNoise = False
11 #simMuonDTDigis.onlyMuHits = True
12 #simMuonRPCDigis.Noise = False
13 
14 # Note: the other noise is turned of in the DigitizersNoNoise sequence defined in the MixingModule
15 # because the MM holds/controls all of the other digitizers.
16 
17 # Turn off SR in Ecal
18 simEcalDigis.UseFullReadout = cms.bool(True)
19 # This is extra, since the configuration skips it anyway. Belts and suspenders.
20 pdigi.remove(simEcalPreshowerDigis)
21