Skip to content

Commit 23e81fd

Browse files
Improve types in ClusterSequence struct
1 parent 5c5a610 commit 23e81fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ClusterSequence.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,15 +117,15 @@ final jets.
117117
to get the physical PseudoJet.
118118
- `Qtot::Any`: The total energy of the event.
119119
"""
120-
struct ClusterSequence{T}
120+
struct ClusterSequence{T<:FourMomentum}
121121
algorithm::JetAlgorithm.Algorithm
122122
power::Float64
123123
R::Float64
124124
strategy::RecoStrategy.Strategy
125125
jets::Vector{T}
126126
n_initial_jets::Int
127127
history::Vector{HistoryElement}
128-
Qtot::Any
128+
Qtot::Float64
129129
end
130130

131131
"""

0 commit comments

Comments
 (0)