hepi.run.nllfast.run

Module Contents

Classes

NLLfastRunner

Attributes

default_nllfast_runner

Default Prospino Runner to provide backward compatibility

run

set_path

get_path

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

Bases: hepi.run.Runner

Parameters:
  • path (str) –

  • in_dir (str) –

  • out_dir (str) –

get_version()[source]
Return type:

str

orders()[source]

List of supported Orders in this runner.

Return type:

List[hepi.input.Order]

_get_nf_proc(p)[source]
Parameters:

p (hepi.input.Input) –

_get_nf_input(p)[source]
Parameters:

p (hepi.input.Input) –

Return type:

dict

_check_input(p, **kwargs)[source]

Checks input parameter for compatibility with Prospino

Parameters:

p (hepi.input.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.input.Input) –

Return type:

hepi.run.RunParam

hepi.run.nllfast.run.default_nllfast_runner[source]

Default Prospino Runner to provide backward compatibility

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