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.10 by lantonel, Wed Feb 27 10:43:30 2013 UTC vs.
Revision 1.11 by lantonel, Sun Mar 3 17:13:35 2013 UTC

# Line 65 | Line 65 | MuonHistograms = cms.PSet(
65          ),
66          cms.PSet (
67              name = cms.string("muonAbsD0Vertex"),
68 <            title = cms.string("Muon d_{0}; |d_{0}| [cm]"),
69 <            bins = cms.vdouble(1000, 0, 1),
68 >            title = cms.string("Muon |d_{0}| wrt Vertex; |d_{0}| [cm]"),
69 >            bins = cms.vdouble(5000, 0, 1),
70              inputVariables = cms.vstring("abs(correctedD0Vertex)")
71          ),
72          cms.PSet (
73 +            name = cms.string("muonAbsD0Beamspot"),
74 +            title = cms.string("Muon |d_{0}| wrt Beamspot; |d_{0}| [cm]"),
75 +            bins = cms.vdouble(5000, 0, 1),
76 +            inputVariables = cms.vstring("abs(correctedD0)")
77 +        ),
78 +        cms.PSet (
79 +            name = cms.string("muonAbsD0Origin"),
80 +            title = cms.string("Muon |d_{0}| wrt CMS Origin; |d_{0}| [cm]"),
81 +            bins = cms.vdouble(5000, 0, 1),
82 +            inputVariables = cms.vstring("abs(tkD0)")
83 +        ),
84 +        cms.PSet (
85              name = cms.string("muonD0VertexSig"),
86              title = cms.string("Muon d_{0} Significance; d_{0} / #sigma_{d_{0}}"),
87              bins = cms.vdouble(1000, -10.0, 10.0),
# Line 223 | Line 235 | ElectronHistograms = cms.PSet(
235          ),
236          cms.PSet (
237              name = cms.string("electronD0BeamspotEE"),
238 <            title = cms.string("Electron d_{0} wrt Beamspotfor Endcaps; d_{0} [cm]"),
238 >            title = cms.string("Electron d_{0} wrt Beamspot for Endcaps; d_{0} [cm]"),
239              bins = cms.vdouble(5000, -1, 1),
240              inputVariables = cms.vstring("correctedD0BeamspotEE"),
241          ),
# Line 247 | Line 259 | ElectronHistograms = cms.PSet(
259          ),
260          cms.PSet (
261              name = cms.string("electronD0OriginEE"),
262 <            title = cms.string("Electron d_{0} wrt CMS Originfor Endcaps; d_{0} [cm]"),
262 >            title = cms.string("Electron d_{0} wrt CMS Origin for Endcaps; d_{0} [cm]"),
263              bins = cms.vdouble(5000, -1, 1),
264              inputVariables = cms.vstring("correctedD0OriginEE"),
265          ),
# Line 259 | Line 271 | ElectronHistograms = cms.PSet(
271          ),
272          cms.PSet (
273              name = cms.string("electronAbsD0Vertex"),
274 <            title = cms.string("Electron d_{0}; |d_{0}| [cm]"),
274 >            title = cms.string("Electron |d_{0}| wrt Vertex; |d_{0}| [cm]"),
275 >            bins = cms.vdouble(5000, 0, 1),
276 >            inputVariables = cms.vstring("abs(correctedD0Vertex)"),
277 >        ),
278 >        cms.PSet (
279 >            name = cms.string("electronAbsD0Beamspot"),
280 >            title = cms.string("Electron |d_{0}| wrt Beamspot; |d_{0}| [cm]"),
281              bins = cms.vdouble(5000, 0, 1),
282              inputVariables = cms.vstring("abs(correctedD0Vertex)"),
283          ),
284          cms.PSet (
285 +            name = cms.string("electronAbsD0Origin"),
286 +            title = cms.string("Electron |d_{0}| wrt CMS Origin; |d_{0}| [cm]"),
287 +            bins = cms.vdouble(5000, 0, 1),
288 +            inputVariables = cms.vstring("abs(tkD0)"),
289 +        ),
290 +        cms.PSet (
291              name = cms.string("electronD0VertexSig"),
292              title = cms.string("Electron d_{0} Significance; d_{0} / #sigma_{d_{0}}"),
293              bins = cms.vdouble(1000, -10.0, 10.0),
# Line 396 | Line 420 | ElectronMuonHistograms = cms.PSet(
420              inputVariables = cms.vstring("muonCorrectedD0Vertex","electronCorrectedD0Vertex"),
421          ),
422          cms.PSet (
423 <            name = cms.string("electronAbsD0vsMuonAbsD0"),
424 <            title = cms.string("Electron |d_{0}| vs Muon |d_{0}|; electron |d_{0}| [cm]; muon |d_{0}| [cm]"),
423 >            name = cms.string("electronAbsD0VertexVsMuonAbsD0Vertex"),
424 >            title = cms.string("Electron |d_{0}| wrt Vertex vs Muon |d_{0}| wrt Vertex; electron |d_{0}| [cm]; muon |d_{0}| [cm]"),
425              bins = cms.vdouble(1000, 0, 1, 1000, 0, 1),
426              inputVariables = cms.vstring("abs(electronCorrectedD0Vertex)","abs(muonCorrectedD0Vertex)"),
427          ),
428 +        cms.PSet (
429 +            name = cms.string("electronAbsD0BeamspotVsMuonAbsD0Beamspot"),
430 +            title = cms.string("Electron |d_{0}| wrt Beamspot vs Muon |d_{0}| wrt Beamspot; electron |d_{0}| [cm]; muon |d_{0}| [cm]"),
431 +            bins = cms.vdouble(1000, 0, 1, 1000, 0, 1),
432 +            inputVariables = cms.vstring("abs(electronCorrectedD0)","abs(muonCorrectedD0)"),
433 +        ),
434          
435      )
436   )
# Line 436 | Line 466 | MCParticleHistograms = cms.PSet(
466          ),
467          cms.PSet (
468              name = cms.string("mcparticleV0"),
469 <            title = cms.string("MCparticle transverse V_{0}; v0[cm]"),
469 >            title = cms.string("MCparticle transverse V_{0}; v0 [cm]"),
470              bins = cms.vdouble(5000, -1, 1),
471              inputVariables = cms.vstring("v0"),
472          ),
473          cms.PSet (
474              name = cms.string("mcparticleVz"),
475 <            title = cms.string("MCparticle V_{z}; Vz[cm]"),
475 >            title = cms.string("MCparticle V_{z}; Vz [cm]"),
476              bins = cms.vdouble(5000, -20, 20),
477              inputVariables = cms.vstring("vz"),
478          ),
479          cms.PSet (
480              name = cms.string("mcparticleDeltaV0"),
481 <            title = cms.string("MCparticle delta transverse V_{0}; delta v0[cm]"),
481 >            title = cms.string("MCparticle delta transverse V_{0}; delta v0 [cm]"),
482              bins = cms.vdouble(5000, -1, 1),
483              inputVariables = cms.vstring("deltaV0"),
484          ),
485          cms.PSet (
486              name = cms.string("mcparticleDeltaVx"),
487 <            title = cms.string("MCparticle delta V_{x}; delta vx[cm]"),
487 >            title = cms.string("MCparticle delta V_{x}; delta vx [cm]"),
488              bins = cms.vdouble(5000, -1, 1),
489              inputVariables = cms.vstring("deltaVx"),
490          ),
491          cms.PSet (
492              name = cms.string("mcparticleDeltaVy"),
493 <            title = cms.string("MCparticle delta V_{y}; delta vy[cm]"),
493 >            title = cms.string("MCparticle delta V_{y}; delta vy [cm]"),
494              bins = cms.vdouble(5000, -1, 1),
495              inputVariables = cms.vstring("deltaVy"),
496          ),
497          cms.PSet (
498              name = cms.string("mcparticleDeltaVz"),
499 <            title = cms.string("MCparticle delta V_{z}; delta Vz[cm]"),
499 >            title = cms.string("MCparticle delta V_{z}; delta Vz [cm]"),
500              bins = cms.vdouble(10000, -20, 20),
501              inputVariables = cms.vstring("deltaVz"),
502          ),
# Line 480 | Line 510 | MetHistograms = cms.PSet(
510      histograms = cms.VPSet (
511          cms.PSet (
512              name = cms.string("met"),
513 <            title = cms.string("Missing E_[T]; Missing E_{T} [GeV]"),
513 >            title = cms.string("Missing E_{T}; Missing E_{T} [GeV]"),
514              bins = cms.vdouble(500, 0, 500),
515              inputVariables = cms.vstring("pt"),
516          ),

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines