Changeset 7003


Ignore:
Timestamp:
05/09/05 10:40:17 (20 years ago)
Author:
meyer
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r7001 r7003  
    2121
    2222                                                 -*-*- END OF LINE -*-*-
     23 2005/05/09 Markus Meyer
     24
     25   * mmuon/MHSingleMuon.cc
     26     - changed the default value for the binning of fHistPhi
     27     - changed the start parameter for the gaussian fit for the
     28       calculation of ArcWidth
     29
     30
    2331 2005/05/09 Thomas Bretz
    2432
  • trunk/MagicSoft/Mars/mmuon/MHSingleMuon.cc

    r6987 r7003  
    9393
    9494    MBinning bins;
    95     bins.SetEdges(21, -180, 180);
     95    bins.SetEdges(20, -180, 180);
    9696    bins.Apply(fHistPhi);
    9797
     
    317317
    318318    // Choose starting values as accurate as possible
    319     f1.SetParameter(0, fHistWidth.Integral(first+1, last));
     319    f1.SetParameter(0, fHistWidth.GetMaximumBin());
    320320    f1.SetParameter(1, fHistWidth.GetBinCenter(m));
    321321    f1.SetParameter(2, (endfitval-startfitval)/2);
Note: See TracChangeset for help on using the changeset viewer.