File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ More verbose how to will follow...
2+
3+ ## How to run G4
4+ - You would need a local build of ` edep-sim ` forked [ here] ( https://github.com/drinkingkazu/edep-sim )
5+ - You can use the ` develop.sif ` neutrino image (as of 2025-04-08 pointing to ` larcv2_ub2204-cuda121-torch251-larndsim.sif ` )
6+ - Necessary configuration files can be found under [ generator] ( https://github.com/DeepLearnPhysics/simlar/tree/main/generator )
7+
8+ Example how to:
9+ ```
10+ edep-sim -g geometry/BigLArCube.gdml -e 100 -o generator.h5 biglarbox.mac
11+ ```
12+ Look though the contents of ` biglarbox.mac ` . For most users, the only part to change is the yaml file argument in the line below
13+ ```
14+ /generator/kinematics/bomb/config mpvmpr_ccmu.yaml
15+ ```
16+ which is a [ DLPGenerator] ( https://github.com/DeepLearnPhysics/DLPGenerator ) configuration yaml file.
17+
18+ ### How to run a detector simulation
19+
20+ Example how to:
21+ ```
22+ simlar-run.py run_develop --input_file generator.h5 --output_file detsim.h5
23+ ```
24+
25+
You can’t perform that action at this time.
0 commit comments