|
||||
File indexing completed on 2024-04-06 12:25:35
0001 import FWCore.ParameterSet.Config as cms 0002 0003 SubJetParameters = cms.PSet( 0004 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). 0005 zcut = cms.double(0.1), # zcut parameter for pruning (see ref. for details) 0006 rcut_factor = cms.double(0.5) # rcut factor for pruning (the ref. uses 0.5) 0007 )
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |