Changeset 9367 for trunk/MagicSoft/Mars/mhist
- Timestamp:
- 03/01/09 12:51:04 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MHCamera.cc
r9328 r9367 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: MHCamera.cc,v 1.11 7 2009-02-12 20:05:06tbretz Exp $2 ! $Name: not supported by cvs2svn $:$Id: MHCamera.cc,v 1.118 2009-03-01 12:51:03 tbretz Exp $ 3 3 ! -------------------------------------------------------------------------- 4 4 ! … … 2245 2245 const Double_t width = xmax-xmin; 2246 2246 2247 const TStringdgausformula = "([0]-[3])/[2]*exp(-0.5*(x-[1])*(x-[1])/[2]/[2])"2247 const char *dgausformula = "([0]-[3])/[2]*exp(-0.5*(x-[1])*(x-[1])/[2]/[2])" 2248 2248 "+[3]/[5]*exp(-0.5*(x-[4])*(x-[4])/[5]/[5])"; 2249 2249 2250 const TStringtgausformula = "([0]-[3]-[6])/[2]*exp(-0.5*(x-[1])*(x-[1])/[2]/[2])"2250 const char *tgausformula = "([0]-[3]-[6])/[2]*exp(-0.5*(x-[1])*(x-[1])/[2]/[2])" 2251 2251 "+[3]/[5]*exp(-0.5*(x-[4])*(x-[4])/[5]/[5])" 2252 2252 "+[6]/[8]*exp(-0.5*(x-[7])*(x-[7])/[8]/[8])";
Note:
See TracChangeset
for help on using the changeset viewer.