Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
KM3io.jl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
common
KM3io.jl
Commits
1c69f961
Verified
Commit
1c69f961
authored
2 years ago
by
Tamas Gal
Browse files
Options
Downloads
Patches
Plain Diff
Add more hit types
parent
70553bd0
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/types.jl
+27
-0
27 additions, 0 deletions
src/types.jl
with
27 additions
and
0 deletions
src/types.jl
+
27
−
0
View file @
1c69f961
...
...
@@ -48,6 +48,33 @@ struct TriggeredHit <: AbstractDAQHit
trigger_mask
::
UInt64
end
struct
MCHit
<:
AbstractMCHit
a
::
Float32
origin
::
UInt32
pmt_id
::
UInt32
t
::
HitTime
end
mutable struct
Multiplicity
count
::
Int32
id
::
Int64
end
struct
CalibratedHit
<:
AbstractDAQHit
channel_id
::
UInt32
dom_id
::
UInt32
du
::
UInt8
floor
::
UInt8
t
::
Float64
tot
::
UInt8
pos
::
Position
dir
::
Direction
t0
::
Float64
trigger_mask
::
UInt64
multiplicity
::
Multiplicity
end
struct
UTCExtended
s
::
UInt32
ns
::
UInt32
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment