Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
Configuration
StandardSequences
python
Digi_PreMix_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
# fragment to turn off ZS in Hcal:
4
#from Configuration.StandardSequences.Digi_cff import *
5
from
Configuration.StandardSequences.DigiNZS_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
Config
DigiNZS_cff
Generated for CMSSW Reference Manual by
1.8.5