How to run the Modular Full Detector Simulation
Edit me

Please removet the text and write the Modular detector instruction

Go to your tutorial root directory

shell commands

source /cvmfs/eic.opensciencegrid.org/ecce/gcc-8.3/opt/fun4all/core/bin/ecce_setup.sh -n
source /cvmfs/eic.opensciencegrid.org/ecce/gcc-8.3/opt/fun4all/core/bin/setup_local.sh $HOME/myinstall
git clone https://github.com/ECCE-EIC/macros
cd macros/detectors/EICDetector

Enable event display

Please edit Fun4All_G4_EICDetector.C to change flag Enable::DISPLAY = true

root commands to start the Display

root
.x Fun4All_G4_EICDetector.C()
se->run(1)
g4->ApplyCommand("/vis/viewer/refresh");
displaycmd() # this one show more Geant4 command we can run from the ROOT prompt
Tags: tutorial