hepi.run.spheno.run

Module Contents

Classes

SPhenoRunner

Attributes

spheno_default_runner

Default SPheno Runner to provide backward compatibility

run

set_path

get_path

class hepi.run.spheno.run.SPhenoRunner(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 SPheno.

Parameters:

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

Returns:

list of Input

Return type:

List[hepi.input.Input]

hepi.run.spheno.run.spheno_default_runner[source]

Default SPheno Runner to provide backward compatibility

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