Skip to content

Feature request: data type for storing jet parameters #192

@wdconinc

Description

@wdconinc

There is no dedicated data type for jets or jet reconstruction parameters. It appears that reconstructed jets are stored in ReconstructedParticle collections (which in my opinion should stay that way), but that does not allow for storing the following information about jets:

  • jet area
  • jet cone
  • ...

Possible implementation could:

  • additional fields in ReconstructedParticles (not so great)
  • parallel collection with one-to-one relation back to ReconstrucedParticles

Prior art could be seeing what fastjet produces in its most general approach.

Tagged for input: @ruse-traveler

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions