CMS 3D CMS Logo

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

Variables

tuple PFClusterJetParameters
 

Variable Documentation

tuple PFClusterJetParameters_cfi.PFClusterJetParameters
Initial value:
1 = cms.PSet(
2  src = cms.InputTag('pfClusterRefsForJets'),
3  srcPVs = cms.InputTag('offlinePrimaryVertices'),
4  jetType = cms.string('PFClusterJet'),
5  # minimum jet pt
6  jetPtMin = cms.double(3.0),
7  # minimum calo tower input et
8  inputEtMin = cms.double(0.3),
9  # minimum calo tower input energy
10  inputEMin = cms.double(0.0),
11  # primary vertex correction
12  doPVCorrection = cms.bool(True),
13  # pileup with offset correction
14  doPUOffsetCorr = cms.bool(False),
15  # if pileup is false, these are not read:
16  nSigmaPU = cms.double(1.0),
17  radiusPU = cms.double(0.5),
18  # fastjet-style pileup
19  doAreaFastjet = cms.bool( False),
20  doRhoFastjet = cms.bool( False),
21  doAreaDiskApprox = cms.bool( False),
22  Active_Area_Repeats = cms.int32( 1),
23  GhostArea = cms.double(0.01),
24  Ghost_EtaMax = cms.double( 5.0),
25  Rho_EtaMax = cms.double( 4.4),
26  voronoiRfact = cms.double(-0.9),
27  useDeterministicSeed= cms.bool( True ),
28  minSeed = cms.uint32( 14327 ),
29  applyWeight = cms.bool( False )
30 )

Definition at line 3 of file PFClusterJetParameters_cfi.py.