CMS 3D CMS Logo

Variables

fftjetpileupestimator_calo_uncalib_cfi Namespace Reference

Variables

tuple dummy_functor
tuple fftjet_pileup_estimator_calo_uncal

Variable Documentation

Initial value:
00001 cms.PSet(
00002     Class = cms.string("Polynomial"),
00003     c0 = cms.double(-1.0)
00004 )

Definition at line 6 of file fftjetpileupestimator_calo_uncalib_cfi.py.

Initial value:
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("FFTJetPileupEstimateCaloUncalib"),
00009     #
00010     # Conversion factor from total pile-up pt to its density
00011     # (don't care for uncalibrated run)
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 (don't care for uncalibrated run)
00021     uncertaintyZones = cms.vdouble(),
00022     #
00023     # Calibration and uncertainty curves (don't care for uncalibrated run)
00024     calibrationCurve = dummy_functor,
00025     uncertaintyCurve = dummy_functor
00026 )

Definition at line 12 of file fftjetpileupestimator_calo_uncalib_cfi.py.