]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/alice-macros/pmd_raw.C
Put all classes in Alieve/ sub-module out of the Alieve namespace and
[u/mrichter/AliRoot.git] / EVE / alice-macros / pmd_raw.C
index 0c3f2d1c7f75913fdd299ed36bf33bcf20185714..390dd3d502fcd23ed2ee72edf05462285b30bb69 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 pmd_raw(Int_t mode = 0)
 {
@@ -101,7 +109,7 @@ void pmd_raw(Int_t mode = 0)
 
          for (Int_t ism = 0; ism < NSM; ism++)
            {
-             Alieve::PMDModule *lmodule = new Alieve::PMDModule();
+             AliEvePMDModule *lmodule = new AliEvePMDModule();
              lmodule->SetPosition(0.,0.,zpos);
              lmodule->DisplayRawData(modnumber,pmdddlcont);
              gEve->AddElement(lmodule, lddl);