Changeset 1525 for trunk/MagicSoft/Mars/manalysis/MEnergyEst.cc
- Timestamp:
- 09/16/02 10:35:17 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MEnergyEst.cc
r1211 r1525 34 34 #include "MEnergyEst.h" 35 35 36 #include "MLog.h" 37 #include "MLogManip.h" 38 36 39 ClassImp(MEnergyEst); 37 40 … … 46 49 } 47 50 51 void MEnergyEst::Print(Option_t *o) const 52 { 53 *fLog << all << GetDescriptor() << ": Eest = " << (int)fEnergy << "GeV \t Ir = " << (int)(fImpact/100) << "m" << endl; 54 } 48 55
Note:
See TracChangeset
for help on using the changeset viewer.