ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitProd/TreeFiller/python/antiktGenJets_cfi.py
Revision: 1.1
Committed: Wed Jul 22 04:41:00 2009 UTC (15 years, 9 months ago) by bendavid
Content type: text/x-python
Branch: MAIN
CVS Tags: Mit_010
Log Message:
Add antikt jets

File Contents

# User Rev Content
1 bendavid 1.1 # $Id: MitPostRecoGenerator_cff.py,v 1.7 2009/07/20 05:04:20 loizides Exp $
2    
3     import FWCore.ParameterSet.Config as cms
4    
5     from RecoJets.Configuration.GenJetParticles_cff import *
6     from RecoJets.JetProducers.antikt5GenJets_cff import *
7     from RecoJets.JetProducers.antikt7GenJets_cff import *
8    
9     antiktGenJets = cms.Sequence(genJetParticles*antikt5GenJets*antikt7GenJets)