You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -242,6 +243,7 @@ Internal helper functions for calling `jet_reconstruct` with C-compatible data-s
242
243
- `particles::Ptr{T}`: Pointer to an array of pseudojet objects used for jet reconstruction.
243
244
- `particles_length::Csize_t`: The length of `particles`` array.
244
245
- `algorithm::JetAlgorithm.Algorithm`: The algorithm to use for jet reconstruction.
246
+
- `power::Cdouble`: The power value used for the distance measure for generalised k_T algorithms (GenKt, EEKt). Other algorithms will ignore this value.
245
247
- `R::Cdouble`: The jet radius parameter.
246
248
- `strategy::RecoStrategy.Strategy`: The jet reconstruction strategy to use.
247
249
- `recombination_scheme::RecombinationScheme.Recombine`: The recombination scheme used for combining particles.
@@ -256,13 +258,14 @@ Internal helper functions for calling `jet_reconstruct` with C-compatible data-s
@@ -289,7 +293,8 @@ C-binding for `jet_reconstruct`.
289
293
- `particles::Ptr{PseudoJet}`: Pointer to an array of pseudojet objects used for jet reconstruction.
290
294
- `particles_length::Csize_t`: The length of `particles`` array.
291
295
- `algorithm::JetAlgorithm.Algorithm`: The algorithm to use for jet reconstruction.
292
-
- `R::Cdouble`: The jet radius parameter..
296
+
- `power::Cdouble`: The power value used for the distance measure for generalised k_T algorithms (GenKt, EEKt). Other algorithms will ignore this value.
297
+
- `R::Cdouble`: The jet radius parameter.
293
298
- `strategy::RecoStrategy.Strategy`: The jet reconstruction strategy to use.
294
299
- `recombination_scheme::RecombinationScheme.Recombine`: The recombination scheme used for combining particles.
295
300
- `result::Ptr{C_ClusterSequence{PseudoJet}}`: A pointer to which a cluster sequence containing the reconstructed jets and the merging history will be stored.
@@ -304,11 +309,12 @@ C-binding for `jet_reconstruct`.
0 commit comments