Changeset 7185 for trunk/MagicSoft/Mars/mhflux/MAlphaFitter.cc
- Timestamp:
- 07/13/05 16:37:28 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhflux/MAlphaFitter.cc
r7178 r7185 178 178 // Now fit a gaus in the on region on top of the polynom 179 179 fFunc->SetParameter(0, A); 180 fFunc->SetParameter(2, fSignalFunc==kGauss ? sigmax*0.75 : sigmax);180 fFunc->SetParameter(2, sigmax*0.75); 181 181 182 182 // options : N do not store the function, do not draw
Note:
See TracChangeset
for help on using the changeset viewer.