Index: trunk/MagicSoft/Mars/mhist/MHEvent.cc
===================================================================
--- trunk/MagicSoft/Mars/mhist/MHEvent.cc	(revision 8423)
+++ trunk/MagicSoft/Mars/mhist/MHEvent.cc	(revision 8434)
@@ -282,30 +282,5 @@
 
     if (fMcEvt)
-    {
-        TString txt("#splitline{");
-
-        txt += fMcEvt->GetParticleName();
-        txt += " ";
-
-        s.Insert(0, txt);
-
-        s += "}{  E=";
-
-        s+= fMcEvt->GetEnergyStr();
-
-        s += " r=";
-        s += (int)(fMcEvt->GetImpact()/100+.5);
-        s += "m Zd=";
-        s += 0.1*TMath::Nint(fMcEvt->GetTelescopeTheta()*180/TMath::Pi()*10);
-        s += "\\circ ";
-        if (fMcEvt->GetPhotElfromShower()>=10000)
-            s += Form("%dk", (Int_t)(fMcEvt->GetPhotElfromShower()/1000.+.5));
-        else
-            if (fMcEvt->GetPhotElfromShower()>=1000)
-                s += Form("%.1fk", fMcEvt->GetPhotElfromShower()/1000.);
-            else
-                s += fMcEvt->GetPhotElfromShower();
-        s += "PhEl}";
-    }
+        s = fMcEvt->GetDescription(s);
 
     gPad=NULL;
