Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:24:55

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 interestingEgammaIsoESDetId = cms.EDProducer("EgammaIsoESDetIdCollectionProducer",
0004                                              eeClusToESMapLabel=cms.InputTag(""),
0005                                              ecalPFClustersLabel=cms.InputTag(""),
0006                                              elesLabel=cms.InputTag("gedGsfElectrons"),
0007                                              phosLabel=cms.InputTag("gedPhotons"),
0008                                              superClustersLabel=cms.InputTag("particleFlowEGamma"),
0009                                              minSCEt=cms.double(500),
0010                                              minEleEt=cms.double(20),
0011                                              minPhoEt=cms.double(20),
0012                                              maxDR=cms.double(0.4),
0013                                              interestingDetIdCollection=cms.string("")
0014                                              )
0015