CMS 3D CMS Logo

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 )