Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specify the supported shells for sourcing key4hep stack #150

Merged
merged 1 commit into from
Mar 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading