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.34 by wulsin, Thu Aug 1 08:38:12 2013 UTC vs.
Revision 1.36 by wulsin, Sun Aug 4 21:27:05 2013 UTC

# Line 1769 | Line 1769 | MCParticleHistograms = cms.PSet(
1769      inputCollection = cms.string("mcparticles"),
1770      histograms = cms.VPSet (
1771          cms.PSet (
1772 +            name = cms.string("mcparticlePt"),
1773 +            title = cms.string("MCparticle Transverse Momentum; p_{T} [GeV]"),
1774 +            bins = cms.untracked.vdouble(100, 0, 500),
1775 +            inputVariables = cms.vstring("pt"),
1776 +        ),
1777 +        cms.PSet (
1778 +            name = cms.string("mcparticleEta"),
1779 +            title = cms.string("MCparticle Eta; #eta"),
1780 +            bins = cms.untracked.vdouble(100, -3, 3),
1781 +            inputVariables = cms.vstring("eta"),
1782 +        ),
1783 +        cms.PSet (
1784 +            name = cms.string("mcparticleID"),
1785 +            title = cms.string("MCparticle ID; pdg ID"),
1786 +            bins = cms.untracked.vdouble(2000, 0, 2000),
1787 +            inputVariables = cms.vstring("abs(id)"),
1788 +        ),
1789 +        cms.PSet (
1790 +            name = cms.string("mcparticleMotherId"),
1791 +            title = cms.string("MCparticle Mother ID; pdg ID of mother"),
1792 +            bins = cms.untracked.vdouble(2000, 0, 2000),
1793 +            inputVariables = cms.vstring("abs(motherId)"),
1794 +        ),
1795 +        cms.PSet (
1796 +            name = cms.string("mcparticleGrandMotherId"),
1797 +            title = cms.string("MCparticle Grandmother ID; pdg ID of grandmother"),
1798 +            bins = cms.untracked.vdouble(2000, 0, 2000),
1799 +            inputVariables = cms.vstring("abs(grandMotherId)"),
1800 +        ),
1801 +        cms.PSet (
1802 +            name = cms.string("mcparticleStatus"),
1803 +            title = cms.string("MCparticle Status; status"),
1804 +            bins = cms.untracked.vdouble(3, 1, 4),
1805 +            inputVariables = cms.vstring("status"),
1806 +        ),
1807 +        cms.PSet (
1808              name = cms.string("mcparticleD0"),
1809 <            title = cms.string("MCparticle d_{0}; d_{0} [cm]"),
1810 <            bins = cms.untracked.vdouble(100, -0.05, 0.05),
1811 <            inputVariables = cms.vstring("d0"),
1809 >            title = cms.string("MCParticle d_{0} wrt PV; d_{0} [cm]"),
1810 >            bins = cms.untracked.vdouble(40000, -20, 20),
1811 >            inputVariables = cms.vstring("d0")
1812          ),
1813          cms.PSet (
1814              name = cms.string("mcparticleAbsD0"),
1815 <            title = cms.string("MCparticle d_{0}; |d_{0}| [cm]"),
1815 >            title = cms.string("MCParticle |d_{0}| wrt PV; |d_{0}| [cm]"),
1816 >            bins = cms.untracked.vdouble(40000, 0, 20),
1817 >            inputVariables = cms.vstring("abs(d0)")
1818 >        ),
1819 >        cms.PSet (
1820 >            name = cms.string("mcparticleD0S"),
1821 >            title = cms.string("MCParticle |d_{0}| wrt PV; |d_{0}| [cm]"),
1822              bins = cms.untracked.vdouble(100, 0, 0.05),
1823 <            inputVariables = cms.vstring("abs(d0)"),
1823 >            inputVariables = cms.vstring("abs(d0)")
1824 >        ),
1825 >        cms.PSet (
1826 >            name = cms.string("mcparticleD0M"),
1827 >            title = cms.string("MCParticle |d_{0}| wrt PV; |d_{0}| [cm]"),
1828 >            bins = cms.untracked.vdouble(100, 0, 0.5),
1829 >            inputVariables = cms.vstring("abs(d0)")
1830          ),
1831          cms.PSet (
1832 +            name = cms.string("mcparticleD0L"),
1833 +            title = cms.string("MCParticle |d_{0}| wrt PV; |d_{0}| [cm]"),
1834 +            bins = cms.untracked.vdouble(100, 0, 5),
1835 +            inputVariables = cms.vstring("abs(d0)")
1836 +        ),
1837 +        cms.PSet (
1838 +            name = cms.string("mcparticleD0XL"),
1839 +            title = cms.string("MCParticle |d_{0}| wrt PV; |d_{0}| [cm]"),
1840 +            bins = cms.untracked.vdouble(100, 0, 50),
1841 +            inputVariables = cms.vstring("abs(d0)")
1842 +        ),  
1843 +        cms.PSet (
1844              name = cms.string("mcparticleDz"),
1845              title = cms.string("MCparticle d_{z}; d_{z} [cm]"),
1846              bins = cms.untracked.vdouble(100, -0.5, 0.5),
# Line 1894 | 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 1926 | 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  
# Line 1935 | Line 2045 | EventHistograms = cms.PSet(
2045      inputCollection = cms.string("events"),
2046      histograms = cms.VPSet (
2047          cms.PSet (
2048 +            name = cms.string("ht"),
2049 +            title = cms.string("H_{T}; #Sigma p_{T} selected jets [GeV]"),
2050 +            bins = cms.untracked.vdouble(100, 0, 500),
2051 +            inputVariables = cms.vstring("ht"),
2052 +        ),
2053 +        cms.PSet (
2054 +            name = cms.string("unfilteredHt"),
2055 +            title = cms.string("Unfiltered H_{T}; #Sigma p_{T} all jets [GeV]"),
2056 +            bins = cms.untracked.vdouble(100, 0, 500),
2057 +            inputVariables = cms.vstring("unfilteredHt"),
2058 +        ),
2059 +        cms.PSet (
2060              name = cms.string("puScaleFactor"),
2061              title = cms.string("Pileup Scale Factor;pileup weight"),
2062              bins = cms.untracked.vdouble(100, 0, 5),

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines