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.35 by lantonel, Fri Aug 2 11:20:45 2013 UTC vs.
Revision 1.36 by wulsin, Sun Aug 4 21:27:05 2013 UTC

# Line 1954 | Line 1954 | ElectronTrackHistograms = cms.PSet(
1954              bins = cms.untracked.vdouble(100, 0, 10),
1955              inputVariables = cms.vstring("deltaR"),
1956              ),
1957 +        cms.PSet (
1958 +            name = cms.string("ElectronTrackDeltaRZoom"),
1959 +            title = cms.string("Electron-Track #DeltaR; #DeltaR"),
1960 +            bins = cms.untracked.vdouble(100, 0, 1),
1961 +            inputVariables = cms.vstring("deltaR"),
1962 +            ),
1963          )
1964      )
1965  
# Line 1986 | Line 1992 | MuonTrackHistograms = cms.PSet(
1992          bins = cms.untracked.vdouble(100, 0, 10),
1993          inputVariables = cms.vstring("deltaR"),
1994          ),
1995 +    cms.PSet (
1996 +        name = cms.string("MuonTrackDeltaRZoom"),
1997 +        title = cms.string("Muon-Track #DeltaR; #DeltaR"),
1998 +        bins = cms.untracked.vdouble(100, 0, 1),
1999 +        inputVariables = cms.vstring("deltaR"),
2000 +        ),
2001 +    )
2002 + )
2003 +
2004 + ##############################################################################################
2005 +
2006 + TauTrackHistograms = cms.PSet(
2007 +    inputCollection = cms.string("tau-track pairs"),
2008 +    histograms = cms.VPSet (
2009 +    cms.PSet (
2010 +        name = cms.string("TauTrackInvMass"),
2011 +        title = cms.string("Tau-Track Invariant Mass; M_{#mu+track} [GeV]"),
2012 +        bins = cms.untracked.vdouble(100, 0, 180),
2013 +        inputVariables = cms.vstring("invMass"),
2014 +        ),
2015 +    cms.PSet (
2016 +        name = cms.string("TauTrackDeltaEta"),
2017 +        title = cms.string("Tau-Track Eta Difference; |#Delta(#eta)|"),
2018 +        bins = cms.untracked.vdouble(100, 0, 10),
2019 +        inputVariables = cms.vstring("deltaEta"),
2020 +        ),
2021 +    cms.PSet (
2022 +        name = cms.string("TauTrackDeltaPhi"),
2023 +        title = cms.string("Tau-Track Phi Difference; |#Delta(#phi)|"),
2024 +        bins = cms.untracked.vdouble(100, 0, 3.15),
2025 +        inputVariables = cms.vstring("deltaPhi"),
2026 +        ),
2027 +    cms.PSet (
2028 +        name = cms.string("TauTrackDeltaR"),
2029 +        title = cms.string("Tau-Track #DeltaR; #DeltaR"),
2030 +        bins = cms.untracked.vdouble(100, 0, 10),
2031 +        inputVariables = cms.vstring("deltaR"),
2032 +        ),
2033 +    cms.PSet (
2034 +        name = cms.string("TauTrackDeltaRZoom"),
2035 +        title = cms.string("Tau-Track #DeltaR; #DeltaR"),
2036 +        bins = cms.untracked.vdouble(100, 0, 1),
2037 +        inputVariables = cms.vstring("deltaR"),
2038 +        ),
2039      )
2040   )
2041  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines