# first log on to a machine with the ATHENA software #(at Liverpool alpha, beta etc., up, down etc.) # Setup your cmthome directory cd mkdir cmthome cd cmthome # write file called requirements in cmthome to look like: set CMTSITE STANDALONE set SITEROOT /batchsoft/atlas/athena/12.0.6 macro ATLAS_DIST_AREA ${SITEROOT} macro ATLAS_TEST_AREA ${HOME}/AtlasWork12 apply_tag setup apply_tag simpleTest use AtlasLogin AtlasLogin-* $(ATLAS_DIST_AREA) set CMTCONFIG i686-slc3-gcc323-opt set DBRELEASE_INSTALLED 3.1.1 source /batchsoft/atlas/athena/12.0.5/CMT/v1r19/mgr/setup.sh cmt config # Setup a work directory cd mkdir AtlasWork12 cd AtlasWork12 mkdir 12.0.6 cd 12.0.6 # Setup ATHENA environment source ~/cmthome/setup.sh -tag=12.0.6 # Set up cvs and log into CERN export CVSEDITOR=pico /usr/kerberos/bin/kinit -4 username@CERN.CH # Get the code cvs co groups/blanalysis/BLBasic groups/blanalysis/BLUserExamples #[ Note: Subsequently all you need to do is setup # source ~/cmthome/setup.sh -tag=12.0.6 ] # Compile cd groups/blanalysis/BLUserExamples/cmt cmt bro cmt config cmt bro source setup.sh cmt bro gmake # Run the code cd ../run athena.py Zee_jobOptions.py >& Zee.out & athena.py Zmumu_jobOptions.py >& Zmumu.out& #plot the results root -b -q ../Root/runFile.C