Difference between revisions of "Generating Higgs Events on the grid"

From Atlas Wiki
Jump to navigation Jump to search
 
Line 3: Line 3:
  
  
== The necessary files ==
+
== The necessary (6) files ==
 
For each ATLAS job op the grid we'll need the following files:
 
For each ATLAS job op the grid we'll need the following files:
:A joboptions file for our Athena job
+
:1) A joboptions file for our Athena job [http://www.nikhef.nl/~ivov/HiggsGrid_Scripts/joboptions_Higgs_BASIC.py joboptions_Higgs_BASIC.py]
:  (Here you specify the physics process and details of the output. In our case: Run pythia, atlfast and produce a CBNT output file)
+
::  (Here you specify the physics process and details of the output. In our case: Run pythia, atlfast and produce a CBNT output file)
: The 'basic' input file is called
+
:2) A shell script that will run on the remote grid machine [http://www.nikhef.nl/~ivov/HiggsGrid_Scripts/ShellScript_Higgs_BASIC.sh ShellScript_Higgs_BASIC.sh]
:A shell script that will be run on the remote grid machine
+
:(The ATLAS settings will be set and the athena job will be started by this script)
: (The ATLAS settings will be set and the athena job will be started by this script)
+
:3) A JDL file containing the names of all required input and output file [http://www.nikhef.nl/~ivov/HiggsGrid_Scripts/jdl_Higgs_BASIC.jdl jdl_Higgs_BASIC.jdl]
:A JDL file containing the names of all required input and output file
+
:4) A tar-ball with ATlas software [http://www.nikhef.nl/~ivov/HiggsGrid_Scripts/AtlasStuff.tgz AtlasStuff.tgz]
 +
 
  
 
To facilitate the handling of a large number of jobs we have added two more scripts
 
To facilitate the handling of a large number of jobs we have added two more scripts
:A script that produces all input files
+
:5) A script that produces all input files: [http://www.nikhef.nl/~ivov/HiggsGrid_Scripts/Higgs_ShipOff_Everything.py Higgs_ShipOff_Everything.py]
:A general tool to manage your jobs on the grid (gridmgr)
+
:6) A general tool from Wouter to manage your jobs on the grid: [http://www.nikhef.nl/~ivov/HiggsGrid_Scripts/gridmgr gridmgr]
  
On your local machine
+
On your local machine please download these files into a single directory.

Revision as of 15:41, 5 August 2005

A specific example

We'll describe here an example where we'll generate where you can pick your favorite Higgs mass and Z decay channel. This exercise also allows you to test the script on your local ATLAS setup. First make sure this runs before submitting 100's of jobs onto the grid.


The necessary (6) files

For each ATLAS job op the grid we'll need the following files:

1) A joboptions file for our Athena job joboptions_Higgs_BASIC.py
(Here you specify the physics process and details of the output. In our case: Run pythia, atlfast and produce a CBNT output file)
2) A shell script that will run on the remote grid machine ShellScript_Higgs_BASIC.sh
(The ATLAS settings will be set and the athena job will be started by this script)
3) A JDL file containing the names of all required input and output file jdl_Higgs_BASIC.jdl
4) A tar-ball with ATlas software AtlasStuff.tgz


To facilitate the handling of a large number of jobs we have added two more scripts

5) A script that produces all input files: Higgs_ShipOff_Everything.py
6) A general tool from Wouter to manage your jobs on the grid: gridmgr

On your local machine please download these files into a single directory.