CMS 3D CMS Logo

Variables

python::SubJetParameters_cfi Namespace Reference

Variables

tuple SubJetParameters

Variable Documentation

Initial value:
00001 cms.PSet(
00002     #read from CompoundJetProducer:
00003     subjetColl = cms.string("SubJets"),    # subjet collection name
00004     #read from SubJetProducer:
00005     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).
00006     zcut = cms.double(0.1),                 # zcut parameter for pruning (see ref. for details)
00007     rcut_factor = cms.double(0.5)           # rcut factor for pruning (the ref. uses 0.5)
00008 )

Definition at line 3 of file SubJetParameters_cfi.py.