HEP-FCC / FCCAnalyses

Common analysis framework for the Future Circular Collider
https://hep-fcc.github.io/FCCAnalyses/
24 stars 116 forks source link

Making additional cmd line agruments available in the analysis script #383

Closed kjvbrt closed 3 months ago

kjvbrt commented 4 months ago

This PR moves all analysis parameters inside analysis function. This allows to provide variables to the analysis. For example additional command line arguments.

Example analysis is adjusted to use this new style:

examples/FCCee/higgs/mH-recoil/mumu/analysis_stage1.py
examples/FCCee/higgs/mH-recoil/mumu/analysis_stage1_batch.py
examples/FCCee/higgs/mH-recoil/mumu/analysis_stage2.py

Quick list of changes: