KIT-CMS / CROWN

C++ based ROOT Workflow for N-tuples (CROWN)
https://crown.readthedocs.io
MIT License
4 stars 21 forks source link

[BUG] Optimize Step does not preseve Filter ordering #164

Closed harrypuuter closed 1 year ago

harrypuuter commented 2 years ago

When two filters are defined in the producer order, the optimize step does not preserve the order of those two filters. This can lead to unwanted results, since the filters can depend on each other, and the order they are defined in.