Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:25:17

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 hiEcalSpikeFilter = cms.EDFilter("HiEcalSpikeFilter",
0004                                  photonProducer = cms.InputTag("photons"),
0005                                  ebReducedRecHitCollection = cms.InputTag("ecalRecHit","EcalRecHitsEB"),
0006                                  eeReducedRecHitCollection = cms.InputTag("ecalRecHit","EcalRecHitsEE")
0007                                  
0008                                  )
0009 
0010 
0011 
0012