CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/Validation/RecoParticleFlow/python/metBenchmarkGeneric_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from Validation.RecoParticleFlow.pfMETBenchmarkGeneric_cfi import pfMETBenchmarkGeneric
00004 from Validation.RecoParticleFlow.caloMETBenchmarkGeneric_cfi import caloMETBenchmarkGeneric
00005 
00006 metBenchmarkGeneric = cms.Sequence( 
00007     pfMETBenchmarkGeneric
00008     +
00009     caloMETBenchmarkGeneric
00010     )