About
The FCCAnalyses framework is used for the majority of the FCC related analyses, non definitive list of the analyses can be found at FCCee Physics Performance and FCChh Physics Performance websites.
The framework is designed around the ROOT RDataFrame as its main event processing engine and the analysis input files contain physics objects in the EDM4hep format.
Using ROOT RDataframe provides the modern, high-level interface and very quick processing time as it natively supports multi-threading.
Quick Instructions
The FCCAnalyses is distributed as part of the Key4hep stack, and the analysis can be ready to run by issuing the following two commands:source /cvmfs/sw.hsf.org/key4hep/setup.sh
fccanalysis run analysis_script.py
It is also possible to compile the FCCAnalyses framework locally, more
information is provided in the
Quick Start section.