JeffersonLab / JANA2

Multi-threaded HENP Event Reconstruction
https://jeffersonlab.github.io/JANA2/
Other
6 stars 9 forks source link

fix: mark FilterParameters output as used #331

Closed wdconinc closed 3 months ago

wdconinc commented 3 months ago

janadot ingests parameters with FilterParameters. Since only direct parameter getting results in them getting set as used, this results in warnings for janadot:group: keys. E.g. https://github.com/eic/EICrecon/actions/runs/10237639088/job/28321546930#step:8:360.

This PR marks all parameters that are returns by FilterParameters as used (since they potentially could be).