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)

  1. ソースのダウンロード
    here (.tar.gz)
  2. コンパイル ( WC_20150721/ )
    $ make
  3. インプット、マクロファイルに条件を指定する
    $ cd WC_20150721/run/input/
    $ emacs param.in ← ここを編集 (サンプル)
    $ cd WC_20150721/macro/
    $ emacs run.mac ← ここを編集
  4. 動かす
    $ cd run
    $ WC (macro file) (input file)

How to compile with a newer version, Geant4.10.03
using cmake

  1. ソースのダウンロード:
    s2s_WC_20170202.tar.gz
  2. 解凍して中に移動:
    $ cd s2s_WC/
  3. cmakeでコンパイル:
    $ cd build
    $ cmake ..
    $ make
  4. シミュレーションスタート:
    $ cd ../run/
    $ ./WC macro/run.mac input/param.in

Note

環境変数の指定で、G4REALSURFACEDATAにRealSurface1.0等を正しいpathで指定してください。
参照

Home