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/manalysis/MPedCalcPedRun.cc

    r1081 r2173  
    5050
    5151ClassImp(MPedCalcPedRun);
     52
     53using namespace std;
    5254
    5355MPedCalcPedRun::MPedCalcPedRun(const char *name, const char *title)
     
    135137Float_t MPedCalcPedRun::CalcHiGainMeanErr(Float_t higainrms) const
    136138{
    137     return higainrms/sqrt(fNumHiGainSamples);
     139    return higainrms/sqrt((float)fNumHiGainSamples);
    138140}
    139141
Note: See TracChangeset for help on using the changeset viewer.