Skip to content
Snippets Groups Projects
README.md 676 B
Newer Older
lintao@ihep.ac.cn's avatar
lintao@ihep.ac.cn committed

CEPC offline software prototype based on Gaudi.

The core part of this project (CEPCSW/FWCore) is taken from FCCSW/FWCore.
Please refer to https://github.com/HEP-FCC/FCCSW
lintao@ihep.ac.cn's avatar
lintao@ihep.ac.cn committed
## Quick start

```
$ source /cvmfs/cepcsw.ihep.ac.cn/prototype/setup.sh
lintao@ihep.ac.cn's avatar
lintao@ihep.ac.cn committed
$ git clone git@cepcgit.ihep.ac.cn:cepc-prototype/CEPCSW.git
$ cd CEPCSW
lintao@ihep.ac.cn's avatar
lintao@ihep.ac.cn committed
$ mkdir build && cd build
$ cmake ..
$ make
lintao@ihep.ac.cn's avatar
lintao@ihep.ac.cn committed
$ ./run gaudirun.py '$EXAMPLESROOT/options/helloalg.py'
## Packages

* Core: Core Software Based on Gaudi

* Generator: Physics Generator
* Simulation: Detector Simulation
* Reconstruction: Reconstruction

* Examples: For new comers and users

* cepcenv: tools to help developers build packages