Changeset 7003
- Timestamp:
- 05/09/05 10:40:17 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7001 r7003 21 21 22 22 -*-*- 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 23 31 2005/05/09 Thomas Bretz 24 32 -
trunk/MagicSoft/Mars/mmuon/MHSingleMuon.cc
r6987 r7003 93 93 94 94 MBinning bins; 95 bins.SetEdges(2 1, -180, 180);95 bins.SetEdges(20, -180, 180); 96 96 bins.Apply(fHistPhi); 97 97 … … 317 317 318 318 // Choose starting values as accurate as possible 319 f1.SetParameter(0, fHistWidth. Integral(first+1, last));319 f1.SetParameter(0, fHistWidth.GetMaximumBin()); 320 320 f1.SetParameter(1, fHistWidth.GetBinCenter(m)); 321 321 f1.SetParameter(2, (endfitval-startfitval)/2);
Note:
See TracChangeset
for help on using the changeset viewer.