CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
jetBenchmarkGeneric_cff.py
Go to the documentation of this file.
2 
3 from Validation.RecoParticleFlow.pfJetBenchmarkGeneric_cfi import pfJetBenchmarkGeneric
4 from Validation.RecoParticleFlow.caloJetBenchmarkGeneric_cfi import caloJetBenchmarkGeneric
6 
11 
12 jetBenchmarkGeneric = cms.Sequence(
13  goodGenJets *
14  pfJetBenchmarkGeneric +
15  iterativeCone5CaloJets +
16  caloJetBenchmarkGeneric
17  )