Skip to content

Retagging Lite

Dan Guest requested to merge dguest/training-dataset-dumper:lite into main

I'm paring down the retagging script here so that:

  • It can run in AthAnalysis, quickly, and
  • It only does what is necessary to add the k-fold training

I may have taken the opportunity to clean up at the same time:

  • I read some stuff out of the json configuration file that previously had to be specified (coherently) in both the config and command line options
  • I also modify the configuration a bit to add options like more flip taggers (when specified by the command line)
  • I deleted a lot of code that didn't seem to be doing anything
  • The component / decoration naming is now mangled a bit more so that we could (in theory) run several variations in the same job. My longer term plan is to make some kind of batch config that reads more config out of the json, so that we can run the grid jobs less iteratively.

There are still a few more changes needed

  • Add CI hook in gitlab
  • Save the right outputs, right now I'm just using a dummy file that doesn't even write GN2v01
  • Get the flip config options working
  • Make the systematics more modular, so we can run a few at once
  • Get some feedback from @svanstro, @hartman, @npond
Edited by Dan Guest

Merge request reports