]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/macros/alieve_create_vsd.C
Put all classes in Alieve/ sub-module out of the Alieve namespace and
[u/mrichter/AliRoot.git] / EVE / macros / alieve_create_vsd.C
index 458cbca45cf19d1337a100aca7da3e87272efe3b..97b13e165bb9b124ec0f2443a266c11003c177a3 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.                                                 * 
+ **************************************************************************/
 void alieve_create_vsd()
 {
   // Invoke as: aliroot alieve_create_vsd.C
@@ -15,7 +23,7 @@ void alieve_create_vsd()
 
   TGeoManager::Import("geometry.root");
 
-  Alieve::VSDCreator vc;
+  AliEveVSDCreator vc;
   vc.SetDebugLevel(2);
   vc.CreateVSD(".", 0, "AliVSD.root");
 }