Speaker
Description
Physics performance analyses provide essential input for defining detector requirements in the Future Circular Collider (FCC) project. To streamline these analyses, we employ FCCAnalyses, a software framework built on top of the ROOT DataFrame.
Among the functionalities offered by the FCCAnalyses are:
* Standard set of RDataFrame EDM4hep functions: Events can be analysed directly in the EDM4hep event data format with ability to easily work with relationships among the datamodel objects.
* Multi-stage Analysis Workflow: Enables running analyses locally or on CERN's HTCondor cluster split into multiple stages.
* Metadata Management: Manages metadata associated with centrally produced pre-generated samples produced in Delphes fast simulation and Geant4 full simulation.
The framework can be used equivalently well from Python and C++ and as the analyser functions are written in C++, this gives them possibility to directly employ any of the High Energy Physics (HEP) C++ frameworks.