Skip to content

Commit

Permalink
correct apd job name
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidan Richard Wiederhold committed Nov 23, 2024
1 parent d96a797 commit 1aeabb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions first-analysis-steps/analysis-productions.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,10 +221,10 @@ For this starterkit example we could do
```bash
from apd import AnalysisData
datasets = AnalysisData("apd", "starterkit")
24c4_magup_data = datasets(name="bu2jpsimumu_24c4_magdown")
24c4_magdown_data = datasets(name="bu2jpsimumu_24c4_magdown")
```

This will create `24c4_magup_data` as a list of all the PFNs for the output of this job. You could then access these using your preferred kind of Python based ROOT.
This will create `24c4_magdown_data` as a list of all the PFNs for the output of this job. You could then access these using your preferred kind of Python based ROOT.

{% callout "Next steps for real productions" %}

Expand Down

0 comments on commit 1aeabb2

Please sign in to comment.