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 fastSim.toModify(theDigitizersMixPreMix,
43 from Configuration.Eras.Modifier_run3_common_cff
import run3_common
44 run3_common.toModify( theDigitizersMixPreMix, castor =
None )
46 theDigitizersMixPreMixValid = cms.PSet( theDigitizersMixPreMix )
47 theDigitizersMixPreMix.mergedtruth.select.signalOnlyTP = cms.bool(
True)