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
Example of CAF raw-data reconstruction. The simplest usage is rec.sh <run#>.
[u/mrichter/AliRoot.git]
/
test
/
proof
/
rec.sh
1
#!/bin/bash
2
3
[ -z $1 ] && { echo "Usage: rec.sh <run_number>"; exit 1; }
4
5
aliroot -q run.C\($1\)