Skip to content

Commit

Permalink
Update AnalysisExample.md
Browse files Browse the repository at this point in the history
Fix download instruction in Step 3 of Analysis Example.
  • Loading branch information
pskubic authored Jul 9, 2024
1 parent 5e789f2 commit 2717470
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions docs/ASP2024/AnalysisExample.md
Original file line number Diff line number Diff line change
Expand Up @@ -541,16 +541,11 @@ This can be done with command:
condor_submit run-root-2.cmd
```

Once your job has finished, you again need to copy that file into your public directory, so that you can download it to your local desktop:

```
cp histograms.root ~/public/
```

Go back to the local terminal window on your local desktop, and download the root files with:
Go back to the local terminal window on your local desktop, and download the root files:

```
wget http://stash.osgconnect.net/~YOUR_USER_ID/histograms.root
See download instructions for mandle.gif file in a previous session.
```


Expand Down

0 comments on commit 2717470

Please sign in to comment.