From 49d5eb94475958c43088d7261a52b99e2d02a8f9 Mon Sep 17 00:00:00 2001
From: lintao <lintao51@gmail.com>
Date: Tue, 15 Sep 2020 23:26:21 +0800
Subject: [PATCH] WIP: add outlines.

---
 docs/simulation-tutorial/index.html | 45 +++++++++++++++++++++++++++++
 1 file changed, 45 insertions(+)

diff --git a/docs/simulation-tutorial/index.html b/docs/simulation-tutorial/index.html
index d1b59b8b..c8273f43 100644
--- a/docs/simulation-tutorial/index.html
+++ b/docs/simulation-tutorial/index.html
@@ -72,6 +72,51 @@ Indico: https://indico.ihep.ac.cn/event/12341/other-view?view=standard
   * Learn basics on Geant4 simulation
   * Simulate with different detector options
 
+---
+
+## Run simulation in CEPCSW
+
+* The simulation is run by following command:
+
+```bash
+./run.sh Examples/options/tut_detsim.py
+```
+
+* Here, `run.sh` is a common wrapper, which will invoke the Gaudi framework.
+* The job option `Examples/options/tut_detsim.py` is to run the simulation.
+
+---
+
+### What's inside the job option?
+* Random Number Service
+  * Use `Seeds` option to control the random number sequences.
+* Event Data Service
+* Geometry Service
+  * Different detector options could be loaded here via `compact` option.
+* Physics Generator or Particle Gun
+* Detector simulation framework
+
+---
+
+## Customize the primary particles
+
+---
+
+## Analyze the simulation output
+
+---
+
+## CEPCSW Simulation Framework
+
+---
+
+## Geant4 Simulation Toolkit
+
+---
+
+## Simulate a simple detector 
+
+
 
                 </div>
             </div>
-- 
GitLab