Process MC filesΒΆ

Quick guide of how to run process MC files with g4e.

  1. Create run_mc.mac file with contents:

  1. Download BeAGLE sample file from here:

https://gitlab.com/eic/epw/raw/master/data/beagle_eD.txt

  1. Run g4e like:

g4e run_mc.mac

As the result at least 3 files should be created:

  • jleicGeometry.root - A file with the root geometry

  • jleicGeometry.gdml - Gdml version of the geometry

  • g4e_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

Flags and environment variables