Skip to content
Snippets Groups Projects
Verified Commit 1c69f961 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Add more hit types

parent 70553bd0
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment