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     algorithm = cms.int32(1),               # 0 = KT, 1 = CA, 2 = anti-KT
00006     centralEtaCut = cms.double(2.5),        # eta cut for the "fat jet"
00007     jetSize = cms.double(0.8),              # jet algorithm cut-off parameter for definition of fat jet (meaning depends on jet algorithm)
00008     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).
00009     enable_pruning = cms.bool(True),        # enable pruning (see arXiv:0903.5081)
00010     zcut = cms.double(0.1),                 # zcut parameter for pruning (see ref. for details)
00011     rcut_factor = cms.double(0.5)           # rcut factor for pruning (the ref. uses 0.5)
00012 )

Definition at line 3 of file SubJetParameters_cfi.py.