ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/L1TriggerDPG/python/l1EgammaRecoTreeProducer_cfi.py
Revision: 1.1
Committed: Tue Dec 15 17:43:36 2009 UTC (15 years, 4 months ago) by jbrooke
Content type: text/x-python
Branch: MAIN
CVS Tags: L1TriggerAnalysis_3_6_1patch4, jimb_27mar10_b, jimb_27mar10, V20-00-00, V10-00-01, V10-00-00
Branch point for: oldformat_06072010, branch_OldFormat
Log Message:
add egamma tree

File Contents

# User Rev Content
1 jbrooke 1.1 import FWCore.ParameterSet.Config as cms
2    
3     l1EgammaRecoTreeProducer = cms.EDFilter(
4     "L1EgammaRecoTreeProducer",
5     ebSCTag = cms.untracked.InputTag("hybridSuperClusters"),
6     eeSCTag = cms.untracked.InputTag("multi5x5SuperClusters")
7     )
8