Ignore:
Timestamp:
11/13/03 21:19:13 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhist/MHEvent.cc

    r2490 r2512  
    229229        s += "  E=";
    230230        if (fMcEvt->GetEnergy()>1000)
    231             txt += Form("%.1fTeV", fMcEvt->GetEnergy()/1000);
     231            s += Form("%.1fTeV", fMcEvt->GetEnergy()/1000);
    232232        else
    233             txt += Form("%dGeV", fMcEvt->GetEnergy()+.5);
     233            s += Form("%dGeV", fMcEvt->GetEnergy()+.5);
    234234        s += " r=";
    235235        s += (int)(fMcEvt->GetImpact()/100+.5);
Note: See TracChangeset for help on using the changeset viewer.