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.26 by ahart, Sun May 5 23:42:04 2013 UTC vs.
Revision 1.27 by biliu, Thu May 9 20:20:46 2013 UTC

# Line 705 | Line 705 | DiJetHistograms = cms.PSet(
705      histograms = cms.VPSet (
706          cms.PSet (
707              name = cms.string("diJetInvMass"),
708 <            title = cms.string("Di-jet Invariant Mass; M_{ee} [GeV]"),
708 >            title = cms.string("Di-jet Invariant Mass; M_{jet-pair} [GeV]"),
709              bins = cms.untracked.vdouble(100, 0, 500),
710              inputVariables = cms.vstring("invMass"),
711          ),
712          cms.PSet (
713              name = cms.string("diJetChargeProduct"),
714 <            title = cms.string("Di-jet Charge Product; charge_{e}_{1}*charge_{e}_{2}"),
714 >            title = cms.string("Di-jet Charge Product; charge_{jet}_{1}*charge_{jet}_{2}"),
715              bins = cms.untracked.vdouble(3, -1.5, 1.5),
716              inputVariables = cms.vstring("chargeProduct"),
717          ),
# Line 734 | Line 734 | DiJetHistograms = cms.PSet(
734              inputVariables = cms.vstring("deltaR"),
735          ),
736          cms.PSet (
737 +            name = cms.string("diJetPt"),
738 +            title = cms.string("Di-jet Transverse Momentum ; p_{T}_{jet-pair} [GeV] "),
739 +            bins = cms.untracked.vdouble(100, 0,500),
740 +            inputVariables = cms.vstring("pt"),
741 +        ),
742 +        cms.PSet (
743 +            name = cms.string("diJetDeltaPt"),
744 +            title = cms.string("Di-jet Transverse Momentum Difference; |p_{T}_{jet1}-p_{T}_{jet2}| [GeV] "),
745 +            bins = cms.untracked.vdouble(100, 0,500),
746 +            inputVariables = cms.vstring("absDeltaPt"),
747 +        ),
748 +        cms.PSet (
749              name = cms.string("diJetThreeDAngle"),
750              title = cms.string("Di-jet 3D angle; 3D angle"),
751              bins = cms.untracked.vdouble(1000, 0, 3.14),

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines