Skip to content
Snippets Groups Projects
Commit 3bd6e6e3 authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

modified: src/docs/part3/running_juggler.md

parent b97a1d7c
No related branches found
No related tags found
No related merge requests found
Pipeline #13052 passed
......@@ -17,7 +17,7 @@ These are actually python that is interpreted by the `gaudirun.py` program.
Once compiled and install as part of juggler, the algorithms can be imported into juggler.
```
```py
from Gaudi.Configuration import *
from GaudiKernel.DataObjectHandleBase import DataObjectHandleBase
from Configurables import ApplicationMgr, EICDataSvc, PodioOutput, GeoSvc
......@@ -61,12 +61,12 @@ ApplicationMgr(
### Executing Juggler
If using the container-installed juggler algorithms you can run the reconstruction with:
```
```bash
gaudirun.py options/demo_reco.py
```
When adding your own algorithm and installed into a custom location, you will need do the following:
```
```bash
xenv -x ${JUGGLER_INSTALL_PREFIX}/Juggler.xenv gaudirun.py options/demo_reco.py
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment