Variables | |
tuple | ak7BasicJets |
00001 cms.EDProducer( 00002 "FastjetJetProducer", 00003 AnomalousCellParameters, 00004 src = cms.InputTag('CastorTowerReco'), 00005 srcPVs = cms.InputTag('offlinePrimaryVertices'), 00006 jetType = cms.string('BasicJet'), 00007 # minimum jet pt 00008 jetPtMin = cms.double(0.0), 00009 # minimum calo tower input et 00010 inputEtMin = cms.double(0.0), 00011 # minimum calo tower input energy 00012 inputEMin = cms.double(0.0), 00013 # primary vertex correction 00014 doPVCorrection = cms.bool(True), 00015 # pileup with offset correction 00016 doPUOffsetCorr = cms.bool(False), 00017 # if pileup is false, these are not read: 00018 nSigmaPU = cms.double(1.0), 00019 radiusPU = cms.double(0.5), 00020 # fastjet-style pileup 00021 doAreaFastjet = cms.bool(False), 00022 doRhoFastjet = cms.bool(False), 00023 # if doPU is false, these are not read: 00024 Active_Area_Repeats = cms.int32(1), 00025 GhostArea = cms.double(0.01), 00026 Ghost_EtaMax = cms.double(5.0), 00027 jetAlgorithm = cms.string("AntiKt"), 00028 rParam = cms.double(0.7) 00029 )
Definition at line 4 of file ak7CastorJets_cfi.py.