43 |
|
name = cms.string("muonAbsD0"), |
44 |
|
title = cms.string("Muon d_{0}; |d_{0}| [cm]"), |
45 |
|
bins = cms.vdouble(5000, 0, 1), |
46 |
< |
inputVariables = cms.vstring("correctedD0Vertex"), |
47 |
< |
function = cms.string("abs"), |
46 |
> |
inputVariables = cms.vstring("abs(correctedD0Vertex)") |
47 |
|
), |
48 |
|
cms.PSet ( |
49 |
|
name = cms.string("muonD0Sig"), |
55 |
|
name = cms.string("muonAbsD0Sig"), |
56 |
|
title = cms.string("Muon d_{0} Significance; |d_{0}| / #sigma_{d_{0}}"), |
57 |
|
bins = cms.vdouble(1000, 0, 10.0), |
58 |
< |
inputVariables = cms.vstring("correctedD0VertexSig"), |
60 |
< |
function = cms.string("abs"), |
58 |
> |
inputVariables = cms.vstring("abs(correctedD0VertexSig)"), |
59 |
|
), |
60 |
|
cms.PSet ( |
61 |
|
name = cms.string("muonDz"), |
67 |
|
name = cms.string("muonAbsDz"), |
68 |
|
title = cms.string("Muon |d_{z}|; |d_{z}| [cm]"), |
69 |
|
bins = cms.vdouble(5000, 0, 20), |
70 |
< |
inputVariables = cms.vstring("correctedDZ"), |
73 |
< |
function = cms.string("abs"), |
70 |
> |
inputVariables = cms.vstring("abs(correctedDZ)"), |
71 |
|
), |
72 |
|
cms.PSet ( |
73 |
|
name = cms.string("muonDetIso"), |
122 |
|
name = cms.string("electronAbsD0"), |
123 |
|
title = cms.string("Electron d_{0}; |d_{0}| [cm]"), |
124 |
|
bins = cms.vdouble(5000, 0, 1), |
125 |
< |
inputVariables = cms.vstring("correctedD0Vertex"), |
129 |
< |
function = cms.string("abs"), |
125 |
> |
inputVariables = cms.vstring("abs(correctedD0Vertex)"), |
126 |
|
), |
127 |
|
cms.PSet ( |
128 |
|
name = cms.string("electronD0Sig"), |
134 |
|
name = cms.string("electronAbsD0Sig"), |
135 |
|
title = cms.string("Electron d_{0} Significance; |d_{0}| / #sigma_{d_{0}}"), |
136 |
|
bins = cms.vdouble(1000, 0, 10.0), |
137 |
< |
inputVariables = cms.vstring("correctedD0VertexSig"), |
142 |
< |
function = cms.string("abs"), |
137 |
> |
inputVariables = cms.vstring("abs(correctedD0VertexSig)"), |
138 |
|
), |
139 |
|
cms.PSet ( |
140 |
|
name = cms.string("electronDz"), |
146 |
|
name = cms.string("electronAbsDz"), |
147 |
|
title = cms.string("Electron |d_{z}|; |d_{z}| [cm]"), |
148 |
|
bins = cms.vdouble(5000, 0, 20), |
149 |
< |
inputVariables = cms.vstring("correctedDZ"), |
155 |
< |
function = cms.string("abs"), |
149 |
> |
inputVariables = cms.vstring("abs(correctedDZ)"), |
150 |
|
), |
151 |
|
cms.PSet ( |
152 |
|
name = cms.string("electronDetIso"), |
196 |
|
name = cms.string("mcparticleAbsD0"), |
197 |
|
title = cms.string("MCparticle d_{0}; |d_{0}| [cm]"), |
198 |
|
bins = cms.vdouble(5000, 0, 1), |
199 |
< |
inputVariables = cms.vstring("d0"), |
206 |
< |
function = cms.string("abs"), |
199 |
> |
inputVariables = cms.vstring("abs(d0)"), |
200 |
|
), |
201 |
|
cms.PSet ( |
202 |
|
name = cms.string("mcparticleDz"), |
208 |
|
name = cms.string("mcparticleAbsDZ"), |
209 |
|
title = cms.string("MCparticle d_{z}; |d_{z}| [cm]"), |
210 |
|
bins = cms.vdouble(5000, 0, 20), |
211 |
< |
inputVariables = cms.vstring("dz"), |
219 |
< |
function = cms.string("abs"), |
211 |
> |
inputVariables = cms.vstring("abs(dz)"), |
212 |
|
), |
213 |
|
) |
214 |
|
) |