setting up plugins
The idea of a generic executable to produce flat n-tuple using plugins was mentioned in #33 and in cms-analysis/general/DasAnalysisSystem/Core!244
In this MR, I am setting up an even more generic executable that takes just one or several plugins [*]. I have left a series of TODO
s and \todo
s in the code. We should define more precisely what we want and what we don’t want. For instance, we also want to implement plugins for the unfolding — it is not yet clear to me at this stage how much from this MR could be used as is for (PluginLoader
?). Tests are also missing.
The floor is now open for discussion
[*] the goal was not necessarily to have "an even more generic executable". I only intended to have an executable that could take one or several plugins to make a flat tree. It turned out, at the time of creating the MR, that it was much more general.