- Timestamp:
- 05/20/05 16:48:57 (19 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7078 r7079 27 27 28 28 * datacenter/macros/fillstar.C: 29 - adapted function to calculate psf29 - adapted functions to calculate psf and the ratio 30 30 31 31 -
trunk/MagicSoft/Mars/datacenter/macros/fillstar.C
r7078 r7079 116 116 117 117 Float_t integral = h2->Integral(5, 14); 118 Float_t integralmc = -3 5.6*psf + 11000;118 Float_t integralmc = -33.0*psf + 10517; 119 119 Float_t ratiodatamc = (integral/integralmc)*100; 120 120 TString ratio = Form("%5.1f", ratiodatamc); -
trunk/MagicSoft/Mars/datacenter/scripts/runganymed
r7067 r7079 69 69 fi 70 70 71 #cd $mars 72 73 macrospath=/home/operator/Mars.cvs/datacenter/macros 74 cd /home/operator/Mars.cvs 71 cd $mars 75 72 76 73 date > $lockpath/lock-getting-ganymed-list.txt >> $scriptlog 2>&1 … … 187 184 188 185 echo "run ganymed..." >> $scriptlog 2>&1 189 ./ganymed -b -q -f -- log=$outpath/ganymed$no2.log --out=$outpath $datasetfile 2>> $scriptlog> /dev/null186 ./ganymed -b -q -f --full-display --sum --log=$outpath/ganymed$no2.log --out=$outpath $datasetfile 2>> $scriptlog> /dev/null 190 187 check1=$? 191 188
Note:
See TracChangeset
for help on using the changeset viewer.