Hi!
I know the VariationsFor(SnapshotPtr_t resPtr)
implementation is still a work-in-progress, and I don’t know what approach will be followed exactly, so I will take this chance to make a small request:
It would be extremely useful if, as an option if this is not the default approach already being considered, the output of the VariationsFor(df.Snapshot(...))
call could be a single tree with an “OR” applied over all acting variations on each Filter, instead of different trees, one for each variation (like what we currently have for histograms).
This would be extremely useful for skimming scripts used on NTuples with kinematic systematic variations that affect Filters applied during the skimming. In most of these cases, we want our output NTuples to have roughly the same structure as the original tree (with maybe some additional/removed columns), and all the systematic variations.
Furthermore, a set of boolean flag columns could be optionally stored, signaling which filter-variation combination was passed on each RDF entry.
Thanks for all the ongoing work!
Best,
Jean Yves