1 import FWCore.ParameterSet.Config
as cms
4 from DQMServices.Core.DQMEDAnalyzer
import DQMEDAnalyzer
6 InputCollection = cms.InputTag(
'pfMet'),
8 ptMin = cms.double( 0.0 ),
9 ptMax = cms.double( 999999. ),
10 phiMin = cms.double(-10.),
11 phiMax = cms.double(10.),
12 BenchmarkLabel = cms.string(
'pfMet')
16 InputCollection = cms.InputTag(
'pfMet'),
17 MatchCollection = cms.InputTag(
'genMetTrue'),
18 dRMax = cms.double( 999. ),
25 mode = cms.int32( 1 ),
26 BenchmarkLabel = cms.string(
'MatchMETManager')