CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
photonSelector_cfi.py
Go to the documentation of this file.
2 
3 # module to select Photons
4 # See https://twiki.cern.ch/twiki/bin/view/CMS/SWGuidePhysicsCutParser
5 # on how to use the cut-string
6 #
7 selectedPatPhotons = cms.EDFilter("PATPhotonSelector",
8  src = cms.InputTag("patPhotons"),
9  cut = cms.string("")
10 )
11 
12