CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ak5PFJetsTrimmed_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
5 from RecoJets.JetProducers.ak5PFJets_cfi import ak5PFJets
6 
7 ak5PFJetsTrimmed = ak5PFJets.clone(
8  useTrimming = cms.bool(True),
9  rFilt = cms.double(0.2),
10  trimPtFracMin = cms.double(0.03),
11  useExplicitGhosts = cms.bool(True)
12  )
13