Changeset 6970
- Timestamp:
- 04/21/05 17:24:22 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r6969 r6970 21 21 22 22 -*-*- END OF LINE -*-*- 23 24 2005/04/21 Daniela Dorner 25 26 * datacenter/scripts/runcallisto: 27 - fixed choice of todofile 28 29 * datacenter/scripts/copyscript: 30 - adapted some paths 31 32 * datacenter/macros/filldotrun.C: 33 - added 6 new arehucas versions 34 35 23 36 24 37 2005/04/21 Thomas Bretz -
trunk/MagicSoft/Mars/datacenter/macros/filldotrun.C
r6933 r6970 37 37 // 040518-0, 040727-0, 38 38 // 041113-0, 041209-0, 041221-0 39 // 050224-0, 050317-0, 050322-0, 050401-0, 050413-0, 050415-0 39 40 // 40 41 // Usage: … … 178 179 && version!=200407270 && version!=200411130 && 179 180 version!=200412090 && version!=200412210 && 180 version!=200503220 && version!=200504010) 181 version!=200502240 && version!=200503170 && version!=200503220 && 182 version!=200504010 && version!=200504130 && version!=200504150) 181 183 { 182 184 cout << filename << ": File Version unknown - please update the macro!" << endl; … … 444 446 Int_t calibrationscriptkey=1; 445 447 if (version==200411130 || version==200412090 || version==200412210 446 || version==200503220 || version==200504010) 448 || version==200502240 || version==200503170 || version==200503220 449 || version==200504010 || version==200504130 || version==200504150) 447 450 { 448 451 // ========== Col 19-35: DC and HV-values, mjd ========= -
trunk/MagicSoft/Mars/datacenter/scripts/copyscript
r6936 r6970 174 174 if grep "$filename: OK" $transdir/.check >> $scriptlog 2>&1 175 175 then 176 newfile=`echo $file | sed -e 's/datacenter\/transfer/subsystemdata/' -e 's/ccdata/cc/' -e 's/ drivelogs/drive/' -e 's/_/\//1' -e 's/_/\//1' `176 newfile=`echo $file | sed -e 's/datacenter\/transfer/subsystemdata/' -e 's/ccdata/cc/' -e 's/cacodata/caco/' -e 's/drivelogs/drive/' -e 's/_/\//1' -e 's/_/\//1' ` 177 177 echo "file (new path): "$newfile >> $scriptlog 2>&1 178 178 newpath=`dirname $newfile` … … 194 194 then 195 195 echo "found rbk-file $filename" >> $scriptlog 2>&1 196 checkfillrbk=`root -q -b $macrospath/filldotrbk.C+\("\"$file\""\,kFALSE\) | tee $copylogpath/filldotrbk-$ date-log.txt | grep int | sed -e 's/(int)//'`196 checkfillrbk=`root -q -b $macrospath/filldotrbk.C+\("\"$file\""\,kFALSE\) | tee $copylogpath/filldotrbk-$filename-log.txt | grep int | sed -e 's/(int)//'` 197 197 case $checkfillrbk in 198 198 1) echo "checkfillrbk=$checkfillrbk -> everything ok " >> $scriptlog 2>&1 … … 205 205 then 206 206 echo "found run-file $filename" >> $scriptlog 2>&1 207 checkfillrun=`root -q -b $macrospath/filldotrun.C+\("\"$file\""\,kFALSE\) | tee $copylogpath/filldotrun-$ date-log.txt | grep int | sed -e 's/(int)//'`207 checkfillrun=`root -q -b $macrospath/filldotrun.C+\("\"$file\""\,kFALSE\) | tee $copylogpath/filldotrun-$filename-log.txt | grep int | sed -e 's/(int)//'` 208 208 case $checkfillrun in 209 209 1) echo "checkfillrun=$checkfillrun -> everything ok " >> $scriptlog 2>&1 … … 247 247 rm -v $transdir/.check >> $scriptlog 2>&1 248 248 249 #rsync -av $transdir/ $extern >> $scriptlog 2>&1 249 250 rsync -av --delete $transdir/ $extern >> $scriptlog 2>&1 250 251 -
trunk/MagicSoft/Mars/datacenter/scripts/runcallisto
r6934 r6970 92 92 93 93 echo "checking if other todo-files are there" >> $scriptlog 2>&1 94 if ls $todofile-[1-9] .txt >> $scriptlog 2>&194 if ls $todofile-[1-9]*.txt >> $scriptlog 2>&1 95 95 then 96 96 echo "other file(s) on disk " >> $scriptlog 2>&1
Note:
See TracChangeset
for help on using the changeset viewer.