Skip to content

Commit 3715382

Browse files
authored
Revise geometry tutorial and exercise instructions
Updated tutorial instructions for checking out an older version of geometry and modified exercise steps.
1 parent fbbb500 commit 3715382

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

_episodes/03-modifying-geometry.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ build CMakeLists.txt configurations README.md requirements.txt src vie
2525

2626
As you can tell, the content of the repository itself is quite different from the installed version (as is often the case for other software as well). You will recognize, however, the `compact` directory with the subsystem xml files.
2727

28+
### Important : To follow this tutorial we will need to checkout an older version of the geometry
29+
```console
30+
$ git checkout 25.08.0
31+
```
32+
2833
In order to compile and install the local geometry repository into a local directory, we can use the following commands:
2934
```console
3035
$ cd ~/eic/epic
@@ -119,7 +124,7 @@ A fuller description of how to access and use the xml parameters is given in sec
119124

120125

121126
> Exercise:
122-
> - Create and chackout a new branch forked from the main branch.
127+
> - Create and chackout a new branch forked from the 25.08.0 branch.
123128
> - Add a new configuration parameter into `compact/tracking/vertex_barrel.xml`
124129
> - Add code to `src/BarrelTrackerWithFrame_geo.cpp` which will read the new parameter and a print statement to display its value to the terminal.
125130
> - Recompile and rerun the `dd_web_display` step using `epic_vertex_only.xml` to verify that the printout statement has been added.

0 commit comments

Comments
 (0)