1 import FWCore.ParameterSet.Config
as cms
14 mix = cms.EDProducer(
"MixingModule",
17 readDB = cms.bool(
True),
19 digitizers = cms.PSet(theDigitizers),
20 LabelPlayback = cms.string(
''),
21 maxBunch = cms.int32(314159),
22 minBunch = cms.int32(-314159),
24 bunchspace = cms.int32(314159),
25 mixProdStep1 = cms.bool(
False),
26 mixProdStep2 = cms.bool(
False),
28 playback = cms.untracked.bool(
False),
29 useCurrentProcessOnly = cms.bool(
False),
31 input = cms.SecSource(
"EmbeddedRootSource",
32 type = cms.string(
'readDB'),
33 sequential = cms.untracked.bool(
False),
37 mixObjects = cms.PSet(theMixObjects)
59 if mix.readDB == cms.bool(
True):
61 print 'MixingModule will be configured from db; this is mix.readDB : ',mix.readDB
64 print 'MixingModule is NOT going to be configured from db; this is mix.readDB : ',mix.readDB