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.12 by lantonel, Mon Mar 4 22:43:59 2013 UTC vs.
Revision 1.15 by ahart, Mon Mar 18 10:29:18 2013 UTC

# Line 41 | Line 41 | MuonHistograms = cms.PSet(
41          ),
42          cms.PSet (
43              name = cms.string("muonD0Vertex"),
44 <            title = cms.string("Muon d_{0} wrt Vertex; d_{0} [cm]"),
44 >            title = cms.string("Muon d_{0} wrt PV; d_{0} [cm]"),
45              bins = cms.vdouble(5000, -1, 1),
46              inputVariables = cms.vstring("correctedD0Vertex"),
47          ),
# Line 216 | Line 216 | ElectronHistograms = cms.PSet(
216              inputVariables = cms.vstring("correctedD0Vertex"),
217          ),
218          cms.PSet (
219            name = cms.string("electronD0VertexInEB"),
220            title = cms.string("Electron d_{0} wrt PV for Inner Barrel; d_{0} [cm]"),
221            bins = cms.vdouble(5000, -1, 1),
222            inputVariables = cms.vstring("correctedD0VertexInEB"),
223        ),
224        cms.PSet (
225            name = cms.string("electronD0VertexOutEB"),
226            title = cms.string("Electron d_{0} wrt PV for Outer Barrel; d_{0} [cm]"),
227            bins = cms.vdouble(5000, -1, 1),
228            inputVariables = cms.vstring("correctedD0VertexOutEB"),
229        ),
230        cms.PSet (
231            name = cms.string("electronD0VertexEE"),
232            title = cms.string("Electron d_{0} wrt PV for Endcaps; d_{0} [cm]"),
233            bins = cms.vdouble(5000, -1, 1),
234            inputVariables = cms.vstring("correctedD0VertexEE"),
235        ),
236        cms.PSet (
219              name = cms.string("electronD0Beamspot"),
220              title = cms.string("Electron d_{0} wrt Beamspot; d_{0} [cm]"),
221              bins = cms.vdouble(5000, -1, 1),
222              inputVariables = cms.vstring("correctedD0"),
223          ),
224          cms.PSet (
243            name = cms.string("electronD0BeamspotInEB"),
244            title = cms.string("Electron d_{0} wrt Beamspot for Inner Barrel; d_{0} [cm]"),
245            bins = cms.vdouble(5000, -1, 1),
246            inputVariables = cms.vstring("correctedD0BeamspotInEB"),
247        ),
248        cms.PSet (
249            name = cms.string("electronD0BeamspotOutEB"),
250            title = cms.string("Electron d_{0} wrt Beamspot for Outer Barrel; d_{0} [cm]"),
251            bins = cms.vdouble(5000, -1, 1),
252            inputVariables = cms.vstring("correctedD0BeamspotOutEB"),
253        ),
254        cms.PSet (
255            name = cms.string("electronD0BeamspotEE"),
256            title = cms.string("Electron d_{0} wrt Beamspot for Endcaps; d_{0} [cm]"),
257            bins = cms.vdouble(5000, -1, 1),
258            inputVariables = cms.vstring("correctedD0BeamspotEE"),
259        ),
260        cms.PSet (
225              name = cms.string("electronD0Origin"),
226              title = cms.string("Electron d_{0} wrt CMS Origin; d_{0} [cm]"),
227              bins = cms.vdouble(5000, -1, 1),
228              inputVariables = cms.vstring("tkD0"),
229          ),
230          cms.PSet (
267            name = cms.string("electronD0OriginInEB"),
268            title = cms.string("Electron d_{0} wrt CMS Origin for Inner Barrel; d_{0} [cm]"),
269            bins = cms.vdouble(5000, -1, 1),
270            inputVariables = cms.vstring("correctedD0OriginInEB"),
271        ),
272        cms.PSet (
273            name = cms.string("electronD0OriginOutEB"),
274            title = cms.string("Electron d_{0} wrt CMS Origin for Outer Barrel; d_{0} [cm]"),
275            bins = cms.vdouble(5000, -1, 1),
276            inputVariables = cms.vstring("correctedD0OriginOutEB"),
277        ),
278        cms.PSet (
279            name = cms.string("electronD0OriginEE"),
280            title = cms.string("Electron d_{0} wrt CMS Origin for Endcaps; d_{0} [cm]"),
281            bins = cms.vdouble(5000, -1, 1),
282            inputVariables = cms.vstring("correctedD0OriginEE"),
283        ),
284        cms.PSet (
231              name = cms.string("electronD0VertexPhi"),
232              title = cms.string("Electron d_{0} wrt Vertex vs Phi; #phi; d_{0} [cm]"),
233              bins = cms.vdouble(100, -3.15, 3.15, 5000, -1, 1),
# Line 485 | Line 431 | ElectronMuonHistograms = cms.PSet(
431              bins = cms.vdouble(1000, 0, 1, 1000, 0, 1),
432              inputVariables = cms.vstring("abs(electronCorrectedD0)","abs(muonCorrectedD0)"),
433          ),
434 <        
434 >        cms.PSet (
435 >            name = cms.string("electronDetIsoVsMuonDetIso"),
436 >            title = cms.string(";electron detIso;muon detIso"),
437 >            bins = cms.vdouble(1000, 0, 1, 1000, 0, 1),
438 >            inputVariables = cms.vstring("electronDetIso","muonDetIso"),
439 >        ),
440      )
441   )
442  
# Line 564 | Line 515 | MetHistograms = cms.PSet(
515      histograms = cms.VPSet (
516          cms.PSet (
517              name = cms.string("met"),
518 <            title = cms.string("Missing E_{T}; Missing E_{T} [GeV]"),
518 >            title = cms.string("Missing E_[T]; Missing E_{T} [GeV]"),
519 >
520              bins = cms.vdouble(500, 0, 500),
521              inputVariables = cms.vstring("pt"),
522          ),
523      )
524   )
525 +
526 + JetHistograms = cms.PSet(
527 +    inputCollection = cms.string("jets"),
528 +    histograms = cms.VPSet (
529 +        cms.PSet (
530 +            name = cms.string("jetPt"),
531 +            title = cms.string("Jet pT; Jet pT [GeV]"),
532 +            bins = cms.vdouble(500, 0, 500),
533 +            inputVariables = cms.vstring("pt"),
534 +        ),
535 +    )
536 + )
537 +
538 + TrackHistograms = cms.PSet(
539 +     inputCollection = cms.string("tracks"),
540 +     histograms = cms.VPSet (
541 +        cms.PSet (
542 +            name = cms.string("trackPt"),
543 +            title = cms.string("Track Transverse Momentum; p_{T} [GeV]"),
544 +            bins = cms.vdouble(100, 0, 500),
545 +            inputVariables = cms.vstring("pt"),
546 +                   ),
547 +         cms.PSet (
548 +             name = cms.string("trackEta"),
549 +             title = cms.string("Track Eta; #eta"),
550 +             bins = cms.vdouble(100, -5, 5),
551 +             inputVariables = cms.vstring("eta"),
552 +                        ),
553 +
554 +        cms.PSet (
555 +             name = cms.string("trackPhi"),
556 +             title = cms.string("Track Phi; #phi"),
557 +             bins = cms.vdouble(100, -5, 5),
558 +             inputVariables = cms.vstring("phi"),
559 +                        ),
560 +        cms.PSet (
561 +            name = cms.string("trackd0"),
562 +            title = cms.string("Track d_{0}; d_{0} [cm]"),
563 +            bins = cms.vdouble(100, -0.5, 0.5),
564 +            inputVariables = cms.vstring("d0"),
565 +         ),
566 +
567 +        cms.PSet (
568 +            name = cms.string("trackdz"),
569 +            title = cms.string("Track d_{z}; d_{z} [cm]"),
570 +            bins = cms.vdouble(100, -30, 30),
571 +            inputVariables = cms.vstring("dZ"),
572 +         ),
573 +       cms.PSet (
574 +            name = cms.string("trackNumValidHits"),
575 +            title = cms.string("Track Number of Valid Hits; Number of Valid Hits"),
576 +            bins = cms.vdouble(100, 0, 30),
577 +            inputVariables = cms.vstring("numValidHits"),
578 +            ),
579 +
580 +             cms.PSet (
581 +            name = cms.string("trackChi2"),
582 +            title = cms.string("Track Reduced Chi2; #chi^{2} / DOF"),
583 +            bins = cms.vdouble(100, 0, 30),
584 +            inputVariables = cms.vstring("normChi2"),
585 +            ),
586 +        
587 +        
588 +    )
589 +  )
590 +
591 + EventHistograms = cms.PSet(
592 +    inputCollection = cms.string("events"),
593 +    histograms = cms.VPSet (
594 +        cms.PSet (
595 +            name = cms.string("puScaleFactor"),
596 +            title = cms.string("Pileup Scale Factor;pileup weight"),
597 +            bins = cms.vdouble(1000, 0, 10),
598 +            inputVariables = cms.vstring("puScaleFactor"),
599 +        ),
600 +        cms.PSet (
601 +            name = cms.string("muonScaleFactor"),
602 +            title = cms.string("Muon Scale Factor;muon weight"),
603 +            bins = cms.vdouble(1000, 0.5, 1.5),
604 +            inputVariables = cms.vstring("muonScaleFactor"),
605 +        ),
606 +        cms.PSet (
607 +            name = cms.string("electronScaleFactor"),
608 +            title = cms.string("Electron Scale Factor;electron weight"),
609 +            bins = cms.vdouble(1000, 0.5, 1.5),
610 +            inputVariables = cms.vstring("electronScaleFactor"),
611 +        ),
612 +    )
613 +  )

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines