Skip to content
Snippets Groups Projects
Commit 042f5793 authored by Matevz Tadel's avatar Matevz Tadel
Browse files

Enforce compiled mode.

git-svn-id: http://root.cern.ch/svn/root/trunk@31351 27541ba8-7e3a-0410-8455-c3a389f83636
parent 7e05be18
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,15 @@
*/
#if defined(__CINT__) && !defined(__MAKECINT__)
{
Info("alice_vsd.C", "Has to be run in compiled mode ... doing this for you.");
gSystem->CompileMacro("alice_vsd.C");
alice_vsd();
}
#else
#include <TEveManager.h>
#include <TEveEventManager.h>
#include <TEveVSD.h>
......@@ -377,3 +386,5 @@ void make_gui()
browser->StopEmbedding();
browser->SetTabTitle("Event Control", 0);
}
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment