]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/alice-macros/its_module_stepper.C
Put all classes in Alieve/ sub-module out of the Alieve namespace and
[u/mrichter/AliRoot.git] / EVE / alice-macros / its_module_stepper.C
index 87e203eb3d4eabf1fda82e51a13594365a6156f7..79ffd9e7ba07a4fdf6ee22578f11733af2c692cd 100644 (file)
@@ -1,7 +1,15 @@
+// $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 "TGLViewer.h"
 namespace Alieve
 {
-class ITSModuleStepper;
+class AliEveITSModuleStepper;
 }
 
 void its_module_stepper(Int_t det = 0)
@@ -9,11 +17,11 @@ void its_module_stepper(Int_t det = 0)
   TFile *file = TFile::Open("ITS.Digits.root");
   TDirectory* dir = (TDirectory*) file->Get("Event0");
   TTree* tree =  (TTree*)dir->Get("TreeD");
-  Alieve::ITSDigitsInfo* di = new Alieve::ITSDigitsInfo();
+  AliEveITSDigitsInfo* di = new AliEveITSDigitsInfo();
   di->SetTree(tree);
 
   gEve->DisableRedraw();
-  Alieve::ITSModuleStepper* ms = new Alieve::ITSModuleStepper(di);
+  AliEveITSModuleStepper* ms = new AliEveITSModuleStepper(di);
   ms->SetMainColor(Color_t(8));
   gStyle->SetPalette(1, 0);
   ms->DisplayDet(det, -1);