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 |
Log Message: | modifications for 38X |
# | User | Rev | Content |
---|---|---|---|
1 | jbrooke | 1.1 | import FWCore.ParameterSet.Config as cms |
2 | |||
3 | alebihan | 1.2 | l1EgammaRecoTreeProducer = cms.EDAnalyzer( |
4 | jbrooke | 1.1 | "L1EgammaRecoTreeProducer", |
5 | ebSCTag = cms.untracked.InputTag("hybridSuperClusters"), | ||
6 | eeSCTag = cms.untracked.InputTag("multi5x5SuperClusters") | ||
7 | ) | ||
8 |