Common software for all FCC experiments. FCCSW is a collection of components intended to be run in the Gaudi framework. Because of the modular nature of the software, this repository contains little actual code, which can instead be found in the following places:
key4hep/k4FWCore
: Basic I/O componentskey4hep/k4Gen
: Generators and Particle Gunskey4hep/k4SimDelphes
: Delphes Fast Simkey4hep/k4SimGeant4
: Geant4 Full Simhep-fcc/fccdetectors
: DD4hep models of FCC detector geometries for Full Simhep-fcc/k4RecCalorimeter
: Calorimeter Reconstruction Codehep-fcc/dual-readout
: DD4hep model of the DREAM dual readout calorimeter
FCCSW is a stakeholder of the Key4hep software collaboration.
# setup: works on lxplus/centos7 with cvmfs
source /cvmfs/sw.hsf.org/key4hep/setup.sh
# run pythia generator with edm4hep output
fccrun Examples/options/pythia.py
# full simulation of FCC-hh, single particle
fccrun Examples/options/geant_fullsim_fcchh_main.py
# full simulation of FCC-ee CLD, single particle
fccrun Examples/options/geant_fullsim_fccee_cld_pgun.py
Please consult the FCCSW homepage for more links, and the fcc-tutorials for a gentle introduction to the software. The key4hep documentation also contains relevant information.