Skip to content

Framework as shared library

Andrey Popov requested to merge library into master

This MR allows to use the analysis framework as a shared library in a dependent project. Instructions are provided in this wiki page. Summary of changes:

  • Convert the framework into a shared library, against which runHZZanalysis is now linked. Allow submitting jobs that will run other executables than runHZZanalysis.
  • Strip unnecessary logic from prepare_jobs.py and harvest.py.
  • Update documentation.

This MR is based on !91 (merged).

Merge request reports