Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.02 KB

File metadata and controls

37 lines (28 loc) · 1.02 KB
title Example Full Detector
keywords
tutorial
example
tags
tutorial
summary Running a example full detector simulation macro
sidebar tutorial_sidebar
permalink tutorials_example3.html
folder tutorials

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

{% include links.html %}