Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Everytime you log in and want to use an ATLAS release (15.2.0.1 is used for this example, but 15.5.1 is a more recent release...):

Code Block
bash #this is the supported shell for ATLAS work at SLAC
mkdir ~/reldirs/15.2.0 #if it doesn't already exist (where 15.2.0 is the first 3 numbers of the release)
cd reldirs/15.2.0
. ~/cmthome/setup.sh -tag=15.2.0.1

...

Code Block
get_files -jo HelloWorldOptions.py
athena.py HelloWorldOptions.py > ~/scratch/hello.log

#Analysis skeleton for AOD analysis:
cmt co -r UserAnalysis-00-13-17 PhysicsAnalysis/AnalysisCommon/UserAnalysis
#If no ATLAS access: cp -r ~ahaas/reldirs/15.3.1/PhysicsAnalysis .

cd PhysicsAnalysis/AnalysisCommon/UserAnalysis/cmt; make; cd -

...