2 import FWCore.ParameterSet.Config
as cms
7 fftjetEflowSmoother = cms.EDProducer(
11 kernelEtaScale = cms.double(math.sqrt(1.0/fftjet_phi_to_eta_bw_ratio)),
12 kernelPhiScale = cms.double(math.sqrt(fftjet_phi_to_eta_bw_ratio)),
15 fixEfficiency = cms.bool(
False),
20 convolverMinBin = cms.uint32(0),
21 convolverMaxBin = cms.uint32(fftjet_large_int),
24 outputLabel = cms.string(
"FFTJetEFlowSmoother"),
27 src = cms.InputTag(
"towerMaker"),
32 jetType = cms.string(
"CaloJet"),
35 doPVCorrection = cms.bool(
False),
39 srcPVs = cms.InputTag(
"offlinePrimaryVertices"),
42 etaDependentScaleFactors = cms.vdouble(),
47 etaDependentMagnutideFactors = cms.vdouble(),
51 GridConfiguration = fftjet_grid_256_128,
55 etConversionFactor = cms.double(128.0/(4.0*math.pi/256.0)),
58 InitialScales = fftjet_patreco_scales_50,
61 anomalous = fftjet_anomalous_tower_default,
64 insertCompleteEvent = cms.bool(
True),
67 completeEventScale = cms.double(fftjet_complete_event_scale),
70 scalePower = cms.double(2.0)