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")
62 fftjet_grid_256_128 = cms.PSet(
63 nEtaBins = cms.uint32(256),
64 etaMin = cms.double(-2.0*math.pi),
65 etaMax = cms.double(2.0*math.pi),
66 nPhiBins = cms.uint32(128),
67 phiBin0Edge = cms.double(0.0),
68 title = cms.untracked.string(
"256 x 128")
74 fftjet_anomalous_tower_default = anom.AnomalousCellParameters
76 fftjet_anomalous_tower_allpass = cms.PSet(
77 maxBadEcalCells = cms.uint32(fftjet_large_int),
78 maxRecoveredEcalCells = cms.uint32(fftjet_large_int),
79 maxProblematicEcalCells = cms.uint32(fftjet_large_int),
80 maxBadHcalCells = cms.uint32(fftjet_large_int),
81 maxRecoveredHcalCells = cms.uint32(fftjet_large_int),
82 maxProblematicHcalCells = cms.uint32(fftjet_large_int)
88 fftjet_peak_selector_allpass = cms.PSet(
89 Class = cms.string(
"AllPeaksPass")
96 fftjet_patreco_scales_50 = cms.PSet(
97 Class = cms.string(
"EquidistantInLogSpace"),
98 minScale = cms.double(0.087),
99 maxScale = cms.double(0.6),
100 nScales = cms.uint32(50)
110 fftjet_fixed_bandwidth_distance = cms.PSet(
111 Class = cms.string(
"PeakEtaPhiDistance"),
112 etaToPhiBandwidthRatio = cms.double(1.0/fftjet_phi_to_eta_bw_ratio)
121 fftjet_variable_bandwidth_distance = cms.PSet(
122 Class = cms.string(
"PeakEtaDependentDistance"),
123 Interpolator = cms.PSet(
124 xmin = cms.double(-5.2),
125 xmax = cms.double(5.2),
126 flow = cms.double(1.0),
127 fhigh = cms.double(1.0),
128 data = cms.vdouble(1.0, 1.0)
135 fftjet_jet_membership_cone = cms.PSet(
136 Class = cms.string(
"Linear2d"),
137 sx = cms.double(math.sqrt(1.0/fftjet_phi_to_eta_bw_ratio)),
138 sy = cms.double(math.sqrt(fftjet_phi_to_eta_bw_ratio)),
139 scalePower = cms.int32(1),
140 kernelParameters = cms.vdouble()
146 fftjet_noise_membership_smallconst = cms.PSet(
147 Class = cms.string(
"GaussianNoiseMembershipFcn"),
148 minWeight = cms.double(1.0e-8),
149 prior = cms.double(0.0)
155 fftjet_convergence_jet_distance = cms.PSet(
156 Class = cms.string(
"JetConvergenceDistance"),
157 etaToPhiBandwidthRatio = cms.double(1.0/fftjet_phi_to_eta_bw_ratio),
158 relativePtBandwidth = cms.double(1.0)
164 fftjet_peakfunctor_const_zero = cms.PSet(
165 Class = cms.string(
"ConstDouble"),
166 value = cms.double(0.0)
169 fftjet_peakfunctor_const_one = cms.PSet(
170 Class = cms.string(
"ConstDouble"),
171 value = cms.double(1.0)
Power< A, B >::type pow(const A &a, const B &b)