ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/L1TriggerDPG/python/l1EgammaRecoTreeProducer_cfi.py
Revision: 1.2
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: V01-01-00, jimb4Jan2013, V01-00-00, hi44X_02, L1CorrectionsStudy_13_09_11, CMSSW_4_2_3_patch2, HEAD
Changes since 1.1: +1 -1 lines
Error occurred while calculating annotation data.
Log Message:
modifications for 38X

File Contents

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