source: branches/Mars_McMismatchStudy/qsub/FACT.qsub_gan_data.sh@ 19905

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
3source ~/.bash_profile
4
5cd $MARSSYS
6
7NAME=NNNNN
8
9INFILE=$NAME.list
10OUTDIR=$MARSSYS"/OUTPUT/ganymed/"
11mkdir -p $OUTDIR
12OUTFILE=$OUTDIR"/"$NAME"_gan.root"
13
14root -b -q fact/analysis/ganymed.C\(\"$INFILE\",\"$OUTFILE\",5.5755,22.0144\)
15
Note: See TracBrowser for help on using the repository browser.