From 81f1b92981d05a56187edc5b6bc79a247f804e54 Mon Sep 17 00:00:00 2001 From: Horst Severini <32679601+hseverini@users.noreply.github.com> Date: Thu, 18 Jul 2024 11:18:09 -0500 Subject: [PATCH] Update AnalysisExample.md --- docs/ASP2024/AnalysisExample.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/docs/ASP2024/AnalysisExample.md b/docs/ASP2024/AnalysisExample.md index 0d9b3a0..df1cc67 100644 --- a/docs/ASP2024/AnalysisExample.md +++ b/docs/ASP2024/AnalysisExample.md @@ -6,7 +6,7 @@ Root may be run in batch mode on the grid to analyze large data samples. This ex ## Prerequisite -* Open a new Terminal on your local desktop. NOTE: You are no longer using the browser based terminal now, but the Terminal on your VM, just like you did to display mandle.gif with firefox. +* Open a new Terminal on your VM. * * Make a directory for this exercise @@ -21,12 +21,7 @@ Again the `$` sign at the beginning of the commands to execute is the `command p ### Step 1: Create simulated data using the grid - - -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. - - - +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 nano. First, we will utilize a simple command script to submit the grid jobs. It is `run-root.cmd`: