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.18 by biliu, Wed Mar 27 20:19:12 2013 UTC vs.
Revision 1.19 by biliu, Wed Mar 27 21:23:37 2013 UTC

# Line 533 | Line 533 | JetHistograms = cms.PSet(
533              bins = cms.vdouble(500, 0, 500),
534              inputVariables = cms.vstring("pt"),
535          ),
536 <    )
536 >        cms.PSet (
537 >            name = cms.string("jetCSV"),
538 >            title = cms.string("Jet Combined Secondary Vertex B-tagging Discriminant"),
539 >            bins = cms.vdouble(2000, -1, 1),
540 >            inputVariables = cms.vstring("btagCombinedSecVertex"),
541 >        ),
542 >   )
543   )
544  
545   TrackHistograms = cms.PSet(

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines