Changeset 7966
- Timestamp:
- 09/25/06 10:04:17 (18 years ago)
- Location:
- trunk/MagicSoft/Mars/datacenter/scripts
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/linkmc
r7944 r7966 199 199 do 200 200 #continue, if directory has already linked C and P run 201 $cont=`ls $dir/*_0000[12]_[CP]_MonteCarlo_E.root | wc -w`201 cont=`ls $dir/*_0000[12]_[CP]_MonteCarlo_E.root | wc -w` 202 202 if [ "$cont" == "2" ] >> $scriptlog 2>&1 203 203 then -
trunk/MagicSoft/Mars/datacenter/scripts/mcsequences
r7944 r7966 83 83 printprocesslog "INFO writing sequencefile $sequfile" 84 84 85 echo "Sequence: $firstrun" > $sequfile85 echo "Sequence: $firstrun" |> $sequfile 86 86 echo "Night: $date" >> $sequfile 87 87 echo "" >> $sequfile
Note:
See TracChangeset
for help on using the changeset viewer.