We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 113a1bf commit 7a37cd8Copy full SHA for 7a37cd8
src/EEjet.jl
@@ -1,5 +1,5 @@
1
"""
2
- struct EEjet
+ mutable struct EEjet
3
4
The `EEjet` struct is a 4-momentum object used for the e+e jet reconstruction routines.
5
src/TiledAlgoLLStructs.jl
@@ -4,7 +4,7 @@
needed for dealing with tiles for the tiled strategy"""
6
7
- struct TiledJet
+ mutable struct TiledJet
8
9
TiledJet represents a jet in a tiled algorithm for jet reconstruction, with
10
additional information to track the jet's position in the tiled structures.
0 commit comments