CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
CATopJetParameters_cfi Namespace Reference

Variables

tuple CATopJetParameters
 

Variable Documentation

tuple CATopJetParameters_cfi.CATopJetParameters
Initial value:
1 = cms.PSet(
2  jetCollInstanceName = cms.string("caTopSubJets"), # subjet collection
3  verbose = cms.bool(False),
4  algorithm = cms.int32(1), # 0 = KT, 1 = CA, 2 = anti-KT
5  tagAlgo = cms.int32(0), #choice of top tagging algorithm
6  useAdjacency = cms.int32(2), # veto adjacent subjets
7  # 0 = no adjacency
8  # 1 = deltar adjacency
9  # 2 = modified adjacency
10  # 3 = calotower neirest neigbor based adjacency (untested)
11  centralEtaCut = cms.double(2.5), # eta for defining "central" jets
12  sumEtBins = cms.vdouble(0,1600,2600), # sumEt bins over which cuts vary. vector={bin 0 lower bound, bin 1 lower bound, ...}
13  rBins = cms.vdouble(0.8,0.8,0.8), # Jet distance paramter R. R values depend on sumEt bins.
14  ptFracBins = cms.vdouble(0.05,0.05,0.05), # minimum fraction of central jet pt for subjets (deltap)
15  deltarBins = cms.vdouble(0.19,0.19,0.19), # Applicable only if useAdjacency=1. deltar adjacency values for each sumEtBin
16  nCellBins = cms.vdouble(1.9,1.9,1.9), # Applicable only if useAdjacency=3. number of cells apart for two subjets to be considered "independent"
17 
18 #NOT USED:
19  useMaxTower = cms.bool(False), # use max tower in adjacency criterion, otherwise use centroid - NOT USED
20  sumEtEtaCut = cms.double(3.0), # eta for event SumEt - NOT USED
21  etFrac = cms.double(0.7), # fraction of event sumEt / 2 for a jet to be considered "hard" - NOT USED
22  debugLevel = cms.untracked.int32(0) # debug level
23 )

Definition at line 5 of file CATopJetParameters_cfi.py.