Skip to content

Commit 81c5f39

Browse files
mattleblancm-fila
andauthored
Update src/EEAlgorithmValencia.jl
Co-authored-by: Mateusz Jakub Fila <[email protected]>
1 parent 99d075b commit 81c5f39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/EEAlgorithmValencia.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,13 +270,13 @@ Precomputed Valencia cross-update variant: updates neighbour data for slot
270270
end
271271

272272
"""
273-
_ee_genkt_algorithm_valencia(; particles::AbstractVector{EEJet}, algorithm::JetAlgorithm.Algorithm, p::Real, R=4.0, recombine=addjets, γ::Real=1.0, beta::Union{Real, Nothing}=nothing)
273+
_ee_genkt_algorithm_valencia!(particles::AbstractVector{EEJet}; algorithm::JetAlgorithm.Algorithm, p::Real, R=4.0, recombine=addjets, γ::Real=1.0, beta::Union{Real, Nothing}=nothing)
274274
275275
Valencia-specialised implementation of the e+e- gen-kT clustering algorithm.
276276
This implementation precomputes scaled energy and beam-term arrays to speed up
277277
nearest-neighbour computations for the Valencia metric.
278278
"""
279-
function _ee_genkt_algorithm_valencia(; particles::AbstractVector{EEJet},
279+
function _ee_genkt_algorithm_valencia!(particles::AbstractVector{EEJet};
280280
algorithm::JetAlgorithm.Algorithm, p::Real, R = 4.0,
281281
recombine = addjets, γ::Real = 1.0,
282282
beta::Union{Real, Nothing} = nothing)

0 commit comments

Comments
 (0)