hepi.run.nllfast.run
Module Contents
Classes
Attributes
Default Prospino Runner to provide backward compatibility |
|
- 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_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: