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.pfJetBenchmarkGeneric_cfi import pfJetBenchmarkGeneric
0004 from Validation.RecoParticleFlow.caloJetBenchmarkGeneric_cfi import caloJetBenchmarkGeneric
0005 from Validation.RecoParticleFlow.goodGenJets_cfi import *
0006 
0007 from RecoJets.Configuration.CaloTowersES_cfi import * 
0008 from RecoJets.JetProducers.ic5CaloJets_cfi import *
0009 from PhysicsTools.HepMCCandAlgos.genParticles_cfi import *
0010 from SimGeneral.HepPDTESSource.pythiapdt_cfi import *
0011 
0012 jetBenchmarkGeneric = cms.Sequence( 
0013     goodGenJets *
0014     pfJetBenchmarkGeneric +
0015     iterativeCone5CaloJets +
0016     caloJetBenchmarkGeneric
0017     )