ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/OSUT3Analysis/Configuration/python/histogramDefinitions.py
(Generate patch)

Comparing UserCode/OSUT3Analysis/Configuration/python/histogramDefinitions.py (file contents):
Revision 1.8 by lantonel, Thu Feb 21 16:34:11 2013 UTC vs.
Revision 1.9 by lantonel, Fri Feb 22 10:29:29 2013 UTC

# Line 93 | Line 93 | DiMuonHistograms = cms.PSet(
93              title = cms.string("Di-muon Invariant Mass; M_{#mu#mu} [GeV]"),
94              bins = cms.vdouble(100, 0, 500),
95              inputVariables = cms.vstring("invMass"),
96 <        )
96 >        ),
97 >        cms.PSet (
98 >            name = cms.string("diMuonDeltaD0"),
99 >            title = cms.string("Di-muon Impact Parameter Difference; |#Delta(d_{0})| [cm]"),
100 >            bins = cms.vdouble(1000, 0, 0.5),
101 >            inputVariables = cms.vstring("abs(deltaCorrectedD0Vertex)"),
102 >        ),
103 >        cms.PSet (
104 >            name = cms.string("diMuonDeltaAbsD0"),
105 >            title = cms.string("Di-muon Impact Parameter Difference; |#Delta(|d_{0}|)| [cm]"),
106 >            bins = cms.vdouble(1000, 0, 0.5),
107 >            inputVariables = cms.vstring("abs(deltaAbsCorrectedD0Vertex)"),
108 >        ),
109 >        cms.PSet (
110 >            name = cms.string("diMuonD0Sign"),
111 >            title = cms.string("Sign of Impact Parameter Product; sign(d_{0}_{1}*d_{0}_{2})"),
112 >            bins = cms.vdouble(2, -1, 1),
113 >            inputVariables = cms.vstring("d0Sign"),
114 >        ),
115 >
116      )
117   )
118  
# Line 201 | Line 220 | DiElectronHistograms = cms.PSet(
220              title = cms.string("Di-electron Invariant Mass; M_{ee} [GeV]"),
221              bins = cms.vdouble(100, 0, 500),
222              inputVariables = cms.vstring("invMass"),
223 <        )
223 >        ),
224 >        cms.PSet (
225 >            name = cms.string("diElectronDeltaD0"),
226 >            title = cms.string("Di-electron Impact Parameter Difference; |#Delta(d_{0})| [cm]"),
227 >            bins = cms.vdouble(1000, 0, 0.5),
228 >            inputVariables = cms.vstring("abs(deltaCorrectedD0Vertex)"),
229 >        ),
230 >        cms.PSet (
231 >            name = cms.string("diElectronDeltaAbsD0"),
232 >            title = cms.string("Di-electron Impact Parameter Difference; |#Delta(|d_{0}|)| [cm]"),
233 >            bins = cms.vdouble(1000, 0, 0.5),
234 >            inputVariables = cms.vstring("abs(deltaAbsCorrectedD0Vertex)"),
235 >        ),
236 >        cms.PSet (
237 >            name = cms.string("diElectronD0Sign"),
238 >            title = cms.string("Sign of Impact Parameter Product; sign(d_{0}_{1}*d_{0}_{2})"),
239 >            bins = cms.vdouble(2, -1, 1),
240 >            inputVariables = cms.vstring("d0Sign"),
241 >        ),
242      )
243   )
244  
# Line 213 | Line 250 | ElectronMuonHistograms = cms.PSet(
250              title = cms.string("Electron-muon Invariant Mass; M_{e#mu} [GeV]"),
251              bins = cms.vdouble(100, 0, 500),
252              inputVariables = cms.vstring("invMass"),
253 <        )
253 >        ),
254 >        cms.PSet (
255 >            name = cms.string("electronMuonDeltaD0"),
256 >            title = cms.string("Electron-muon Impact Parameter Difference; |#Delta(d_{0})| [cm]"),
257 >            bins = cms.vdouble(1000, -1, 1),
258 >            inputVariables = cms.vstring("abs(deltaCorrectedD0Vertex)"),
259 >        ),
260 >        cms.PSet (
261 >            name = cms.string("electronMuonDeltaAbsD0"),
262 >            title = cms.string("Electron-muon Impact Parameter Difference; |#Delta(|d_{0}|)| [cm]"),
263 >            bins = cms.vdouble(1000, -1, 1),
264 >            inputVariables = cms.vstring("abs(deltaAbsCorrectedD0Vertex)"),
265 >        ),
266 >        cms.PSet (
267 >            name = cms.string("electronMuonD0Sign"),
268 >            title = cms.string("Sign of Impact Parameter Product; sign(d_{0}_{1}*d_{0}_{2})"),
269 >            bins = cms.vdouble(2, -1, 1),
270 >            inputVariables = cms.vstring("d0Sign"),
271 >        ),
272      )
273   )
274  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines