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.5 by lantonel, Mon Feb 18 10:28:09 2013 UTC vs.
Revision 1.6 by lantonel, Wed Feb 20 12:11:21 2013 UTC

# Line 220 | Line 220 | MCParticleHistograms = cms.PSet(
220          ),
221      )
222   )    
223 +
224 +
225 + MetHistograms = cms.PSet(
226 +    inputCollection = cms.string("mets"),
227 +    histograms = cms.VPSet (
228 +        cms.PSet (
229 +            name = cms.string("met"),
230 +            title = cms.string("Missing E_[T]; Missing E_{T} [GeV]"),
231 +            bins = cms.vdouble(500, 0, 500),
232 +            inputVariables = cms.vstring("pt"),
233 +        ),
234 +    )
235 + )

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines