Parent Directory
|
Revision Log
|
Patch
| revision 1.9 by mocchiut, Wed Aug 12 14:43:35 2009 UTC | revision 1.10 by mocchiut, Wed Aug 12 14:57:00 2009 UTC | |
|---|---|---|
| # | Line 1003 Float_t CaloLong::Evaluate(TString s, Fl | Line 1003 Float_t CaloLong::Evaluate(TString s, Fl |
| 1003 | printf(" ERROR, the input formula must contain \"t\"\n"); | printf(" ERROR, the input formula must contain \"t\"\n"); |
| 1004 | return 0.; | return 0.; |
| 1005 | }; | }; |
| 1006 | if ( tmax != tmax ){ | |
| 1007 | printf(" ERROR, tmax is nan! \n"); | |
| 1008 | return 0.; | |
| 1009 | }; | |
| 1010 | TString g=Form("%f",tmax); | TString g=Form("%f",tmax); |
| 1011 | TString *ts= new TString(""); | TString *ts= new TString(""); |
| 1012 | ts->Prepend(s.Data()); | ts->Prepend(s.Data()); |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.23 |