Changeset 2173 for trunk/MagicSoft/Mars/mhistmc/MHMcEnergy.cc
- Timestamp:
- 06/13/03 16:42:37 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhistmc/MHMcEnergy.cc
r2017 r2173 35 35 36 36 #include <stdlib.h> 37 #include <iostream .h>37 #include <iostream> 38 38 39 39 #include <TH1.h> … … 48 48 49 49 ClassImp(MHMcEnergy); 50 51 using namespace std; 50 52 51 53 // ------------------------------------------------------------------------- … … 217 219 Float_t MHMcEnergy::CalcThresholdErr(TF1 *gauss) 218 220 { 219 const Float_t lg10 = log(10 );221 const Float_t lg10 = log(10.); 220 222 const Float_t p1 = gauss->GetParameter(1); 221 223 const Float_t p1err = gauss->GetParError(1);
Note:
See TracChangeset
for help on using the changeset viewer.