CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/RecoHI/HiEgammaAlgos/python/hiSpikeCleaner_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 hiSpikeCleaner = cms.EDProducer("HiSpikeCleaner",
00004                                 recHitProducerBarrel = cms.InputTag("ecalRecHit","EcalRecHitsEB"),
00005                                 recHitProducerEndcap = cms.InputTag("ecalRecHit","EcalRecHitsEE"),
00006                                 originalSuperClusterProducer = cms.InputTag("correctedIslandBarrelSuperClusters"),
00007                                 outputColl  = cms.string( "" ),
00008                                 etCut          = cms.double(10),
00009                                 TimingCut    = cms.untracked.double(4.0),
00010                                 swissCutThr    = cms.untracked.double(0.95)
00011                                 )
00012 
00013 
00014 
00015