:mod:`km3pipe.utils.meantots` ============================= .. py:module:: km3pipe.utils.meantots .. autoapi-nested-parse:: Convert ROOT and EVT files to HDF5. Usage: meantots FILE [-p PLOT] meantots (-h | --help) Options: -h --help Show this screen. -p PLOT Filename including extension [default: meantots.png]. .. !! processed by numpydoc !! Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: km3pipe.utils.meantots.MeanToTPlotter km3pipe.utils.meantots.FastMeanToTPlotter Functions ~~~~~~~~~ .. autoapisummary:: km3pipe.utils.meantots.meantots km3pipe.utils.meantots.main .. py:class:: MeanToTPlotter Bases::class:`km3pipe.Module` Create a plot of mean ToTs for each PMT. .. !! processed by numpydoc !! .. method:: configure(self) .. method:: process(self, blob) .. method:: finish(self) .. py:class:: FastMeanToTPlotter Bases::class:`km3pipe.Module` Create a plot of mean ToTs for each PMT. This module is under development. .. !! processed by numpydoc !! .. method:: configure(self) .. method:: process(self, blob) .. method:: finish(self) .. function:: meantots(filename, plotfilename) .. function:: main()