]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/EveHLT/AliEveHOMERManager.cxx
Added event ID in filename of screen images
[u/mrichter/AliRoot.git] / EVE / EveHLT / AliEveHOMERManager.cxx
index 36955d1c13720fc2ffd5a55b71233e9027712afd..3de1ab1f4a3fca348948fecf10729f500e9aab43 100644 (file)
@@ -537,9 +537,9 @@ void AliEveHOMERManager::ResetDisplay () {
 void AliEveHOMERManager::PrintScreens() {
   //See header file for documentation
 
-  fEveManager->GetDefaultGLViewer()->SavePicture("3D.gif");
-  fRhoZViewer->GetGLViewer()->SavePicture("RhoZ.gif");
-  fRPhiViewer->GetGLViewer()->SavePicture("RPhi.gif");
+  fEveManager->GetDefaultGLViewer()->SavePicture(Form("0x%016X_3D.gif", GetEventID()));
+  fRhoZViewer->GetGLViewer()->SavePicture(Form("0x%016X_RhoZ.gif", GetEventID()));
+  fRPhiViewer->GetGLViewer()->SavePicture(Form("0x%016X_RPhi.gif", GetEventID()));
 
 }