CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
hltEtaPtMinCandViewSelector_cfi.py
Go to the documentation of this file.
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 )