Skip to content

Commit

Permalink
Deployed 7df7f50 with MkDocs version: 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Jul 9, 2024
1 parent fd4016d commit 6bf1b18
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions ASP2024/AnalysisExample/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -995,7 +995,11 @@ <h3 id="step-3-make-tselector">Step 3: Make TSelector</h3>
queue
</code></pre>
<p>Create <code>run-root-2.sh</code>:</p>
<pre><code>#!/bin/bash
<pre><code>#!/bin/bash
# setup
source /cvmfs/sft.cern.ch/lcg/views/setupViews.sh LCG_105a x86_64-ubuntu2204-gcc11-opt

# execute
root -b &lt; run-root-2.C &gt; root-2.out
</code></pre>
<p>It has to be made executable, by use of the <code>chmod</code> Linux command:</p>
Expand All @@ -1019,7 +1023,10 @@ <h3 id="step-3-make-tselector">Step 3: Make TSelector</h3>
</code></pre>
<p>If this works, we can process the data files <code>t00.root</code> and <code>t01.root</code> on the
Grid with our new command script <code>run-root-2.cmd</code>.</p>
<p>This can be done with command:</p>
<p>Use the upload feature in ospool to upload files needed to submit this to condor:
s0.C, s0.h, run-root-2.C, run-root-2.cmd, run-root-2.sh.</p>
<p>Make sute t00.root and t01.root are present in ospool.</p>
<p>The condor job can now be submitted from ospool using this command:</p>
<pre><code>condor_submit run-root-2.cmd
</code></pre>
<p>Go back to the local terminal window on your local desktop, and download the root files:</p>
Expand Down
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.

0 comments on commit 6bf1b18

Please sign in to comment.