Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
HLTrigger
HLTfilters
python
hlt1Photon_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
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
Config
Generated for CMSSW Reference Manual by
1.8.5