Add the convert xaod flag --add_training which takes a previously training and epoch number and adds it into the C++ ntuple generation for xaod conversion.
Other Notes:
Added better logging for some operations
Spelling mistakes, as always!
The repo is not reset to head (use --clean for that) before adding the new training.
If the training was already added, then it isn't added again.
The --add_training will add multiple trainings
The name of the training is taken from the training name, training run, and epoch.
Todo:
[x] Make sure no root files have crept into this PR
Add the
convert xaod
flag--add_training
which takes a previously training and epoch number and adds it into the C++ ntuple generation forxaod
conversion.Other Notes:
--clean
for that) before adding the new training.--add_training
will add multiple trainingsTodo:
Fixes #202