| title | Example Full Detector | ||
|---|---|---|---|
| keywords |
|
||
| tags |
|
||
| summary | Running a example full detector simulation macro | ||
| sidebar | tutorial_sidebar | ||
| permalink | tutorials_example3.html | ||
| folder | tutorials |
Go to your tutorial root directory
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
Please edit Fun4All_G4_EICDetector.C to change flag Enable::DISPLAY = true
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{% include links.html %}