Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:33:15

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 from Validation.RecoParticleFlow.pfMETBenchmarkGeneric_cfi import pfMETBenchmarkGeneric
0004 from Validation.RecoParticleFlow.caloMETBenchmarkGeneric_cfi import caloMETBenchmarkGeneric
0005 
0006 metBenchmarkGeneric = cms.Sequence( 
0007     pfMETBenchmarkGeneric
0008     +
0009     caloMETBenchmarkGeneric
0010     )