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

Add docstring to XCalibratedHit

parent 88fde2cc
No related branches found
No related tags found
1 merge request!27Add calibratedtime and more structs
......@@ -97,6 +97,14 @@ struct CalibratedTriggeredHit <: AbstractCalibratedHit
end
"""
A fully dressed hit with all calibration information which can be
obtained. This structure is similar to the Hit structure in aanet
and should be used wisely. Most of the time it's much more
performant to use dedicated (simplified) structures.
"""
struct XCalibratedHit <: AbstractCalibratedHit
dom_id::UInt32
channel_id::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