]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/Alieve/AliEveVSDCreator.h
Put all classes in Alieve/ sub-module out of the Alieve namespace and
[u/mrichter/AliRoot.git] / EVE / Alieve / AliEveVSDCreator.h
similarity index 63%
rename from EVE/Alieve/VSDCreator.h
rename to EVE/Alieve/AliEveVSDCreator.h
index 0cdc92610924d5a1a08a42210dde05c83883afc5..5ef4ea12a865e5c620f0115b2542e57596ac4f21 100644 (file)
@@ -1,4 +1,11 @@
-// $Header$
+// $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.                                                 * 
+ **************************************************************************/
 
 #ifndef ALIEVE_VSDCreator_H
 #define ALIEVE_VSDCreator_H
@@ -10,12 +17,11 @@ class AliRunLoader;
 
 #include <map>
 
-namespace Alieve {
 
-class VSDCreator : public TEveVSD
+class AliEveVSDCreator : public TEveVSD
 {
-  VSDCreator(const VSDCreator&);            // Not implemented
-  VSDCreator& operator=(const VSDCreator&); // Not implemented
+  AliEveVSDCreator(const AliEveVSDCreator&);            // Not implemented
+  AliEveVSDCreator& operator=(const AliEveVSDCreator&); // Not implemented
 
 public:
   enum KineType_e { KT_Standard, KT_ProtonProton };
@@ -37,8 +43,8 @@ protected:
   std::map<Int_t, TEveMCRecCrossRef*> mGenInfoMap; //!
 
 public:
-  VSDCreator(const Text_t* name="Alieve::VSDCreator", const Text_t* title="");
-  virtual ~VSDCreator() {}
+  AliEveVSDCreator(const Text_t* name="AliEveVSDCreator", const Text_t* title="");
+  virtual ~AliEveVSDCreator() {}
 
   void CreateVSD(const Text_t* data_dir, Int_t event,
                  const Text_t* vsd_file);  // X{Ed} 
@@ -68,9 +74,7 @@ public:
 
   AliRunLoader* pRunLoader;
 
-  ClassDef(VSDCreator, 1);
-}; // endclass VSDCreator
-
-}
+  ClassDef(AliEveVSDCreator, 1);
+}; // endclass AliEveVSDCreator
 
 #endif