git://git.uio.no
/
u
/
mrichter
/
AliRoot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Prototype of the QA analysis mini-train. It uses AliAnalysisTaskCosmic from PWG1...
[u/mrichter/AliRoot.git]
/
prod
/
acrcaf
/
qa.sh
1
#!/bin/bash
2
3
[ -d qa ] || mkdir qa
4
5
[ -z $1 ] && { echo "Usage: qa.sh <run_number>"; exit 1; }
6
7
cd qa
8
aliroot qa.C\($1\)