ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/L1TriggerDPG/python/l1ExtraTreeProducer_cfi.py
Revision: 1.2
Committed: Wed Sep 9 10:35:18 2009 UTC (15 years, 7 months ago) by georgia
Content type: text/x-python
Branch: MAIN
CVS Tags: jimb_27mar10_b, jimb_27mar10, V10-00-01, V10-00-00, jim10Dec09, jim6Dec09
Branch point for: branch_OldFormat
Changes since 1.1: +1 -1 lines
Log Message:
changed label for l1Extra

File Contents

# User Rev Content
1 tapper 1.1 import FWCore.ParameterSet.Config as cms
2    
3     l1ExtraTreeProducer = cms.EDFilter("L1ExtraTreeProducer",
4 georgia 1.2 l1ExtraLabel = cms.untracked.string("l1extraParticles")
5 tapper 1.1 )
6