13 mix = cms.EDProducer(
"MixingModule",
16 readDB = cms.bool(
True),
18 LabelPlayback = cms.string(
''),
20 maxBunch = cms.int32(314159),
21 minBunch = cms.int32(-314159),
22 bunchspace = cms.int32(314159),
24 mixProdStep1 = cms.bool(
False),
25 mixProdStep2 = cms.bool(
False),
27 playback = cms.untracked.bool(
False),
28 useCurrentProcessOnly = cms.bool(
False),
30 input = cms.SecSource(
"PoolSource",
31 type = cms.string(
'readDB'),
32 sequential = cms.untracked.bool(
False),
36 mixObjects = cms.PSet(
43 mixVertices = cms.PSet(
57 if mix.readDB == cms.bool(
True):
59 print 'MixingModule will be configured from db; this is mix.readDB : ',mix.readDB
62 print 'MixingModule is NOT going to be configured from db; this is mix.readDB : ',mix.readDB