Geant4 Simulation for Water
Cherenkov detector
FIG1: A snap shot of WC simulation when an electron with 1.3 GeV/c was impinged on the WC center.
How to Use (with a version of Geant4.10.00.p02)
- ソースのダウンロード
→
here (.tar.gz)
- コンパイル ( WC_20150721/ )
$ make
- インプット、マクロファイルに条件を指定する
$ cd WC_20150721/run/input/
$ emacs param.in ← ここを編集
(サンプル)
$ cd WC_20150721/macro/
$ emacs run.mac ← ここを編集
- 動かす
$ cd run
$ WC (macro file) (input file)
Example→
$ WC macro/run.mac input/param.in
$ WC macro/vrml.mac input/param.in
How to compile with a newer version, Geant4.10.03
using cmake
- ソースのダウンロード:
→
s2s_WC_20170202.tar.gz
- 解凍して中に移動:
$ cd s2s_WC/
- cmakeでコンパイル:
$ cd build
$ cmake ..
$ make
- シミュレーションスタート:
$ cd ../run/
$ ./WC macro/run.mac input/param.in
Note
環境変数の指定で、G4REALSURFACEDATAにRealSurface1.0等を正しいpathで指定してください。
→
参照