test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
photonCleaner_cfi Namespace Reference

Variables

tuple cleanPatPhotons
 

Variable Documentation

tuple photonCleaner_cfi.cleanPatPhotons
Initial value:
1 = cms.EDProducer("PATPhotonCleaner",
2  ## Input collection of Photons
3  src = cms.InputTag("selectedPatPhotons"),
4 
5  # preselection (any string-based cut for pat::Photon)
6  preselection = cms.string(''),
7 
8  # overlap checking configurables
9  checkOverlaps = cms.PSet(
10  electrons = cms.PSet(
11  src = cms.InputTag("cleanPatElectrons"),
12  algorithm = cms.string("bySuperClusterSeed"),
13  requireNoOverlaps = cms.bool(False), # mark photons that overlap with electrons
14  # for further studies, but DO NOT discard
15  # them
16  ),
17  ),
18 
19  # finalCut (any string-based cut for pat::Photon)
20  finalCut = cms.string(''),
21 
22 )

Definition at line 3 of file photonCleaner_cfi.py.