Ignore:
Timestamp:
06/13/03 16:42:37 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhistmc/MHMcEnergy.cc

    r2017 r2173  
    3535
    3636#include <stdlib.h>
    37 #include <iostream.h>
     37#include <iostream>
    3838
    3939#include <TH1.h>
     
    4848
    4949ClassImp(MHMcEnergy);
     50
     51using namespace std;
    5052
    5153// -------------------------------------------------------------------------
     
    217219Float_t MHMcEnergy::CalcThresholdErr(TF1 *gauss)
    218220{
    219     const Float_t lg10  = log(10);
     221    const Float_t lg10  = log(10.);
    220222    const Float_t p1    = gauss->GetParameter(1);
    221223    const Float_t p1err = gauss->GetParError(1);
Note: See TracChangeset for help on using the changeset viewer.