Ignore:
Timestamp:
03/01/09 12:51:04 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhist/MHCamera.cc

    r9328 r9367  
    11/* ======================================================================== *\
    2 ! $Name: not supported by cvs2svn $:$Id: MHCamera.cc,v 1.117 2009-02-12 20:05:06 tbretz Exp $
     2! $Name: not supported by cvs2svn $:$Id: MHCamera.cc,v 1.118 2009-03-01 12:51:03 tbretz Exp $
    33! --------------------------------------------------------------------------
    44!
     
    22452245    const Double_t width = xmax-xmin;
    22462246
    2247     const TString dgausformula = "([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])"
    22482248        "+[3]/[5]*exp(-0.5*(x-[4])*(x-[4])/[5]/[5])";
    22492249
    2250     const TString tgausformula = "([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])"
    22512251        "+[3]/[5]*exp(-0.5*(x-[4])*(x-[4])/[5]/[5])"
    22522252        "+[6]/[8]*exp(-0.5*(x-[7])*(x-[7])/[8]/[8])";
Note: See TracChangeset for help on using the changeset viewer.