Changeset 18662
- Timestamp:
- 11/02/16 03:28:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/Processing/FillAuxData.sh
r18471 r18662 192 192 continue 193 193 fi 194 echo $rawfile" "$tstarti" "$tstartf" "$tstopi" "$tstopf 194 #echo $rawfile" "$tstarti" "$tstartf" "$tstopi" "$tstopf 195 printprocesslog "DEBUG "$rawfile" "$tstarti" "$tstartf" "$tstopi" "$tstopf 195 196 # assuming that at least TSTARTI and TSTOPI are consistent 196 197 if [ $tstarti -gt 30000 ] … … 206 207 tstop=`echo " $tstopi + $tstopf " | bc -l` 207 208 fi 208 echo $rawfile" "$tstart" "$tstop 209 #echo $rawfile" "$tstart" "$tstop 210 printprocesslog "DEBUG "$rawfile" "$tstart" "$tstop 209 211 # code for very old data 210 212 #if [ $runnumber -eq 20111123 ]
Note:
See TracChangeset
for help on using the changeset viewer.