Categories
ATLAS recipes

Submitting muon analysis jobs to batch system on titan

To submit muonana jobs to the batch system on titan and combine the output histograms, the following files from /home/willocq/root/MuonESDAnalysis/ are needed:

  • batchscript.pl
  • batchrun_muonana.C
  • run_hadd.sh

To submit batch jobs for real data type the first line for only data period J (as a test) or the second line for all data periods:

  • perl batchscript.pl -s dataJ
  • perl batchscript.pl -s alldata

To submit batch jobs for simulated Monte Carlo data, use:

  • perl batchscript.pl -s allmc

To monitor the progress of your batch jobs type the first line to see all jobs or the second to see only your own jobs:

  • qstat
  • qstat -u $USER

Finally, the output histogram files can be merged with the hadd command by executing:

  • ./run_hadd.sh

Leave a Reply