1 import FWCore.ParameterSet.Config
as cms
8 mix = cms.EDProducer(
"MixingModule",
9 digitizers = cms.PSet(theDigitizers),
10 LabelPlayback = cms.string(
''),
11 maxBunch = cms.int32(3),
12 minBunch = cms.int32(-12),
14 bunchspace = cms.int32(25),
15 mixProdStep1 = cms.bool(
False),
16 mixProdStep2 = cms.bool(
False),
18 playback = cms.untracked.bool(
False),
19 useCurrentProcessOnly = cms.bool(
False),
21 input = cms.SecSource(
"EmbeddedRootSource",
22 type = cms.string(
'probFunction'),
23 nbPileupEvents = cms.PSet(
24 probFunctionVariable = cms.vint32(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74),
25 probValue = cms.vdouble(1.78653e-05 ,2.56602e-05 ,5.27857e-05 ,8.88954e-05 ,0.000109362 ,0.000140973 ,0.000240998 ,0.00071209 ,0.00130121 ,0.00245255 ,0.00502589 ,0.00919534 ,0.0146697 ,0.0204126 ,0.0267586 ,0.0337697 ,0.0401478 ,0.0450159 ,0.0490577 ,0.0524855 ,0.0548159 ,0.0559937 ,0.0554468 ,0.0537687 ,0.0512055 ,0.0476713 ,0.0435312 ,0.0393107 ,0.0349812 ,0.0307413 ,0.0272425 ,0.0237115 ,0.0208329 ,0.0182459 ,0.0160712 ,0.0142498 ,0.012804 ,0.011571 ,0.010547 ,0.00959489 ,0.00891718 ,0.00829292 ,0.0076195 ,0.0069806 ,0.0062025 ,0.00546581 ,0.00484127 ,0.00407168 ,0.00337681 ,0.00269893 ,0.00212473 ,0.00160208 ,0.00117884 ,0.000859662 ,0.000569085 ,0.000365431 ,0.000243565 ,0.00015688 ,9.88128e-05 ,6.53783e-05 ,3.73924e-05 ,2.61382e-05 ,2.0307e-05 ,1.73032e-05 ,1.435e-05 ,1.36486e-05 ,1.35555e-05 ,1.37491e-05 ,1.34255e-05 ,1.33987e-05 ,1.34061e-05 ,1.34211e-05 ,1.34177e-05 ,1.32959e-05 ,1.33287e-05),
26 histoFileName = cms.untracked.string(
'histProbFunction.root'),
28 sequential = cms.untracked.bool(
False),
29 manage_OOT = cms.untracked.bool(
True),
33 OOT_type = cms.untracked.string(
'Poisson'),
38 mixObjects = cms.PSet(theMixObjects)