:mod:`km3pipe.io.root` ====================== .. py:module:: km3pipe.io.root .. autoapi-nested-parse:: Read and write Vanilla ROOT files. .. !! processed by numpydoc !! Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: km3pipe.io.root.open_rfile km3pipe.io.root.get_hist km3pipe.io.root.get_hist2d km3pipe.io.root.get_hist3d km3pipe.io.root.interpol_hist2d .. data:: log .. function:: open_rfile(rfile, fmode='r') .. function:: get_hist(rfile, histname, get_overflow=False) Read a 1D Histogram. .. !! processed by numpydoc !! .. function:: get_hist2d(rfile, histname, get_overflow=False) Read a 2D Histogram. .. !! processed by numpydoc !! .. function:: get_hist3d(rfile, histname, get_overflow=False) Read a 3D Histogram. .. !! processed by numpydoc !! .. function:: interpol_hist2d(h2d, oversamp_factor=10) Sample the interpolator of a root 2d hist. Root's hist2d has a weird internal interpolation routine, also using neighbouring bins. .. !! processed by numpydoc !!