Changeset 16674 for trunk/DataCheck


Ignore:
Timestamp:
06/03/13 22:34:34 (11 years ago)
Author:
Daniela Dorner
Message:
use compiled version of macro
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataCheck/Processing/FillNumEvts.sh

    r15516 r16674  
    4545   echo "run numevts.C for night "$runnumber" (run-wise processing) " >> $logfile 2>&1
    4646   printprocesslog "run numevts.C for night "$runnumber" (run-wise processing) "
    47    printprocesslog "root -q -b -l fact/processing/numevents.C\("\"$runnumber"\"\,"\"$anapath"\"\,"\"$resulttable1"\"\,kFALSE\,kFALSE\)"
    48    check1=`root -q -b -l fact/processing/numevents.C\("\"$runnumber"\"\,"\"$anapath"\"\,"\"$resulttable1"\"\,kFALSE\,kFALSE\) | tee $logfile | intgrep`
     47   printprocesslog "root -q -b -l fact/processing/numevents.C+\("\"$runnumber"\"\,"\"$anapath"\"\,"\"$resulttable1"\"\,kFALSE\,kFALSE\)"
     48   check1=`root -q -b -l fact/processing/numevents.C+\("\"$runnumber"\"\,"\"$anapath"\"\,"\"$resulttable1"\"\,kFALSE\,kFALSE\) | tee $logfile | intgrep`
    4949
    5050   case $check1 in
Note: See TracChangeset for help on using the changeset viewer.