1 import FWCore.ParameterSet.Config
as cms
11 theDigitizersMixPreMix = cms.PSet(
24 mergedtruth = cms.PSet(
29 theDigitizersMixPreMix.strip.Noise = cms.bool(
False)
30 theDigitizersMixPreMix.strip.PreMixingMode = cms.bool(
True)
31 theDigitizersMixPreMix.strip.FedAlgorithm = cms.int32(5)
32 theDigitizersMixPreMix.pixel.AddPixelInefficiency = cms.bool(
False)
34 from Configuration.Eras.Modifier_fastSim_cff
import fastSim
35 if fastSim.isChosen():
37 delattr(theDigitizersMixPreMix,
"castor")
39 delattr(theDigitizersMixPreMix,
"pixel")
40 delattr(theDigitizersMixPreMix,
"strip")
42 from Configuration.Eras.Modifier_run3_common_cff
import run3_common
43 run3_common.toModify( theDigitizersMixPreMix, castor =
None )
45 theDigitizersMixPreMixValid = cms.PSet( theDigitizersMixPreMix )
46 theDigitizersMixPreMix.mergedtruth.select.signalOnlyTP = cms.bool(
True)