]> git.uio.no Git - u/mrichter/AliRoot.git/blob - prod/acrcaf/qa_pp.sh
adding LED Ref FEE channels to PED DA and execute LED DA for calibration events only
[u/mrichter/AliRoot.git] / prod / acrcaf / qa_pp.sh
1 #!/bin/bash
2
3 source /afs/cern.ch/alice/caf/caf-lxplus.sh -alien v4-18-12-AN
4
5   [ -d qa_pp ] || mkdir qa_pp
6
7   [ -z $1 ] && { echo "Usage: qa_pp.sh <run_number>"; exit 1; }
8
9   cd qa_pp
10  root.exe qa_pp.C\($1\)
11
12   rm plot_macros/QAsym.proof.root
13   ln -s /home/alishift/acrcaf/qa_pp/run$1.root plot_macros/QAsym.proof.root
14