CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
GenParticleSelectionsForEfficiency_cff.py
Go to the documentation of this file.
2 
3 GenParticleSelectionForEfficiency = cms.PSet(
4  lipGP = cms.double(30.0),
5  chargedOnlyGP = cms.bool(True),
6  pdgIdGP = cms.vint32(),
7  minRapidityGP = cms.double(-2.5),
8  ptMinGP = cms.double(0.005),
9  maxRapidityGP = cms.double(2.5),
10  tipGP = cms.double(60),
11  statusGP = cms.int32(1)
12 )
13 
14 generalGpSelectorBlock = cms.PSet(
15  status = cms.int32(1),
16  lip = cms.double(30.0),
17  chargedOnly = cms.bool(True),
18  pdgId = cms.vint32(),
19  minRapidity = cms.double(-2.5),
20  ptMin = cms.double(0.9),
21  maxRapidity = cms.double(2.5),
22  tip = cms.double(3.5)
23 )
24 
25 
26 GpSelectorForEfficiencyVsEtaBlock = cms.PSet(
27  status = cms.int32(1),
28  lip = cms.double(30.0),
29  chargedOnly = cms.bool(True),
30  pdgId = cms.vint32(),
31  minRapidity = cms.double(-2.5),
32  ptMin = cms.double(0.9),
33  maxRapidity = cms.double(2.5),
34  tip = cms.double(3.5)
35 )
36 
37 GpSelectorForEfficiencyVsPhiBlock = cms.PSet(
38  status = cms.int32(1),
39  lip = cms.double(30.0),
40  chargedOnly = cms.bool(True),
41  pdgId = cms.vint32(),
42  minRapidity = cms.double(-2.5),
43  ptMin = cms.double(0.9),
44  maxRapidity = cms.double(2.5),
45  tip = cms.double(3.5)
46 )
47 
48 GpSelectorForEfficiencyVsPtBlock = cms.PSet(
49  status = cms.int32(1),
50  chargedOnly = cms.bool(True),
51  pdgId = cms.vint32(),
52  minRapidity = cms.double(-2.5),
53  maxRapidity = cms.double(2.5),
54  ptMin = cms.double(0.050),
55  tip = cms.double(3.5),
56  lip = cms.double(30.0),
57 )
58 
59 GpSelectorForEfficiencyVsVTXRBlock = cms.PSet(
60  status = cms.int32(1),
61  chargedOnly = cms.bool(True),
62  pdgId = cms.vint32(),
63  minRapidity = cms.double(-2.5),
64  ptMin = cms.double(0.9),
65  maxRapidity = cms.double(2.5),
66  lip = cms.double(30.0),
67  tip = cms.double(30.0)
68 )
69 
70 GpSelectorForEfficiencyVsVTXZBlock = cms.PSet(
71  status = cms.int32(1),
72  chargedOnly = cms.bool(True),
73  pdgId = cms.vint32(),
74  minRapidity = cms.double(-2.5),
75  ptMin = cms.double(0.9),
76  maxRapidity = cms.double(2.5),
77  lip = cms.double(35.0),
78  tip = cms.double(3.5)
79 )