Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 from RecoEgamma.PhotonIdentification.photonIDValueMapProducer_cfi import *
0002 
0003 import FWCore.ParameterSet.Config as cms
0004 
0005 from Configuration.Eras.Modifier_phase2_common_cff import phase2_common
0006 phase2_common.toModify(photonIDValueMapProducer, 
0007     esReducedRecHitCollection = "",
0008 )