Changeset 16674 for trunk/DataCheck/Processing
- Timestamp:
- 06/03/13 22:34:34 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/Processing/FillNumEvts.sh
r15516 r16674 45 45 echo "run numevts.C for night "$runnumber" (run-wise processing) " >> $logfile 2>&1 46 46 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` 49 49 50 50 case $check1 in
Note:
See TracChangeset
for help on using the changeset viewer.