Skip to content

stch-zhangyzh/CEPCSW

 
 

Repository files navigation

Build Status CI

CEPC offline software prototype based on Key4hep. Acts based Tracking in CEPCSW here

Quick start

SSH to lxslc7 (CentOS 7).

Before run following commands, please make sure you setup the CVMFS:

$ git clone git@github.com:cepc/CEPCSW.git
$ cd CEPCSW
$ git checkout master # branch name
$ source setup.sh
$ ./build.sh
$ ./run.sh Examples/options/helloalg.py

Packages

  • Examples: For new comers and users

  • Detector: Geometry

  • Generator: Physics Generator

  • Simulation: Detector Simulation

  • Digitization: Digitization

  • Reconstruction: Reconstruction

Conventions for collections

Keep the collection names compatible between the prototype and the existing CEPC software.

  • MCParticle
  • VXDCollection
  • SITCollection
  • TPCCollection
  • SETCollection

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.4%
  • CMake 1.2%
  • Python 0.8%
  • Shell 0.3%
  • C 0.2%
  • Dockerfile 0.1%