hepi.run.prospino2.run

Module Contents

Classes

ProspinoResult

Prospino Result Data.

ProspinoRunner

Attributes

default_prospino_runner

Default Prospino Runner to provide backward compatibility

run

set_path

get_path

class hepi.run.prospino2.run.ProspinoResult(lo=None, nlo=None, nlo_plus_nll=None, annlo_plus_nnll=None)[source]

Bases: hepi.results.Result

Prospino Result Data.

Sets given and computes dependent Attributes.

Parameters:
  • lo (double) – corresponds to LO.

  • nlo (double) – corresponds to NLO.

  • nlo_plus_nll (double) – corresponds to NLO_PLUS_NLL.

  • annlo_plus_nnll (double) – corresponds to aNNLO_PLUS_NNLL.

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

Bases: hepi.run.Runner

Parameters:
  • path (str) –

  • in_dir (str) –

  • out_dir (str) –

weakino_map[source]
squark_map[source]
slepton_map[source]
_get_ps_proc(p)[source]
Parameters:

p (hepi.input.Input) –

_get_ps_input(p)[source]
Parameters:

p (hepi.input.Input) –

Return type:

dict

orders()[source]

List of supported Orders in this runner.

Return type:

hepi.input.Order

_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)[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.prospino2.run.default_prospino_runner[source]

Default Prospino Runner to provide backward compatibility

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