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
@@ -277,6 +283,7 @@ C-binding for `jet_reconstruct`.
277
283
- `algorithm::JetAlgorithm.Algorithm`: The algorithm to use for jet reconstruction.
278
284
- `R::Cdouble`: The jet radius parameter..
279
285
- `strategy::RecoStrategy.Strategy`: The jet reconstruction strategy to use.
286
+
- `recombination_scheme::RecombinationScheme.Recombine`: The recombination scheme used for combining particles.
280
287
- `result::Ptr{C_ClusterSequence{PseudoJet}}`: A pointer to which a cluster sequence containing the reconstructed jets and the merging history will be stored.
281
288
282
289
# Returns
@@ -290,8 +297,10 @@ Base.@ccallable function jetreconstruction_jet_reconstruct(particles::Ptr{Pseudo
0 commit comments