Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CEPCSW
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Li Zhihao
CEPCSW
Commits
49d5eb94
Commit
49d5eb94
authored
4 years ago
by
lintao@ihep.ac.cn
Browse files
Options
Downloads
Patches
Plain Diff
WIP: add outlines.
parent
f6ef76b4
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/simulation-tutorial/index.html
+45
-0
45 additions, 0 deletions
docs/simulation-tutorial/index.html
with
45 additions
and
0 deletions
docs/simulation-tutorial/index.html
+
45
−
0
View file @
49d5eb94
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment