Changeset 10 in Idarraga


Ignore:
Timestamp:
Nov 29, 2010, 1:43:14 PM (13 years ago)
Author:
idarraga
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • misc/VP1/jobOptions_vis.py

    r9 r10  
    11#--------------------------------------------------------------
    2 # Template jobOptions: SLHC
    3 #  - Display
     2# John Idarraga <idarraga@lal.in2p3.fr>
     3# Minimal VP1 top jobOptions
    44#--------------------------------------------------------------
    55
     
    1111# MC or data - affects which conditions database instance is used
    1212globalflags.DataSource='geant4'
     13
     14# Geometries and conditions:
     15#  https://twiki.cern.ch/twiki/bin/viewauth/Atlas/AtlasDBRelease#Top_level_geometry_and_condition
     16# Geometry descriptions details:
     17#  http://atlas.web.cern.ch/Atlas/GROUPS/OPERATIONS/dataBases/DDDB/
    1318globalflags.DetDescrVersion = "ATLAS-GEO-06-00-00"
    1419
    15 # import the # the conditions setup
     20# Conditions
    1621from IOVDbSvc.CondDB import conddb
    1722conddb.setGlobalTag('OFLCOND-SIM-00-00-00')
Note: See TracChangeset for help on using the changeset viewer.