# | 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 | + | ) |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |