Changeset 9172 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
11/18/08 12:08:20 (16 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/scripts/runcamera

    r9171 r9172  
    4242   echo "ct_geom 1"
    4343   echo "qe_file 0 $detectordir/Data/qe-emi-coat.RFL.dat"
    44    echo "input_file 0 "$mcpath"/reflector/"$date"/"$outfile
    45    echo "data_file $outpath/"`echo $outfile | sed -e 's/rfl/dat/'`
    46    echo "root_file $outpath/"`echo $outfile | sed -e 's/rfl/root/'`
     44   echo "input_file 0 "$mcpath"/reflector/"$date"/"$infile
     45   echo "data_file $outpath/"`echo $infile | sed -e 's/rfl/dat/'`
     46   echo "root_file $outpath/"`echo $infile | sed -e 's/rfl/root/'`
    4747   echo "trigger_prop 3.0 0.25 1.0 2.0"
    4848   echo "trigger_single 0 4 4 2"
     
    9494outpath=$mcpath"/"$program"/"$date
    9595date2=`echo $date | sed -e 's/\///g'`
    96 outfile=$date2"_"`printf %06d $reflectorrunno`"_"$particle".rfl"
     96infile=$date2"_"`printf %06d $reflectorrunno`"_"$particle".rfl"
    9797query="SELECT fAdditionalSpotSize FROM MCRunData where fMCRunNumber="$run
    9898spotsize=`sendquery`
Note: See TracChangeset for help on using the changeset viewer.