Skip to content

Add enum/bitmask field for ReconstructedParticle to indicate which subsystems it came from #119

@veprbl

Description

@veprbl

While ReconstructedParticles collection (not to be confused with the type of the same name) is meant to contain all particles detected in the event, but user analyses might want to select particles from a specific detector (i.e. specific information available).

There are two proposals for this. We could make an enum to describe certain regions of the detector (e.g. fb, backward, central, forward, ff) or we could make a bitmask (like MCParticle::generatorStatus in EDM4hep) and assign bits to each subsystem. Whenever information is added from a certain subsystem, its bit is set to 1.

cc eic/EICrecon#1946 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions