Skip to content

Commit 9f9ce08

Browse files
authored
Update README.md
1 parent ca7cb37 commit 9f9ce08

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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+

0 commit comments

Comments
 (0)