ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/L1TriggerDPG/python/l1ExtraTreeProducer_cfi.py
Revision: 1.4
Committed: Sun Mar 28 22:34:46 2010 UTC (15 years, 1 month ago) by econte
Content type: text/x-python
Branch: MAIN
CVS Tags: L1TriggerAnalysis_3_6_1patch4
Branch point for: oldformat_06072010
Changes since 1.3: +2 -1 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 tapper 1.1 import FWCore.ParameterSet.Config as cms
2    
3     l1ExtraTreeProducer = cms.EDFilter("L1ExtraTreeProducer",
4 econte 1.4 l1ExtraLabel = cms.untracked.string("l1extraParticles"),
5     maxL1Extra = cms.uint32(20)
6 tapper 1.1 )
7