hepi.run.feynhiggs.run

Module Contents

Classes

FeynHiggsRunner

Attributes

spheno_default_runner

Default SoftSusy Runner to provide backward compatibility

run

set_path

get_path

class hepi.run.feynhiggs.run.FeynHiggsRunner(path, in_dir=None, out_dir=None, pre=None)[source]

Bases: hepi.run.Runner

Parameters:
  • path (str) –

  • in_dir (str) –

  • out_dir (str) –

_check_path()[source]

Checks if the passed path is valid.

Return type:

bool

run(slhas, **kwargs)[source]

Run the passed list of parameters for feynhiggs.

Parameters:

slhas (list of Input) – Input parameters with a SLHA file that can be processed by feynhiggs.

Returns:

list of Input

Return type:

List[hepi.input.Input]

hepi.run.feynhiggs.run.spheno_default_runner[source]

Default SoftSusy Runner to provide backward compatibility

hepi.run.feynhiggs.run.run[source]
hepi.run.feynhiggs.run.set_path[source]
hepi.run.feynhiggs.run.get_path[source]