jinzhang0103 / CEPCSW

Home Page:https://cepc.github.io/CEPCSW/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status CI

CEPC offline software prototype based on Key4hep.

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

https://cepc.github.io/CEPCSW/


Languages

Language:C++ 98.2%Language:CMake 1.1%Language:Shell 0.3%Language:C 0.2%Language:Dockerfile 0.1%Language:Python 0.1%Language:Objective-C 0.0%