8 fftjet_large_int =
pow(2,31) - 1
11 fftjet_phi_to_eta_bw_ratio = 1.0
15 fftjet_insert_complete_event =
False
16 fftjet_complete_event_scale = 0.05
19 fftjet_standard_eta_range = 5.2
26 fftjet_grid_256_72 = cms.PSet(
27 nEtaBins = cms.uint32(256),
28 etaMin = cms.double(-11.136),
29 etaMax = cms.double(11.136),
30 nPhiBins = cms.uint32(72),
31 phiBin0Edge = cms.double(0.0),
32 title = cms.untracked.string(
"256 x 72")
35 fftjet_grid_192_72 = cms.PSet(
36 nEtaBins = cms.uint32(192),
37 etaMin = cms.double(-8.352),
38 etaMax = cms.double(8.352),
39 nPhiBins = cms.uint32(72),
40 phiBin0Edge = cms.double(0.0),
41 title = cms.untracked.string(
"192 x 72")
44 fftjet_grid_144_72 = cms.PSet(
45 nEtaBins = cms.uint32(144),
46 etaMin = cms.double(-6.264),
47 etaMax = cms.double(6.264),
48 nPhiBins = cms.uint32(72),
49 phiBin0Edge = cms.double(0.0),
50 title = cms.untracked.string(
"144 x 72")
53 fftjet_grid_128_72 = cms.PSet(
54 nEtaBins = cms.uint32(128),
55 etaMin = cms.double(-5.568),
56 etaMax = cms.double(5.568),
57 nPhiBins = cms.uint32(72),
58 phiBin0Edge = cms.double(0.0),
59 title = cms.untracked.string(
"128 x 72")
65 fftjet_anomalous_tower_default = anom.AnomalousCellParameters
67 fftjet_anomalous_tower_allpass = cms.PSet(
68 maxBadEcalCells = cms.uint32(fftjet_large_int),
69 maxRecoveredEcalCells = cms.uint32(fftjet_large_int),
70 maxProblematicEcalCells = cms.uint32(fftjet_large_int),
71 maxBadHcalCells = cms.uint32(fftjet_large_int),
72 maxRecoveredHcalCells = cms.uint32(fftjet_large_int),
73 maxProblematicHcalCells = cms.uint32(fftjet_large_int)
79 fftjet_peak_selector_allpass = cms.PSet(
80 Class = cms.string(
"AllPeaksPass")
87 fftjet_patreco_scales_50 = cms.PSet(
88 Class = cms.string(
"EquidistantInLogSpace"),
89 minScale = cms.double(0.087),
90 maxScale = cms.double(0.6),
91 nScales = cms.uint32(50)
101 fftjet_fixed_bandwidth_distance = cms.PSet(
102 Class = cms.string(
"PeakEtaPhiDistance"),
103 etaToPhiBandwidthRatio = cms.double(1.0/fftjet_phi_to_eta_bw_ratio)
112 fftjet_variable_bandwidth_distance = cms.PSet(
113 Class = cms.string(
"PeakEtaDependentDistance"),
114 Interpolator = cms.PSet(
115 xmin = cms.double(-5.2),
116 xmax = cms.double(5.2),
117 flow = cms.double(1.0),
118 fhigh = cms.double(1.0),
119 data = cms.vdouble(1.0, 1.0)
126 fftjet_jet_membership_cone = cms.PSet(
127 Class = cms.string(
"Linear2d"),
128 sx = cms.double(math.sqrt(1.0/fftjet_phi_to_eta_bw_ratio)),
129 sy = cms.double(math.sqrt(fftjet_phi_to_eta_bw_ratio)),
130 scalePower = cms.int32(1),
131 kernelParameters = cms.vdouble()
137 fftjet_noise_membership_smallconst = cms.PSet(
138 Class = cms.string(
"GaussianNoiseMembershipFcn"),
139 minWeight = cms.double(1.0e-8),
140 prior = cms.double(0.0)
146 fftjet_convergence_jet_distance = cms.PSet(
147 Class = cms.string(
"JetConvergenceDistance"),
148 etaToPhiBandwidthRatio = cms.double(1.0/fftjet_phi_to_eta_bw_ratio),
149 relativePtBandwidth = cms.double(10.0)
155 fftjet_peakfunctor_const_zero = cms.PSet(
156 Class = cms.string(
"ConstDouble"),
157 value = cms.double(0.0)
160 fftjet_peakfunctor_const_one = cms.PSet(
161 Class = cms.string(
"ConstDouble"),
162 value = cms.double(1.0)
Power< A, B >::type pow(const A &a, const B &b)