Skip to content
Snippets Groups Projects
README.md 513 B
Newer Older
lintao@ihep.ac.cn's avatar
lintao@ihep.ac.cn committed
# cepc-offline

CEPC offline software prototype based on Gaudi
lintao@ihep.ac.cn's avatar
lintao@ihep.ac.cn committed
## Quick start

```
$ source /cvmfs/cepcsw.ihep.ac.cn/prototype/setup.sh
$ git clone git@cepcgit.ihep.ac.cn:cepc-prototype/cepc-offline.git
$ cd cepc-offline
$ mkdir build && cd build
$ cmake ..
$ make
```

## 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