km3pipe.utils.i3shower2hdf5¶
Convert a showerfit file to HDF5.
- Usage:
- i3shower2hdf5.py INFILE [OUTFILE] i3shower2hdf5.py -h | –help
- Options:
- -h –help Show this screen.
Module Contents¶
Classes¶
WriteScalars(context) |
DUmp all Scalars to disk. |
KeepReconstructed(context) |
Discard all events which don’t have the full fit. |
ReadEventMeta(context) |
Read Metadata (Event ID) for bookkeeping. |
ReadLLHValues(context) |
Read the LLH values of a final fit. |
ReadRecoParticle(context) |
Read the position, energy, … of a fit. |
Readrlogl(context) |
Read the Logl of the final fits. |
Compare(context) |
Compare prefit + final fit. |
Distance(context) |
Spatial Distance between 2 vertices (prefit + final). |
TimeDistance(context) |
Time Distance between 2 vertices (prefit + final). |
Functions¶
i3extract(infile, outfile=None) |
Main event loop |
main() |
Entry point when running as script from commandline. |
-
class
km3pipe.utils.i3shower2hdf5.WriteScalars(context)[source]¶ Bases:
icecube.icetray.I3ModuleDUmp all Scalars to disk.
-
class
km3pipe.utils.i3shower2hdf5.KeepReconstructed(context)[source]¶ Bases:
icecube.icetray.I3ModuleDiscard all events which don’t have the full fit.
-
class
km3pipe.utils.i3shower2hdf5.ReadEventMeta(context)[source]¶ Bases:
icecube.icetray.I3ModuleRead Metadata (Event ID) for bookkeeping.
-
class
km3pipe.utils.i3shower2hdf5.ReadLLHValues(context)[source]¶ Bases:
icecube.icetray.I3ModuleRead the LLH values of a final fit.
-
class
km3pipe.utils.i3shower2hdf5.ReadRecoParticle(context)[source]¶ Bases:
icecube.icetray.I3ModuleRead the position, energy, … of a fit.
-
class
km3pipe.utils.i3shower2hdf5.Readrlogl(context)[source]¶ Bases:
icecube.icetray.I3ModuleRead the Logl of the final fits.
-
class
km3pipe.utils.i3shower2hdf5.Compare(context)[source]¶ Bases:
icecube.icetray.I3ModuleCompare prefit + final fit.
-
class
km3pipe.utils.i3shower2hdf5.Distance(context)[source]¶ Bases:
km3pipe.utils.i3shower2hdf5.CompareSpatial Distance between 2 vertices (prefit + final).
-
class
km3pipe.utils.i3shower2hdf5.TimeDistance(context)[source]¶ Bases:
km3pipe.utils.i3shower2hdf5.CompareTime Distance between 2 vertices (prefit + final).