CMS 3D CMS Logo

bJpsiMuMuTrigSettings_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
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)
23  )
24 
25 bJpsiMuMuTrigPt03 = bJpsiMuMuTrigCommon.clone(hadronPtMax = cms.vdouble(3.),
26  hadronPtMin = cms.vdouble(0.)
27  )
28 
29 
30 bJpsiMuMuTrigPt36 = bJpsiMuMuTrigCommon.clone(hadronPtMax = cms.vdouble(6.),
31  hadronPtMin = cms.vdouble(3.)
32  )
33 
34 bJpsiMuMuTrigPt69 = bJpsiMuMuTrigCommon.clone(hadronPtMax = cms.vdouble(9.),
35  hadronPtMin = cms.vdouble(6.)
36  )
37 
38 bJpsiMuMuTrigPt912 = bJpsiMuMuTrigCommon.clone(hadronPtMax = cms.vdouble(12.),
39  hadronPtMin = cms.vdouble(9.)
40  )
41 
42 bJpsiMuMuTrigPt1215 = bJpsiMuMuTrigCommon.clone(hadronPtMax = cms.vdouble(15.),
43  hadronPtMin = cms.vdouble(12.),
44  )
45 bJpsiMuMuTrigPt1530 = bJpsiMuMuTrigCommon.clone(hadronPtMax = cms.vdouble(30.),
46  hadronPtMin = cms.vdouble(15.),
47  )
48 
49 
50 bJpsiMuMuTrigPt1518 = bJpsiMuMuTrigCommon.clone(hadronPtMax = cms.vdouble(18.),
51  hadronPtMin = cms.vdouble(15.)
52  )
53 
54 bJpsiMuMuTrigPt1821 = bJpsiMuMuTrigCommon.clone(hadronPtMax = cms.vdouble(21.),
55  hadronPtMin = cms.vdouble(18.)
56  )
57 
58 bJpsiMuMuTrigPt2124 = bJpsiMuMuTrigCommon.clone(hadronPtMax = cms.vdouble(24.),
59  hadronPtMin = cms.vdouble(21.)
60  )
61 
62 bJpsiMuMuTrigPt2427 = bJpsiMuMuTrigCommon.clone(hadronPtMax = cms.vdouble(27.),
63  hadronPtMin = cms.vdouble(24.)
64  )
65 
66 bJpsiMuMuTrigPt2730 = bJpsiMuMuTrigCommon.clone(hadronPtMax = cms.vdouble(30.),
67  hadronPtMin = cms.vdouble(27.)
68  )
69 
70 
71 
72 
73 
74 
75 
76 
77 
78 
79