Variables | |
tuple | fftjet_pileup_estimator_calo |
00001 cms.EDProducer( 00002 "FFTJetPileupEstimator", 00003 # 00004 # Label for the input info 00005 inputLabel = cms.InputTag("pileupprocessor", "FFTJetPileupCalo"), 00006 # 00007 # Label for the produced objects 00008 outputLabel = cms.string("FFTJetPileupEstimateCalo"), 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 CaloJets) 00015 cdfvalue = cms.double(0.4), 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 00021 uncertaintyZones = cms.vdouble(calib_calo.uncertaintyZones), 00022 # 00023 # Calibration and uncertainty curves 00024 calibrationCurve = calib_calo.calibrationCurve, 00025 uncertaintyCurve = calib_calo.uncertaintyCurve 00026 )
Definition at line 7 of file fftjetpileupestimator_calo_cfi.py.