Skip to content

Latest commit

 

History

History
67 lines (56 loc) · 6.3 KB

File metadata and controls

67 lines (56 loc) · 6.3 KB

Geant4_Learning

Record some code and learning process of learning genat4!

学习文档:
Geant4.5.2用户手册
Geant4.10.7Book For Application Developers

2.1如何编写main()函数

2.1.1 一个main()函数的例子

G4RunManager
G4UImanager
G4UIterminal
G4coutG4cerr

2.2如何定义一个探测器的几何形状

2.3 定义探测器材料

2.4如何指定粒子

2.5如何指定物理过程

2.6产生一个初级事件

2.7Geant4常规粒子源

2.7.1介绍

2.7.2配置

2.8如何制作可执行程序

2.9如何建立交互界面

2.9.1介绍

2.10如何执行程序

2.10.1介绍