ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/L1TriggerDPG/python/l1ExtraTreeProducer_cfi.py
Revision: 1.5
Committed: Wed Aug 25 07:40:36 2010 UTC (14 years, 8 months ago) by alebihan
Content type: text/x-python
Branch: MAIN
CVS Tags: hi44X_02, L1CorrectionsStudy_13_09_11, CMSSW_4_2_3_patch2
Changes since 1.4: +1 -1 lines
Log Message:
modifications for 38X

File Contents

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