Ignore:
Timestamp:
09/16/02 10:35:17 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MEnergyEst.cc

    r1211 r1525  
    3434#include "MEnergyEst.h"
    3535
     36#include "MLog.h"
     37#include "MLogManip.h"
     38
    3639ClassImp(MEnergyEst);
    3740
     
    4649}
    4750
     51void MEnergyEst::Print(Option_t *o) const
     52{
     53    *fLog << all << GetDescriptor() << ": Eest = " << (int)fEnergy << "GeV \t Ir = " << (int)(fImpact/100) << "m" << endl;
     54}
    4855
Note: See TracChangeset for help on using the changeset viewer.