Revision: | 1.2 |
Committed: | Mon Aug 10 17:41:51 2009 UTC (15 years, 8 months ago) by bendavid |
Content type: | text/x-python |
Branch: | MAIN |
CVS Tags: | Mit_012a, Mit_012, Mit_011a, Mit_011, Mit_010a |
Changes since 1.1: | +2 -3 lines |
Log Message: | Remove unneeded antikt5 producers |
# | User | Rev | Content |
---|---|---|---|
1 | bendavid | 1.2 | # $Id: antiktGenJets_cfi.py,v 1.1 2009/07/22 04:41:00 bendavid Exp $ |
2 | bendavid | 1.1 | |
3 | import FWCore.ParameterSet.Config as cms | ||
4 | |||
5 | from RecoJets.Configuration.GenJetParticles_cff import * | ||
6 | from RecoJets.JetProducers.antikt7GenJets_cff import * | ||
7 | |||
8 | bendavid | 1.2 | antiktGenJets = cms.Sequence(genJetParticles*antikt7GenJets) |