Skip to content

Commit

Permalink
Specify the supported shells for sourcing key4hep stack
Browse files Browse the repository at this point in the history
  • Loading branch information
BrieucF committed Mar 26, 2024
1 parent 5765527 commit a132c26
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ So, let's start playing with Full Sim!
# connect to a machine with cvmfs access and running an OS supported by Key4hep (Alma9 here)
ssh -X [email protected] # or ssh -X [email protected]
# set-up the Key4hep environment
# make sure you are in bash or zsh shell
source /cvmfs/sw-nightlies.hsf.org/key4hep/setup.sh
# create a repository for the tutorial
mkdir FCC_Full_Sim_Tutorial
Expand Down Expand Up @@ -252,7 +253,7 @@ Now, let's copy the file containing the geometry on your local machine:
scp USERNAME@HOSTNAME:ABSOLUTE_PATH_TO_GEOMETRY .
```

Load the file from your computer with the triple-dot button of this webpage: https://root.cern/js/latest/ .
Load the file from your computer with the triple-dot button of this webpage: [https://root.cern/js/latest/](https://root.cern/js/latest/).

From there, you can navigate the geometry hierarchy to see how volumes are nested, display all or parts of the detector (right click on a volume > Draw > all), play with the camera settings (right click on an empty space in the display window > Show Controls, Clipping > Enable X and Enable Y), etc. See the following picture for illustration:

Expand Down

0 comments on commit a132c26

Please sign in to comment.