Process MC filesΒΆ
Quick guide of how to run process MC files with g4e.
Create
run_mc.macfile with contents:
Download BeAGLE sample file from here:
https://gitlab.com/eic/epw/raw/master/data/beagle_eD.txt
Run g4e like:
g4e run_mc.mac
As the result at least 3 files should be created:
jleicGeometry.root- A file with the root geometryjleicGeometry.gdml- Gdml version of the geometryg4e_out.root`- events
4. To open visualization GUI change run_mc.mac. Add refdet.vis.mac instead of /run/initialize.
Run with --gui flag:
g4e --gui run_mc.mac
See also More about using MC generators