CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
fftjetpileupestimator_pf_cfi Namespace Reference

Variables

tuple fftjet_pileup_estimator_pf
 

Variable Documentation

tuple fftjetpileupestimator_pf_cfi.fftjet_pileup_estimator_pf
Initial value:
1 = cms.EDProducer(
2  "FFTJetPileupEstimator",
3  #
4  # Label for the input info
5  inputLabel = cms.InputTag("pileupprocessor", "FFTJetPileupPF"),
6  #
7  # Label for the produced objects
8  outputLabel = cms.string("FFTJetPileupEstimatePF"),
9  #
10  # Conversion factor from the calibration curve value
11  # to the mean transverse energy density
12  ptToDensityFactor = cms.double(1.0),
13  #
14  # Fixed cdf value (optimized for PFJets)
15  cdfvalue = cms.double(0.5),
16  #
17  # Filter number (there is only one filter for production runs)
18  filterNumber = cms.uint32(0),
19  #
20  # Uncertainty zones for the Neyman belt (don't care for uncalibrated run)
21  uncertaintyZones = cms.vdouble(calib_pf.uncertaintyZones),
22  #
23  # Calibration and uncertainty curves (don't care for uncalibrated run)
24  calibrationCurve = calib_pf.calibrationCurve,
25  uncertaintyCurve = calib_pf.uncertaintyCurve
26 )

Definition at line 7 of file fftjetpileupestimator_pf_cfi.py.