Skip to content

Allow to easily generate order masks #73

@scarlehoff

Description

@scarlehoff

In order to mask orders in the python interface I need to pass five different booleans

    qcd_result = pine.convolute(xf, xf, a_s,  [True, True, False, False, False])

What is the combination for NLO QCD and NLO EW? (so, LO * as and LO * a)
The closest combination for the he qcd_result I get is [True, False, False, False, True] but would prefer to have the exact definition.

(wasn't sure whether this is a python or internal pineapl thing, so wasn't sure whether to direct the question to @cschwan or @felixhekhorn @alecandido)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions