CMS 3D CMS Logo

Variables

python::CaloJetParameters_cfi Namespace Reference

Variables

tuple CaloJetParameters

Variable Documentation

Initial value:
00001 cms.PSet(
00002     src            = cms.InputTag('towerMaker'),
00003     srcPVs         = cms.InputTag('offlinePrimaryVertices'),
00004     jetType        = cms.string('CaloJet'),
00005     # minimum jet pt
00006     jetPtMin       = cms.double(3.0),
00007     # minimum calo tower input et
00008     inputEtMin     = cms.double(0.3),
00009     # minimum calo tower input energy
00010     inputEMin      = cms.double(0.0),
00011     # primary vertex correction
00012     doPVCorrection = cms.bool(True),
00013     # pileup with offset correction
00014     doPUOffsetCorr = cms.bool(False),
00015        # if pileup is false, these are not read:
00016        nSigmaPU = cms.double(1.0),
00017        radiusPU = cms.double(0.5),  
00018     # fastjet-style pileup 
00019     doAreaFastjet    = cms.bool(False),
00020     doRhoFastjet     = cms.bool(False),
00021        # if doPU is false, these are not read:
00022        Active_Area_Repeats = cms.int32(1),
00023        GhostArea = cms.double(0.01),
00024        Ghost_EtaMax = cms.double(5.0),
00025        Rho_EtaMax = cms.double(4.5)
00026     )

Definition at line 3 of file CaloJetParameters_cfi.py.