]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/Alieve/AliEveT0Module.h
Put all classes in Alieve/ sub-module out of the Alieve namespace and
[u/mrichter/AliRoot.git] / EVE / Alieve / AliEveT0Module.h
similarity index 51%
rename from EVE/Alieve/T0Module.h
rename to EVE/Alieve/AliEveT0Module.h
index 7ae20ccc7b14bfe28357f309131c8979f1c38b50..998dcb3d87e73711691ced06b21b4e97a6c958db 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.                                                 * 
+ **************************************************************************/
 #ifndef ALIEVE_T0Module_H
 #define ALIEVE_T0Module_H
 
 #include <AliT0digit.h>
 #include <AliT0RawReader.h>
 
-namespace Alieve {
  
-class T0Module : public TEveQuadSet
+class AliEveT0Module : public TEveQuadSet
 {
  
-  T0Module(const T0Module&);
-  T0Module& operator=(const T0Module&);
+  AliEveT0Module(const AliEveT0Module&);
+  AliEveT0Module& operator=(const AliEveT0Module&);
 
 public:
  
-  T0Module(const Text_t* n="T0Module", Int_t sigType=0, AliT0digit *digits=0,AliT0RawReader *start=0);
-  virtual ~T0Module();
+  AliEveT0Module(const Text_t* n="AliEveT0Module", Int_t sigType=0, AliT0digit *digits=0,AliT0RawReader *start=0);
+  virtual ~AliEveT0Module();
 
   virtual void DigitSelected(Int_t idx);
 
@@ -36,11 +43,11 @@ protected:
   AliT0digit     *fDigits;
   AliT0RawReader *fStart;
 
-   ClassDef(T0Module,1); 
+   ClassDef(AliEveT0Module,1); 
 };
 
 /*
- class T0ModuleTDC : public T0Module
+ class T0ModuleTDC : public AliEveT0Module
  {
  public:
    // constructor
@@ -49,5 +56,4 @@ protected:
  };
 */
 
-}
 #endif