]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
All clusters-recos things are to be done in AliRICHRecon
authorkir <kir@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 23 Oct 2003 09:34:39 +0000 (09:34 +0000)
committerkir <kir@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 23 Oct 2003 09:34:39 +0000 (09:34 +0000)
RICH/AliRICHReconstructor.h [deleted file]

diff --git a/RICH/AliRICHReconstructor.h b/RICH/AliRICHReconstructor.h
deleted file mode 100644 (file)
index 1a55b57..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-#ifndef AliRICHReconstructor_h
-#define AliRICHReconstructor_h
-
-/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
- * See cxx source for full Copyright notice                               */
-
-/* $Id: */
-
-#include <TTask.h>
-#include <TROOT.h>
-
-class AliRICHReconstructor: public TTask 
-{
-public:
-// ctor & dtor:      
-   AliRICHReconstructor(){} 
-   AliRICHReconstructor(const char *sName,const char *sTitle):TTask(sName,sTitle)
-        {gROOT->GetListOfTasks()->Add(this);gROOT->GetListOfBrowsables()->Add(this);}  
-   virtual ~AliRICHReconstructor(){}
-// The following staff is defined in .cxx:   
-   virtual void  Exec(Option_t *option);
-protected:
-   ClassDef(AliRICHReconstructor,1)     // Digits or Clusters to RecoClonesArray 
-};
-#endif // AliRICHReconstructor_h