CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/RecoEgamma/EgammaHLTProducers/python/hltEgammaRemoveDuplicatedSC_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 hltEgammaRemoveDuplicatedSC = cms.EDProducer( "EgammaHLTRemoveDuplicatedSC",
00004     L1NonIsoUskimmedSC = cms.InputTag( "hltCorrectedMulti5x5EndcapSuperClustersWithPreshowerL1NonIsolatedTemp" ),
00005     L1IsoSC = cms.InputTag( "hltCorrectedMulti5x5EndcapSuperClustersWithPreshowerL1Isolated" ),
00006     L1NonIsoSkimmedCollection = cms.string( "" )
00007 )
00008