From e6be73ee76165e7455381ee49cd3c7dea25227a6 Mon Sep 17 00:00:00 2001 From: lintao <lintao51@gmail.com> Date: Thu, 7 Nov 2019 22:43:05 +0800 Subject: [PATCH] update README. --- README.md | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 74feea3c..d8d717f5 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,9 @@ $ ./run gaudirun.py '$EXAMPLESROOT/options/helloalg.py' ## Packages -* Core: Core Software Based on Gaudi +* Examples: For new comers and users + +* Detector: Geometry * Generator: Physics Generator @@ -27,7 +29,24 @@ $ ./run gaudirun.py '$EXAMPLESROOT/options/helloalg.py' * Reconstruction: Reconstruction -* Examples: For new comers and users +* Service: Common Service + +* FWCore: Core Software Based on Gaudi * cepcenv: tools to help developers build packages +## Full Chain + +Detector simulation: +``` +$ ./run gaudirun.py '$EXAMPLESROOT/options/tut_detsim.py' +``` + +## Conventions for collections +Keep the collection names compatible between the prototype and the existing CEPC software. + +* MCParticle +* VXDCollection +* SITCollection +* TPCCollection +* SETCollection -- GitLab