Skip to content

CPAlgorithms: refactor BoostrapGeneratorAlg, add unit tests

Baptiste Ravina requested to merge ravinab/athena:bootstrap_refactor into main

This MR does the following:

  • refactor the BootstrapGeneratorAlg into the actual algorithm, BoostrapGeneratorAlg (which reads the input event information and writes the result), and a standalone BootstrapGenerator (which only generates bootstraps) following a request by @cjmeyer
  • add a unit test for the BoostrapGenerator
  • add a unit test for the function in FTagAnalysisConfig that reads the TopDataPreparation files and extracts the b-tagging MC-MC showering information
Edited by Baptiste Ravina

Merge request reports