Skip to content

Commit

Permalink
added root setup to run-root.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
christopher-arnold-walker authored Jul 6, 2024
1 parent 6a3a399 commit 1af3d27
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/ASP2024/AnalysisExample.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,12 @@ queue
Note that the executable script is: `run-root.sh` which is as follows:

```
#!/bin/bash
#!/bin/bash
# setup
source /cvmfs/sft.cern.ch/lcg/views/setupViews.sh LCG_105a x86_64-ubuntu2204-gcc11-opt
# execute
root -b < run-root.C > root.out
```

Expand Down

0 comments on commit 1af3d27

Please sign in to comment.