ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/L1TriggerDPG/python/l1ExtraTreeProducer_cfi.py
(Generate patch)

Comparing UserCode/L1TriggerDPG/python/l1ExtraTreeProducer_cfi.py (file contents):
Revision 1.2 by georgia, Wed Sep 9 10:35:18 2009 UTC vs.
Revision 1.5 by alebihan, Wed Aug 25 07:40:36 2010 UTC

# Line 1 | Line 1
1   import FWCore.ParameterSet.Config as cms
2  
3 < l1ExtraTreeProducer = cms.EDFilter("L1ExtraTreeProducer",
4 <  l1ExtraLabel = cms.untracked.string("l1extraParticles")
3 > l1ExtraTreeProducer = cms.EDAnalyzer("L1ExtraTreeProducer",
4 >   l1ExtraLabel = cms.untracked.string("l1extraParticles"),
5 >   maxL1Extra = cms.uint32(20)
6   )
7  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines