Changeset 8686 for trunk


Ignore:
Timestamp:
08/21/07 15:39:25 (17 years ago)
Author:
msmeyer
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r8685 r8686  
    1919                                                 -*-*- END OF LINE -*-*-
    2020
     21 2007/08/21 Markus Meyer
     22
     23   * mmuon/MHMuonPar.cc
     24     - changed fgIntegralLoLim from 0.7 to 0.8
     25
    2126 2007/08/21 Stefan Ruegamer
    2227
    2328   * datacenter/scripts/movingrawfiles_OK
    2429     - removed rmdir -p option
    25 
    2630
    2731
     
    4953   * resources/calibration_spline.rc
    5054     - added factors for period 56 and 57 (same value as for 55)
    51 
    5255
    5356
  • trunk/MagicSoft/Mars/datacenter/macros/fillstar.C

    r8532 r8686  
    162162
    163163    Float_t mw    = hmuon->GetMeanWidth();
    164     Float_t psf   = 58.5480*mw - 37.3829;
     164    Float_t psf   = 71.685*mw - 28.323;
    165165    psf = TMath::Nint(psf*10)/10.;
    166166    if (psf<0)
     
    169169    Int_t   num = (int)hmuon->GetEntries();
    170170
    171     Float_t ratiodatamc = (hmuon->GetMeanSize()/9327.)*100;
     171    Float_t ratiodatamc = (hmuon->GetMeanSize()/7464)*100;
    172172    TString ratio = Form("%5.1f", ratiodatamc);
    173173
  • trunk/MagicSoft/Mars/mmuon/MHMuonPar.cc

    r7374 r8686  
    6565using namespace std;
    6666
    67 const Float_t MHMuonPar::fgIntegralLoLim = 0.7;
     67const Float_t MHMuonPar::fgIntegralLoLim = 0.8;
    6868const Float_t MHMuonPar::fgIntegralUpLim = 1.2;
    6969
Note: See TracChangeset for help on using the changeset viewer.