Main Page
Namespaces
Classes
Package Documentation
CommonTools
CandAlgos
python
hltEtaPtMinCandViewSelector_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
hltEtaPtMinCandViewSelector = cms.EDFilter(
"EtaPtMinCandViewSelector"
,
4
src = cms.InputTag(
"hltCollection"
),
5
ptMin = cms.double(-1.0),
6
etaMin = cms.double(-1e125),
7
etaMax = cms.double(+1e125)
8
)
Generated for CMSSW Reference Manual by
1.8.11