Skip to content

Commit

Permalink
Resolved internally broken module error & Added abstract support for …
Browse files Browse the repository at this point in the history
…Vector Members
  • Loading branch information
Ananya2003Gupta committed Nov 15, 2023
1 parent fc6501d commit 4d9d022
Show file tree
Hide file tree
Showing 32 changed files with 90 additions and 139 deletions.
2 changes: 0 additions & 2 deletions src/CaloHitContributionStruct.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@

include("Vector3fStruct.jl")
mutable struct CaloHitContributionStruct{MCParticleT}
PDG::Int32
energy::Float32
Expand Down
2 changes: 0 additions & 2 deletions src/CalorimeterHitStruct.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@

include("Vector3fStruct.jl")
mutable struct CalorimeterHitStruct
cellID::UInt64
energy::Float32
Expand Down
3 changes: 0 additions & 3 deletions src/ClusterStruct.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@

include("Vector3fStruct.jl")
using StaticArrays
mutable struct ClusterStruct{CalorimeterHitT,ClusterT,ParticleIDT}
type::Int32
energy::Float32
Expand Down
Loading

0 comments on commit 4d9d022

Please sign in to comment.