ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/L1TriggerDPG/python/l1ExtraTreeProducer_cfi.py
Revision: 1.1
Committed: Wed Aug 19 23:10:55 2009 UTC (15 years, 8 months ago) by tapper
Content type: text/x-python
Branch: MAIN
Log Message:
Added L1Extra tree.

File Contents

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