DDFastCaloSim is a FastCaloSim implementation for DDG4 of the key4hep turnkey software for future colliders
DDFastCaloSim is developed in C++ and is build using CMake. The following commands will clone the repository, configure, and build the library
git clone https://github.com/fcs-proj/DDFastCaloSim <source>
cmake -B <build> -S <source>
cmake --build <build>See the CONTRIBUTING document.
The DDFastCaloSim project is published under the terms of the Apache 2.0 license, except where other licenses apply. A copy of the license can be found in the in the LICENSE file or at https://www.apache.org/licenses/LICENSE-2.0