]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/Alieve/AliEveHOMERManager.h
Put all classes in Alieve/ sub-module out of the Alieve namespace and
[u/mrichter/AliRoot.git] / EVE / Alieve / AliEveHOMERManager.h
similarity index 90%
rename from EVE/Alieve/AliEVEHOMERManager.h
rename to EVE/Alieve/AliEveHOMERManager.h
index 7351f66d9a1fae2a678fcfa28ea14ef212867996..d0667a7d8a7629390f3377cdc799e81eb8387107 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.                                                 * 
+ **************************************************************************/
 //-*- Mode: C++ -*-
 #ifndef ALIEVEHOMERMANGER_H
 #define ALIEVEHOMERMANGER_H
@@ -5,7 +13,7 @@
 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
  * See cxx source for full Copyright notice                               */
 
-/** @file   AliEVEHOMERManager.h
+/** @file   AliEveHOMERManager.h
     @author Jochen Thaeder
     @date   
     @brief  Manager for HOMER in offline
 class AliHLTHOMERLibManager;
 
 /**
- * @class AliEVEHOMERManager
+ * @class AliEveHOMERManager
  * 
- * This class is the main class of the AliEVEHOMERManager
+ * This class is the main class of the AliEveHOMERManager
  * ... more to come
  *
  * @ingroup alihlt_homer
  */
 
-class AliEVEHOMERManager : public TEveElementList
+class AliEveHOMERManager : public TEveElementList
 {
 public:
 
@@ -50,13 +58,13 @@ public:
    * @param argc    Number of command line arguments.
    * @param argv    Array of command line arguments.
    */
-  AliEVEHOMERManager(TString xmlFile="" );       
+  AliEveHOMERManager(TString xmlFile="" );       
   /** not a valid copy constructor, defined according to effective C++ style */
-  AliEVEHOMERManager( const AliEVEHOMERManager& );       
+  AliEveHOMERManager( const AliEveHOMERManager& );       
   /** not a valid assignment op, but defined according to effective C++ style */
-  AliEVEHOMERManager& operator=( const AliEVEHOMERManager& );       
+  AliEveHOMERManager& operator=( const AliEveHOMERManager& );       
   /** destructor */
-  virtual ~AliEVEHOMERManager();
+  virtual ~AliEveHOMERManager();
 
   /*
    * ---------------------------------------------------------------------------------
@@ -99,11 +107,11 @@ public:
 
   /*
    * ---------------------------------------------------------------------------------
-   *                            Event Handling - public
+   *                            AliEveEventManager Handling - public
    * --------------------------------------------------------------------------------- 
    */
 
-  /** Loads the next Event, after being connected 
+  /** Loads the next AliEveEventManager, after being connected 
    * @return            0 on sucess, "HOMER" errors on error   
    */
   Int_t NextEvent();
@@ -188,7 +196,7 @@ private:
   Bool_t IsConnected() { return fConnected; }
 
   /* ---------------------------------------------------------------------------------
-   *                            Eve AliEVEHOMERManager::foo(nt Handling - private
+   *                            Eve AliEveHOMERManager::foo(nt Handling - private
    * --------------------------------------------------------------------------------- 
    */
   
@@ -340,7 +348,7 @@ private:
 
   AliTPCPreprocessorOnline* fTPCPre;
 
-  ClassDef( AliEVEHOMERManager, 0 )
+  ClassDef( AliEveHOMERManager, 0 )
 };
 
 #endif