Changeset 7079 for trunk


Ignore:
Timestamp:
05/20/05 16:48:57 (19 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r7078 r7079  
    2727
    2828   * datacenter/macros/fillstar.C:
    29      - adapted function to calculate psf
     29     - adapted functions to calculate psf and the ratio
    3030
    3131
  • trunk/MagicSoft/Mars/datacenter/macros/fillstar.C

    r7078 r7079  
    116116
    117117    Float_t integral = h2->Integral(5, 14);
    118     Float_t integralmc = -35.6*psf + 11000;
     118    Float_t integralmc = -33.0*psf + 10517;
    119119    Float_t ratiodatamc = (integral/integralmc)*100;
    120120    TString ratio = Form("%5.1f", ratiodatamc);
  • trunk/MagicSoft/Mars/datacenter/scripts/runganymed

    r7067 r7079  
    6969fi
    7070
    71 #cd $mars
    72 
    73 macrospath=/home/operator/Mars.cvs/datacenter/macros
    74 cd /home/operator/Mars.cvs
     71cd $mars
    7572
    7673date > $lockpath/lock-getting-ganymed-list.txt >> $scriptlog 2>&1
     
    187184 
    188185  echo "run ganymed..." >> $scriptlog 2>&1
    189   ./ganymed -b -q -f --log=$outpath/ganymed$no2.log --out=$outpath $datasetfile  2>> $scriptlog> /dev/null
     186  ./ganymed -b -q -f --full-display --sum --log=$outpath/ganymed$no2.log --out=$outpath $datasetfile  2>> $scriptlog> /dev/null
    190187  check1=$?
    191188
Note: See TracChangeset for help on using the changeset viewer.