CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
jpsiMuMuTrigSettings_cff.py
Go to the documentation of this file.
2 
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)
19  )
20 
21 jpsiMuMuTrigPt03 = jpsiMuMuTrigCommon.clone(hadronPtMax = cms.vdouble(3.),
22  hadronPtMin = cms.vdouble(0.)
23  )
24 
25 
26 jpsiMuMuTrigPt36 = jpsiMuMuTrigCommon.clone(hadronPtMax = cms.vdouble(6.),
27  hadronPtMin = cms.vdouble(3.)
28  )
29 
30 jpsiMuMuTrigPt69 = jpsiMuMuTrigCommon.clone(hadronPtMax = cms.vdouble(9.),
31  hadronPtMin = cms.vdouble(6.)
32  )
33 
34 jpsiMuMuTrigPt912 = jpsiMuMuTrigCommon.clone(hadronPtMax = cms.vdouble(12.),
35  hadronPtMin = cms.vdouble(9.)
36  )
37 
38 jpsiMuMuTrigPt1215 = jpsiMuMuTrigCommon.clone(hadronPtMax = cms.vdouble(15.),
39  hadronPtMin = cms.vdouble(12.),
40  )
41 jpsiMuMuTrigPt1530 = jpsiMuMuTrigCommon.clone(hadronPtMax = cms.vdouble(30.),
42  hadronPtMin = cms.vdouble(15.),
43  )
44 
45 
46 jpsiMuMuTrigPt1518 = jpsiMuMuTrigCommon.clone(hadronPtMax = cms.vdouble(18.),
47  hadronPtMin = cms.vdouble(15.)
48  )
49 
50 jpsiMuMuTrigPt1821 = jpsiMuMuTrigCommon.clone(hadronPtMax = cms.vdouble(21.),
51  hadronPtMin = cms.vdouble(18.)
52  )
53 
54 jpsiMuMuTrigPt2124 = jpsiMuMuTrigCommon.clone(hadronPtMax = cms.vdouble(24.),
55  hadronPtMin = cms.vdouble(21.)
56  )
57 
58 jpsiMuMuTrigPt2427 = jpsiMuMuTrigCommon.clone(hadronPtMax = cms.vdouble(27.),
59  hadronPtMin = cms.vdouble(24.)
60  )
61 
62 jpsiMuMuTrigPt2730 = jpsiMuMuTrigCommon.clone(hadronPtMax = cms.vdouble(30.),
63  hadronPtMin = cms.vdouble(27.)
64  )
65 
66 
67 
68 
69 
70 
71 
72