From 5e789f232c8dd06133e3496840d938d0f658c93e Mon Sep 17 00:00:00 2001 From: pskubic <38255071+pskubic@users.noreply.github.com> Date: Tue, 9 Jul 2024 14:04:23 -0500 Subject: [PATCH] Update AnalysisExample.md Removing "skip" directives from Analysis Example. --- docs/ASP2024/AnalysisExample.md | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/docs/ASP2024/AnalysisExample.md b/docs/ASP2024/AnalysisExample.md index c67c731..edd0f94 100644 --- a/docs/ASP2024/AnalysisExample.md +++ b/docs/ASP2024/AnalysisExample.md @@ -21,15 +21,12 @@ Again the `$` sign at the beginning of the commands to execute is the `command p ### Step 1: Create simulated data using the grid -_Note: We have introduced the option of skipping the grid (condor) submit steps, if time is short. So you can skip the condor submit scripts below if you wish, although they will still work._ Now in your test directory we will create the three files: `run-root.cmd`, `run-root.sh`, and `run-root.C` with the contents given below. This may require running an editor such as `emacs` or nano on your local desktop. -_We will not submit grid jobs so the "run-root.cmd" script is not needed for this exercise._ ------------------------------_Skip from here-1_----------------------------------------- First, we will utilize a simple command script to submit the grid jobs. It is `run-root.cmd`: @@ -47,7 +44,6 @@ notification=Never queue ``` ------------------------------------------------_Skip to here-1_---------------------------------------------------- Note that the executable script is: `run-root.sh` which is as follows: @@ -101,7 +97,6 @@ The macro `run-root.C` consists of the following code: .q ``` ------------------------------_Skip from here-2_----------------------------------------- The grid job can be submitted using: @@ -125,7 +120,6 @@ See instructions for downloading mandle.gif in the Mandlebrot Session. Now open a different terminal window on your local desktop to view the files. ------------------------------------------------_Skip to here-2_---------------------------------------------------- If condor submit was skipped, you can execute the script to run root interactively: ``` @@ -157,9 +151,7 @@ When you are done with this, you can quit `root` again with the command `.q