CMS 3D CMS Logo

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

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from Validation.RecoParticleFlow.pfJetBenchmarkGeneric_cfi import pfJetBenchmarkGeneric
00004 from Validation.RecoParticleFlow.caloJetBenchmarkGeneric_cfi import caloJetBenchmarkGeneric
00005 from Validation.RecoParticleFlow.goodGenJets_cfi import *
00006 
00007 from RecoJets.Configuration.CaloTowersES_cfi import * 
00008 from RecoJets.JetProducers.ic5CaloJets_cfi import *
00009 from PhysicsTools.HepMCCandAlgos.genParticles_cfi import *
00010 from SimGeneral.HepPDTESSource.pythiapdt_cfi import *
00011 
00012 jetBenchmarkGeneric = cms.Sequence( 
00013     goodGenJets *
00014     pfJetBenchmarkGeneric +
00015     iterativeCone5CaloJets +
00016     caloJetBenchmarkGeneric
00017     )