Ignore:
Timestamp:
08/08/06 16:04:31 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7297 r7864  
    295295        s += (int)(fMcEvt->GetImpact()/100+.5);
    296296        s += "m Zd=";
    297         s += (int)(fMcEvt->GetTheta()*180/TMath::Pi()+.5);
     297        s += 0.1*TMath::Nint(fMcEvt->GetTelescopeTheta()*180/TMath::Pi()*10);
    298298        s += "\\circ ";
    299299        if (fMcEvt->GetPhotElfromShower()>=10000)
Note: See TracChangeset for help on using the changeset viewer.