Variables | |
tuple | photonsNoDuplicates |
00001 cms.EDFilter("DuplicatedPhotonCleaner", 00002 ## reco photon input source 00003 photonSource = cms.InputTag("photons"), 00004 00005 ## Algorithm used to clean. 00006 ## bySeed = using supercluster seed 00007 ## bySuperCluster = using only the supercluster 00008 removalAlgo = cms.string("bySeed"), 00009 )
Definition at line 5 of file duplicatedPhotons_cfi.py.