Skip to content

Commit

Permalink
deploy: a849c26
Browse files Browse the repository at this point in the history
  • Loading branch information
anigamova committed Jul 25, 2023
1 parent c70e20a commit 5607f54
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -491,5 +491,5 @@ <h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>

<!--
MkDocs version : 1.4.3
Build Date UTC : 2023-07-25 07:19:35.613917+00:00
Build Date UTC : 2023-07-25 08:05:26.498678+00:00
-->
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion tutorial2023/parametric_exercise/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1005,7 +1005,7 @@ <h2 id="part-5-discrete-profiling">Part 5: Discrete-profiling</h2>
<p>Compile the datacard with:</p>
<pre><code class="language-shell">text2workspace.py datacard_part5.txt -m 125
</code></pre>
<p>The <code>RooMultiPdf</code> is a handy object for performing bias studies as all functions can be stored in a single workspace. You can then set which function is used for generating the toys with the <code>--setParameters pdfindex=i</code> option, and which function is used for fitting with <code>--setParameters pdfindex=i --freezeParameters pdfindex=j</code> options. </p>
<p>The <code>RooMultiPdf</code> is a handy object for performing bias studies as all functions can be stored in a single workspace. You can then set which function is used for generating the toys with the <code>--setParameters pdfindex_Tag0=i</code> option, and which function is used for fitting with <code>--setParameters pdfindex_Tag0=j --freezeParameters pdfindex_Tag0</code> options. </p>
<ul>
<li>It would be a useful exercise to repeat the bias studies from part 4 but using the RooMultiPdf workspace. What happens when you do not freeze the index in the fitting step?</li>
</ul>
Expand Down

0 comments on commit 5607f54

Please sign in to comment.