hepi.run.softsusy.run ===================== .. py:module:: hepi.run.softsusy.run Attributes ---------- .. autoapisummary:: hepi.run.softsusy.run.spheno_default_runner hepi.run.softsusy.run.run hepi.run.softsusy.run.set_path hepi.run.softsusy.run.get_path Classes ------- .. autoapisummary:: hepi.run.softsusy.run.SoftsusyRunner Module Contents --------------- .. py:class:: SoftsusyRunner(path, in_dir = None, out_dir = None, pre=None) Bases: :py:obj:`hepi.run.Runner` .. py:method:: _check_path() Checks if the passed path is valid. .. py:method:: run(slhas, **kwargs) Run the passed list of parameters for softsusy. :param slhas: Input parameters with a SLHA file that can be processed by softsusy. :type slhas: :obj:`list` of :class:`Input` :returns: :obj:`list` of :class:`Input` .. py:data:: spheno_default_runner Default SoftSusy Runner to provide backward compatibility .. py:data:: run .. py:data:: set_path .. py:data:: get_path