Difference between revisions of "Event display tutorial"

From Atlas Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
Atlantis tutorial
 
  
 
+
== Atlantis tutorial ==
 
 
    a) Go to your favorite area (your project for example) and create a running directory
 
 
 
    cd /project/atlas/users/<your_login_name>
 
    mkdir MyGeneration
 
 
 
    b) Create your joboptions file
 
 
 
    Each athena job requires a joboptions file as input. Here we will create a joboption file that will:
 
 
 
        * Define what 'algorithms to run (in our case Pythia and Atlfast)
 
        * Define the Pythia settings
 
        * Define output parameters/ntuples
 
 
 
    Open a file called joboptions_HiggsGeneration.py and fill it with the following code
 
 
 
###############################################################
 
#
 
# Job options file
 
#
 
#==============================================================
 
 
 
#--------------------------------------------------------------
 
# General Application Configuration options
 
#--------------------------------------------------------------
 
 
 
###############################################################
 
 
 
    b) Get additional steering files
 

Revision as of 11:37, 14 June 2005

Atlantis tutorial