art-framework-suite / art

The implementation of the art physics event processing framework
Other
2 stars 7 forks source link

Support the retrieval of a data product from a product ID in gallery::Event #74

Open knoepfel opened 3 years ago

knoepfel commented 3 years ago

This issue has been migrated from https://cdcvs.fnal.gov/redmine/issues/17098 (FNAL account required) Originally created by @PetrilloAtWork on 2017-07-03 15:20:47


Gallery lacks the ability, present in art, of fetching a data product based on its product ID. This is useful for example when the full data product needs to be read, of which we have only an art pointer coming from an association.

Given the ability of an art pointer to do the same (i.e. fetch the data product element it points to), I expect this feature to be implementable as well.

knoepfel commented 3 years ago

Comment by @marcpaterno on 2017-07-05 17:16:32


Implementation of this needs to await some simplifications coming into canvas and gallery.