CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SubJetParameters_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 SubJetParameters = cms.PSet(
4  nFilt = cms.int32(2), # number of subjets to decluster the fat jet into (actual value can be less if less than 6 constituents in fat jet).
5  zcut = cms.double(0.1), # zcut parameter for pruning (see ref. for details)
6  rcut_factor = cms.double(0.5) # rcut factor for pruning (the ref. uses 0.5)
7 )