-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Labels
Description
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