CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
python.SubJetParameters_cfi Namespace Reference

Variables

tuple SubJetParameters
 

Variable Documentation

tuple python.SubJetParameters_cfi.SubJetParameters
Initial value:
1 = cms.PSet(
2  #read from CompoundJetProducer:
3  subjetColl = cms.string("SubJets"), # subjet collection name
4  #read from SubJetProducer:
5  nSubjets = cms.int32(3), # number of subjets to decluster the fat jet into (actual value can be less if less than 6 constituents in fat jet).
6  zcut = cms.double(0.1), # zcut parameter for pruning (see ref. for details)
7  rcut_factor = cms.double(0.5) # rcut factor for pruning (the ref. uses 0.5)
8 )

Definition at line 3 of file SubJetParameters_cfi.py.