Skip to content

Adding groomed jet radius and momentum balance for the soft drop groomed jet #303

@kawaho

Description

@kawaho

I am proposing to add the groomed jet radius and momentum balance in the return output of the exclusive_jets_softdrop_grooming function. These two are commonly studied jet substructure variables. The change is simple by basically calling

groomed_jet.structure_of<fastjet::contrib::SoftDrop>().delta_R();
groomed_jet.structure_of<fastjet::contrib::SoftDrop>(). symmetry();

and adding the results to the outputs. I am happy to make a pull request if this proposal is accepted.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions