Skip to content

Commit

Permalink
episode2: expand four questions
Browse files Browse the repository at this point in the history
Expands verbiage of the four questions following the same change done in
the first episode.

Fixes a bash formatting example to remove the leading shell prompt sign.
  • Loading branch information
tiborsimko committed Oct 16, 2023
1 parent b1f2349 commit ec758e0
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions _episodes/02-first-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,10 @@ and background data is processed and fitted against a model. The example uses th

Four questions:

1. **Input data?** None. We'll simulate them.
2. **Analysis code?** Two files: ``gendata.C`` macro generates signal and background data;
``fitdata.C`` macro makes a fit for the signal and the background data.
3. **Compute environment?** ROOT with RooFit.
4. **Runtime procedures?** Simple serial workflow: first run gendata, then run fitdata.
1. **Where is your input data?** There is no input data. We shall simulate them.
2. **Where is your analysis code?** Two files: ``gendata.C`` macro generates signal and background data; ``fitdata.C`` macro makes a fit for the signal and the background data.
3. **Which computing environment do you use?** ROOT 6.18.04 with RooFit.
4. **What are the computational steps to achieve the results?** Simple sequential steps: first run gendata, then run fitdata.

Workflow definition:

Expand Down Expand Up @@ -438,7 +437,7 @@ firefox results/plot.png
> ## Solution
>
> ```bash
> $ reana-client logs -w roofit --filter step=gendata
> reana-client logs -w roofit --filter step=gendata
> ```
> {: .source}
{: .solution}
Expand Down

0 comments on commit ec758e0

Please sign in to comment.