]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/hlt-macros/command_queue.C
Add option to run on some local files with test mode using the alien plugin
[u/mrichter/AliRoot.git] / EVE / hlt-macros / command_queue.C
index ce0588c76bcfa0f643579573ca10f2332728614f..54e1e27032eb615159f379a260ec3fa96b1d2f88 100644 (file)
@@ -1,3 +1,11 @@
+// $Id$
+// Main authors: Matevz Tadel & Alja Mrak-Tadel: 2006, 2007
+
+/**************************************************************************
+ * Copyright(c) 1998-2008, ALICE Experiment at CERN, all rights reserved. *
+ * See http://aliceinfo.cern.ch/Offline/AliRoot/License.html for          *
+ * full copyright notice.                                                 *
+ **************************************************************************/
 #include <TObject.h>
 #include <TList.h>
 #include <TTimer.h>
@@ -107,7 +115,7 @@ void command_queue()
 
 #include <TRandom.h>
 
-void make_crap(void* arg) 
+void make_crap(void* arg)
 {
   Int_t num = 1024;
   TRandom rnd(0);
@@ -118,7 +126,7 @@ void make_crap(void* arg)
                     rnd.Uniform(-100, 100),
                     rnd.Uniform(-100, 100));
   }
-  ps->SetMainColor((Color_t)kRed);
+  ps->SetMainColor(kRed);
   printf("make_crap() -> produced TEvePointSet* %p)\n", ps);
 
   ((CommandQueue*)arg)->RegisterCommand