key4hep / EDM4hep

Generic event data model for HEP collider experiments
https://cern.ch/edm4hep
Apache License 2.0
25 stars 35 forks source link

Stable / consistent algorithm types for PIDHandler #298

Closed tmadlener closed 3 months ago

tmadlener commented 5 months ago

The PIDHandler introduced with #268 leaves the determination / setting of the algorithmType / algoID value to the user. This is quite error prone and we should make it easy / trivial to set a consistent & unique value here via the same tools. The easiest solution is probably to use some hash of the algorithm name.

This issue is mainly here for keeping track of this, as it was raised during the review of #268, but not yet implemented there.