Changeset 15598 for trunk/DataCheck
- Timestamp:
- 05/13/13 10:55:01 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/Processing/BuildSequences.sh
r13284 r15598 17 17 cd $mars 18 18 19 check1=`root -q -b datacenter/macros/buildseqentriesf.C++\("\"$datapath\""\,"\"$seqpath\""\,1\,kFALSE\) | tee $logfile | intgrep`19 check1=`root -q -b fact/processing/buildseqentries.C+\("\"$datapath\""\,"\"$seqpath\""\,1\,kFALSE\) | tee $logfile | intgrep` 20 20 21 21 case $check1 in … … 25 25 #check="no" 26 26 ;; 27 *) printprocesslog "ERROR buildseqentries f.C failed (check1=$check1)"27 *) printprocesslog "ERROR buildseqentries.C failed (check1=$check1)" 28 28 #check=$check1 29 29 ;;
Note:
See TracChangeset
for help on using the changeset viewer.