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)