Skip to content
Snippets Groups Projects

Muonscanfit

Merged Tamas Gal requested to merge muonscanfit into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -588,7 +588,7 @@ function clusterize!(hits::Vector{T}, c::Clique) where T<:AbstractSpecialHit
@inbounds for i 1:N
@inbounds for j i:N
j == i && continue
if c.m(hits[i], hits[j])
if c.match(hits[i], hits[j])
c.weights[i] += weight(hits[j])
c.weights[j] += weight(hits[i])
end
Loading