1 import FWCore.ParameterSet.Config
as cms
3 bJpsiMuMuTrigCommon = cms.PSet(filterType = cms.untracked.string(
"PartonHadronDecayGenEvtSelector"),
4 partons = cms.vint32(5),
5 partonStatus = cms.vint32(2),
6 partonEtaMax = cms.vdouble(999.),
7 partonPtMin = cms.vdouble(0.),
8 hadrons = cms.vint32(443),
9 hadronStatus = cms.vint32(2),
10 hadronEtaMax = cms.vdouble(999.),
11 hadronEtaMin = cms.vdouble(-999.),
12 hadronPMin = cms.vdouble(0.),
13 hadronPtMax = cms.vdouble(999.),
14 hadronPtMin = cms.vdouble(0.),
15 decays = cms.int32(13),
16 decayStatus = cms.int32(1),
17 decayEtaMax = cms.double(2.5),
18 decayEtaMin = cms.double(-2.5),
19 decayPMin = cms.double(2.5),
20 decayPtMax = cms.double(999),
21 decayPtMin = cms.double(0.),
22 decayNtrig = cms.int32(2)
25 bJpsiMuMuTrigPt03 = bJpsiMuMuTrigCommon.clone(hadronPtMax = cms.vdouble(3.),
26 hadronPtMin = cms.vdouble(0.)
30 bJpsiMuMuTrigPt36 = bJpsiMuMuTrigCommon.clone(hadronPtMax = cms.vdouble(6.),
31 hadronPtMin = cms.vdouble(3.)
34 bJpsiMuMuTrigPt69 = bJpsiMuMuTrigCommon.clone(hadronPtMax = cms.vdouble(9.),
35 hadronPtMin = cms.vdouble(6.)
38 bJpsiMuMuTrigPt912 = bJpsiMuMuTrigCommon.clone(hadronPtMax = cms.vdouble(12.),
39 hadronPtMin = cms.vdouble(9.)
42 bJpsiMuMuTrigPt1215 = bJpsiMuMuTrigCommon.clone(hadronPtMax = cms.vdouble(15.),
43 hadronPtMin = cms.vdouble(12.),
45 bJpsiMuMuTrigPt1530 = bJpsiMuMuTrigCommon.clone(hadronPtMax = cms.vdouble(30.),
46 hadronPtMin = cms.vdouble(15.),
50 bJpsiMuMuTrigPt1518 = bJpsiMuMuTrigCommon.clone(hadronPtMax = cms.vdouble(18.),
51 hadronPtMin = cms.vdouble(15.)
54 bJpsiMuMuTrigPt1821 = bJpsiMuMuTrigCommon.clone(hadronPtMax = cms.vdouble(21.),
55 hadronPtMin = cms.vdouble(18.)
58 bJpsiMuMuTrigPt2124 = bJpsiMuMuTrigCommon.clone(hadronPtMax = cms.vdouble(24.),
59 hadronPtMin = cms.vdouble(21.)
62 bJpsiMuMuTrigPt2427 = bJpsiMuMuTrigCommon.clone(hadronPtMax = cms.vdouble(27.),
63 hadronPtMin = cms.vdouble(24.)
66 bJpsiMuMuTrigPt2730 = bJpsiMuMuTrigCommon.clone(hadronPtMax = cms.vdouble(30.),
67 hadronPtMin = cms.vdouble(27.)