CMS 3D CMS Logo

metBenchmarkGeneric_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from Validation.RecoParticleFlow.pfMETBenchmarkGeneric_cfi import pfMETBenchmarkGeneric
4 from Validation.RecoParticleFlow.caloMETBenchmarkGeneric_cfi import caloMETBenchmarkGeneric
5 
6 metBenchmarkGeneric = cms.Sequence(
7  pfMETBenchmarkGeneric
8  +
9  caloMETBenchmarkGeneric
10  )