Skip to content
Snippets Groups Projects
README.md 1004 B
Newer Older
lintao@ihep.ac.cn's avatar
lintao@ihep.ac.cn committed
# [CEPCSW](https://cepc.github.io/CEPCSW/)
lintao@ihep.ac.cn's avatar
lintao@ihep.ac.cn committed

[![pipeline status at GitLab](https://code.ihep.ac.cn/cepc/CEPCSW/badges/master/pipeline.svg)](https://code.ihep.ac.cn/cepc/CEPCSW/-/commits/master)
[![CI at GitHub](https://github.com/cepc/CEPCSW/workflows/CI/badge.svg?branch=master)](https://github.com/cepc/CEPCSW/actions)
lintao@ihep.ac.cn's avatar
lintao@ihep.ac.cn committed
CEPC offline software prototype based on [Key4hep](https://github.com/key4hep).
lintao@ihep.ac.cn's avatar
lintao@ihep.ac.cn committed
## Quick start

SSH to lxlogin (Alma Linux 9) and start the container CentOS 7:
```
$ /cvmfs/container.ihep.ac.cn/bin/hep_container shell CentOS7
```
lintao@ihep.ac.cn's avatar
lintao@ihep.ac.cn committed
Before run following commands, please make sure you setup the CVMFS:

lintao@ihep.ac.cn's avatar
lintao@ihep.ac.cn committed
```
$ git clone git@code.ihep.ac.cn:cepc/CEPCSW.git
lintao@ihep.ac.cn's avatar
lintao@ihep.ac.cn committed
$ cd CEPCSW
$ git checkout master # branch name
$ source setup.sh
$ ./build.sh
$ ./run.sh Examples/options/helloalg.py
lintao@ihep.ac.cn's avatar
lintao@ihep.ac.cn committed
* Examples: For new comers and users

* Detector: Geometry
* Generator: Physics Generator
* Simulation: Detector Simulation
* Digitization: Digitization

* Reconstruction: Reconstruction

lintao@ihep.ac.cn's avatar
lintao@ihep.ac.cn committed