@@ -56,7 +56,67 @@ is used to store Monte Carlo (MC) simulations and reconstruction results. The
vector of events (`Vector{Evt}`) with some fancy caching, lazy access and
slicing magic.
The following REPL session shows how to open a file, access individual events or slices of events, loop through events and access e.g. the tracks which are stored in the events.
### MC Header
The MC header stores metadata related to the simulation chain. The individual entries
can be accessed as properties, as shown below.
``` julia-repl
julia> using KM3io, KM3NeTTestData
julia> f = OfflineFile(datapath("offline", "numucc.root"))