hepi.nllfast.run
Module Contents
Classes
Attributes
Default Prospino Runner to provide backward compatibility |
|
- class hepi.nllfast.run.NLLfastRunner(path: str, in_dir: str = None, out_dir: str = None, pre=None)[source]
Bases:
hepi.run.Runner- orders() List[hepi.input.Order][source]
List of supported Orders in this runner.
- _get_nf_proc(p: hepi.input.Input)[source]
- _get_nf_input(p: hepi.input.Input) dict[source]
- _check_input(p: hepi.input.Input, **kwargs) bool[source]
Checks input parameter for compatibility with Prospino
- _is_valid(file: str, p: hepi.input.Input, d) bool[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: str) hepi.results.Result[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: hepi.input.Input, **kwargs) hepi.run.RunParam[source]