hepi.run.resummino.run

Runs Resummino

Attributes

default_resummino_runner

Default Resummino Runner to provide backward compatibility

run

set_path

get_path

get_version

Classes

ResumminoRunner

Module Contents

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

Bases: hepi.run.Runner

Parameters:
  • path (str)

  • in_dir (str)

  • out_dir (str)

orders()[source]

List of supported Orders in this runner.

Return type:

List[hepi.input.Order]

get_version()[source]
Return type:

str

_check_path()[source]

Checks if the passed path is valid.

Return type:

bool

_check_input(p, **kwargs)[source]
Parameters:

p (hepi.run.Input)

Return type:

bool

_is_valid(file, p, d, **kwargs)[source]

Verifies that a file is a complete output.

Parameters:
  • file (str) – File path to be parsed.

  • p (hepi.Input) – Onput parameters.

  • d (dict) – Param dictionary.

Returns:

True if file could be parsed.

Return type:

bool

_parse_file(file)[source]

Extracts results from an output file.

Parameters:

file (str) – File path to be parsed.

Returns:

If a value is not found in the file None is used.

Return type:

Result

_prepare(p, **kwargs)[source]
Parameters:

p (hepi.run.Input)

Return type:

hepi.run.RunParam

hepi.run.resummino.run.default_resummino_runner[source]

Default Resummino Runner to provide backward compatibility

hepi.run.resummino.run.run[source]
hepi.run.resummino.run.set_path[source]
hepi.run.resummino.run.get_path[source]
hepi.run.resummino.run.get_version[source]