ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/cbrown/Development/Plotting/RunAnalysisOnWN.sh
(Generate patch)

Comparing UserCode/cbrown/Development/Plotting/RunAnalysisOnWN.sh (file contents):
Revision 1.2 by fronga, Fri Jul 20 16:51:34 2012 UTC vs.
Revision 1.3 by fronga, Thu Aug 23 16:26:20 2012 UTC

# Line 33 | Line 33 | function submit {
33      errloc=`pwd`/Plots/$savedir/Official_Log_errors.txt
34      logloc=`pwd`/Plots/$savedir/Official_Log.txt
35      thisscript=`basename $0`
36 <    cmd="qsub -e $errloc -o $logloc -q long.q -N aCBAF $thisscript $currloc"
36 >    cmd="qsub -e $errloc -o $logloc -q short.q -N $savedir $thisscript $currloc"
37      eval $cmd
38      echo -e "Job has been sent in using the following command: \n  $cmd"
39   }
# Line 41 | Line 41 | function runjob {
41   source /swshare/ROOT/thisroot.sh
42   cd $location
43   cp -v ./Selective_Plot_Generator.exec $executable
44 < # $executable --region --kin
44 > # $executable --region --kin --pred --jzb --results
45 > #$executable --kin --jzb --ttbar
46   $executable --all --paper
47   rm -v $executable
48   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines