Changeset 17196 for trunk


Ignore:
Timestamp:
09/20/13 12:22:13 (11 years ago)
Author:
tbretz
Message:
Removed some output to allow the use in a cron job without getting flooded by emails; added the start date to the output.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/fact/analysis/gain/runanalysis.sh

    r17160 r17196  
    4646      continue
    4747   fi
    48    
    49    
    5048
    51    echo "Submitting "${night}"_"${runnum}"["${drsnum}"]"
     49#  echo "Submitting "${night}"_"${runnum}"["${drsnum}"]"
    5250
    5351   cd ~/Mars
    5452
    55    cmd="ROOT_HIST=0 ${ROOTSYS}/bin/root -q -b -l ${macro}+\($maxdist,$threshold,\\\"$runfile\\\",$run,$run,\\\"$drsfile\\\",\\\"${outpath}\\\"\)"
     53   cmd="date; ROOT_HIST=0 ${ROOTSYS}/bin/root -q -b -l ${macro}+\($maxdist,$threshold,\\\"$runfile\\\",$run,$run,\\\"$drsfile\\\",\\\"${outpath}\\\"\)"
    5654
    5755   echo "echo ${cmd}; ${cmd}" | qsub -N e${name}-${runnum} -q test -cwd -e ${log}".err" -o ${log}".log"
Note: See TracChangeset for help on using the changeset viewer.