Changeset 8691 for trunk


Ignore:
Timestamp:
08/22/07 12:57:28 (17 years ago)
Author:
msmeyer
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r8690 r8691  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20 2007/08/22 Markus Meyer
     21
     22   * datacenter/macros/fillstar.C
     23     - changed reference values for muon analysis according to
     24       the large muon sample with old image cleaning (Mars-1.2) and
     25       smaller integration region (0.75 to 1.2)
     26
     27
    2028
    2129 2007/08/22 Stefan Ruegamer
  • trunk/MagicSoft/Mars/datacenter/macros/fillstar.C

    r8686 r8691  
    162162
    163163    Float_t mw    = hmuon->GetMeanWidth();
    164     Float_t psf   = 71.685*mw - 28.323;
     164    Float_t psf   = 78.536*mw - 35.624;
    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()/7464)*100;
     171    Float_t ratiodatamc = (hmuon->GetMeanSize()/7157)*100;
    172172    TString ratio = Form("%5.1f", ratiodatamc);
    173173
  • trunk/MagicSoft/Mars/mmuon/MHMuonPar.cc

    r8686 r8691  
    6565using namespace std;
    6666
    67 const Float_t MHMuonPar::fgIntegralLoLim = 0.8;
    68 const Float_t MHMuonPar::fgIntegralUpLim = 1.2;
     67const Float_t MHMuonPar::fgIntegralLoLim = 0.751;
     68const Float_t MHMuonPar::fgIntegralUpLim = 1.199;
    6969
    7070// --------------------------------------------------------------------------
     
    9797
    9898    fHistBroad.SetName("RingBroadening");
    99     fHistBroad.SetTitle("Profile ArcWidth/Radius vs Radius");
     99    fHistBroad.SetTitle("Profile ArcWidth vs Radius");
    100100    fHistBroad.SetXTitle("R [\\circ]");
    101101    fHistBroad.SetYTitle("W/R [1]");
     
    177177
    178178    fHistBroad.Fill(fMm2Deg*fMuonSearchPar->GetRadius(),
    179                     fMuonCalibPar->GetArcWidth()/(fMm2Deg*fMuonSearchPar->GetRadius()), w);
     179                    fMuonCalibPar->GetArcWidth(), w);
    180180
    181181    fHistSize.Fill(fMm2Deg*fMuonSearchPar->GetRadius(),
Note: See TracChangeset for help on using the changeset viewer.