Last change
on this file since 19905 was 17984, checked in by ghughes, 10 years ago |
mixed some major bigs, removed hardcoded directory stuff, some minor testing still needed but batch full
|
File size:
246 bytes
|
Line | |
---|
1 | #!/bin/bash
|
---|
2 |
|
---|
3 | source ~/.bash_profile
|
---|
4 |
|
---|
5 | cd $MARSSYS
|
---|
6 |
|
---|
7 | NAME=NNNNN
|
---|
8 |
|
---|
9 | INFILE=$NAME.list
|
---|
10 | OUTDIR=$MARSSYS"/OUTPUT/ganymed/"
|
---|
11 | mkdir -p $OUTDIR
|
---|
12 | OUTFILE=$OUTDIR"/"$NAME"_gan.root"
|
---|
13 |
|
---|
14 | root -b -q fact/analysis/ganymed.C\(\"$INFILE\",\"$OUTFILE\",5.5755,22.0144\)
|
---|
15 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.