Variables | |
tuple | fftjet_pileup_estimator_pf |
00001 cms.EDProducer( 00002 "FFTJetPileupEstimator", 00003 # 00004 # Label for the input info 00005 inputLabel = cms.InputTag("pileupprocessor", "FFTJetPileupPF"), 00006 # 00007 # Label for the produced objects 00008 outputLabel = cms.string("FFTJetPileupEstimatePF"), 00009 # 00010 # Conversion factor from the calibration curve value 00011 # to the mean transverse energy density 00012 ptToDensityFactor = cms.double(1.0), 00013 # 00014 # Fixed cdf value (optimized for PFJets) 00015 cdfvalue = cms.double(0.5), 00016 # 00017 # Filter number (there is only one filter for production runs) 00018 filterNumber = cms.uint32(0), 00019 # 00020 # Uncertainty zones for the Neyman belt (don't care for uncalibrated run) 00021 uncertaintyZones = cms.vdouble(calib_pf.uncertaintyZones), 00022 # 00023 # Calibration and uncertainty curves (don't care for uncalibrated run) 00024 calibrationCurve = calib_pf.calibrationCurve, 00025 uncertaintyCurve = calib_pf.uncertaintyCurve 00026 )
Definition at line 7 of file fftjetpileupestimator_pf_cfi.py.