CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros 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  doOutputJets = cms.bool(True),
6  # minimum jet pt
7  jetPtMin = cms.double(3.0),
8  # minimum calo tower input et
9  inputEtMin = cms.double(0.3),
10  # minimum calo tower input energy
11  inputEMin = cms.double(0.0),
12  # primary vertex correction
13  doPVCorrection = cms.bool(True),
14  # pileup with offset correction
15  doPUOffsetCorr = cms.bool(False),
16  # if pileup is false, these are not read:
17  nSigmaPU = cms.double(1.0),
18  radiusPU = cms.double(0.5),
19  # fastjet-style pileup
20  doAreaFastjet = cms.bool( False),
21  doRhoFastjet = cms.bool( False),
22  doAreaDiskApprox = cms.bool( False),
23  Active_Area_Repeats = cms.int32( 1),
24  GhostArea = cms.double(0.01),
25  Ghost_EtaMax = cms.double( 5.0),
26  Rho_EtaMax = cms.double( 4.4),
27  voronoiRfact = cms.double(-0.9),
28  useDeterministicSeed= cms.bool( True ),
29  minSeed = cms.uint32( 14327 )
30 )

Definition at line 3 of file PFClusterJetParameters_cfi.py.