Changeset 8694


Ignore:
Timestamp:
08/22/07 17:42:15 (17 years ago)
Author:
msmeyer
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r8693 r8694  
    3232   * resources/calibration_spline.rc
    3333     - changed correction coefficients for MUX
     34
     35   * mmuon/MHMuonPar.cc
     36     - changed FHistBraod from ArcWidth/Radius vs. Radius to
     37       ArcWidth vs. Radius
     38
     39   * datacenter/macros/fillstar.C
     40     - changed reference values for muon analysis again according to
     41       the large muon sample with time image cleaning (for new release)
     42       with integration region 0.75 to 1.2
    3443
    3544
  • trunk/MagicSoft/Mars/datacenter/macros/fillstar.C

    r8691 r8694  
    162162
    163163    Float_t mw    = hmuon->GetMeanWidth();
    164     Float_t psf   = 78.536*mw - 35.624;
     164    Float_t psf   = 70.205*mw - 28.055;
    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()/7157)*100;
     171    Float_t ratiodatamc = (hmuon->GetMeanSize()/7216)*100;
    172172    TString ratio = Form("%5.1f", ratiodatamc);
    173173
Note: See TracChangeset for help on using the changeset viewer.