src
PhysicsTools
PatAlgos
python
selectionLayer1
jetSelector_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
# module to select Jets
4
# See https://twiki.cern.ch/twiki/bin/view/CMS/SWGuidePhysicsCutParser
5
# on how to use the cut-string
6
#
7
selectedPatJets = cms.EDFilter(
"PATJetSelector"
,
8
src = cms.InputTag(
"patJets"
),
9
cut = cms.string(
""
),
10
cutLoose = cms.string(
""
),
11
nLoose = cms.uint32(0),
12
)
13
14
Generated for CMSSW Reference Manual by
1.8.14