Revision: | 1.3 |
Committed: | Fri Feb 26 04:42:09 2010 UTC (15 years, 2 months ago) by dnisson |
Content type: | text/x-python |
Branch: | MAIN |
CVS Tags: | V02-04-04, V02-04-01, V02-04-00, V02-03-03, V02-03-01, V02-03-00, V02-01-00, HEAD |
Changes since 1.2: | +2 -1 lines |
Log Message: | Added the ability to set what to fix the Gaussian sigmas at |
# | Content |
---|---|
1 | |
2 | import FWCore.ParameterSet.Config as cms |
3 | |
4 | |
5 | from RecoJets.JetProducers.ca4GenJets_cfi import ca4GenJets |
6 | |
7 | from UserCode.JetFitAnalyzer.cambridgeGenJetSelector_cfi import * |
8 | |
9 | cambridge10GenJets = ca4GenJets.clone( rParam = cms.double(1.0) ) |
10 | |
11 | cambridgeGenJetsProducer = cms.Sequence( |
12 | cambridge10GenJets + |
13 | selectedcambridgeGenJetsEta25 + |
14 | selectedcambridgeGenJetsPt250Cumulative + |
15 | selectedcambridgeGenJetsPt100Cumulative |
16 | ) |