3 jpsiMuMuTrigCommon = cms.PSet(filterType = cms.untracked.string(
"HadronDecayGenEvtSelector"),
4 hadrons = cms.vint32(443),
5 hadronStatus = cms.vint32(2),
6 decays = cms.int32(13),
7 decayStatus = cms.int32(1),
8 hadronEtaMax = cms.vdouble(999.),
9 hadronEtaMin = cms.vdouble(-999.,),
10 hadronPMin = cms.vdouble(0.),
11 hadronPtMax = cms.vdouble(999.),
12 hadronPtMin = cms.vdouble(0.),
13 decayEtaMax = cms.double(2.5),
14 decayEtaMin = cms.double(-2.5),
15 decayPMin = cms.double(2.5),
16 decayPtMax = cms.double(999),
17 decayPtMin = cms.double(0.),
18 decayNtrig = cms.int32(2)
21 jpsiMuMuTrigPt03 = jpsiMuMuTrigCommon.clone(hadronPtMax = cms.vdouble(3.),
22 hadronPtMin = cms.vdouble(0.)
26 jpsiMuMuTrigPt36 = jpsiMuMuTrigCommon.clone(hadronPtMax = cms.vdouble(6.),
27 hadronPtMin = cms.vdouble(3.)
30 jpsiMuMuTrigPt69 = jpsiMuMuTrigCommon.clone(hadronPtMax = cms.vdouble(9.),
31 hadronPtMin = cms.vdouble(6.)
34 jpsiMuMuTrigPt912 = jpsiMuMuTrigCommon.clone(hadronPtMax = cms.vdouble(12.),
35 hadronPtMin = cms.vdouble(9.)
38 jpsiMuMuTrigPt1215 = jpsiMuMuTrigCommon.clone(hadronPtMax = cms.vdouble(15.),
39 hadronPtMin = cms.vdouble(12.),
41 jpsiMuMuTrigPt1530 = jpsiMuMuTrigCommon.clone(hadronPtMax = cms.vdouble(30.),
42 hadronPtMin = cms.vdouble(15.),
46 jpsiMuMuTrigPt1518 = jpsiMuMuTrigCommon.clone(hadronPtMax = cms.vdouble(18.),
47 hadronPtMin = cms.vdouble(15.)
50 jpsiMuMuTrigPt1821 = jpsiMuMuTrigCommon.clone(hadronPtMax = cms.vdouble(21.),
51 hadronPtMin = cms.vdouble(18.)
54 jpsiMuMuTrigPt2124 = jpsiMuMuTrigCommon.clone(hadronPtMax = cms.vdouble(24.),
55 hadronPtMin = cms.vdouble(21.)
58 jpsiMuMuTrigPt2427 = jpsiMuMuTrigCommon.clone(hadronPtMax = cms.vdouble(27.),
59 hadronPtMin = cms.vdouble(24.)
62 jpsiMuMuTrigPt2730 = jpsiMuMuTrigCommon.clone(hadronPtMax = cms.vdouble(30.),
63 hadronPtMin = cms.vdouble(27.)