Versions Compared

Key

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

...

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

#Analysis#Check out skeletoncode for skeleton AOD analysis:
cmt
atladdpkg PhysicsAnalysis/AnalysisCommon/UserAnalysis

#To get a particular version of the package, other than what's in the current release:
#cmt co -r UserAnalysis-00-13-17 PhysicsAnalysis/AnalysisCommon/UserAnalysis

#If no ATLAS access yet: cp
#cp -r ~ahaas/reldirs/15.3.1/PhysicsAnalysis .

#build package
cd PhysicsAnalysis/AnalysisCommon/UserAnalysis/cmt; make; cd -../run

You should be able to run anything from the CERN workbook.

...