CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
hlt1Photon_cfi.py
Go to the documentation of this file.
2 
3 hlt1Photon= cms.EDFilter( "HLT1Photon",
4  inputTag = cms.InputTag( "hltRecoHIEcalCandidate" ),
5  saveTag = cms.untracked.bool( False ),
6  MinPt = cms.double( 15.0 ),
7  MaxEta = cms.double( 2.0 ),
8  MinN = cms.int32( 1 )
9 )
10