Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable noise for pre-mixing for RPC and SiStrips #4554

Merged
merged 1 commit into from Jul 9, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Configuration/StandardSequences/python/Digi_PreMix_cff.py
Expand Up @@ -9,7 +9,7 @@
#simMuonCSCDigis.strips.doNoise = False
#simMuonCSCDigis.wires.doNoise = False
#simMuonDTDigis.onlyMuHits = True
#simMuonRPCDigis.Noise = False
simMuonRPCDigis.doBkgNoise = False

# Note: the other noise is turned of in the DigitizersNoNoise sequence defined in the MixingModule
# because the MM holds/controls all of the other digitizers.
Expand Down
1 change: 1 addition & 0 deletions SimGeneral/MixingModule/python/digi_MixPreMix_cfi.py
Expand Up @@ -40,4 +40,5 @@
#theDigitizersNoNoise.pixel.AddNoise = cms.bool(True)
#theDigitizersNoNoise.pixel.addNoisyPixels = cms.bool(False)
theDigitizersMixPreMix.strip.Noise = cms.bool(False) # will be added in DataMixer
theDigitizersMixPreMixValid.strip.Noise = cms.bool(False) # will be added in DataMixer