]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDclusterizerV0.h
Macro to copy gAlice, TreeE, TreeK to a file
[u/mrichter/AliRoot.git] / TRD / AliTRDclusterizerV0.h
index c3297d75a0f5f3b1897c107ed75b07d64d549a08..588c6aa521ceec32a3b2391c8682f5f16e377476 100644 (file)
@@ -1,11 +1,10 @@
-#ifndef ALITRDCLUSTERIZERV0_h
-#define ALITRDCLUSTERIZERV0_h
+#ifndef ALITRDCLUSTERIZERV0_H
+#define ALITRDCLUSTERIZERV0_H
 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
  * See cxx source for full Copyright notice                               */
 
 /* $Id$ */
 
-#include "AliTRD.h"
 #include "AliTRDclusterizer.h"
 
 ///////////////////////////////////////////////////////
@@ -21,13 +20,13 @@ class AliTRDclusterizerV0 : public AliTRDclusterizer {
   virtual ~AliTRDclusterizerV0();
 
   virtual void    Init();
-  virtual Bool_t  MakeCluster();
+  virtual Bool_t  MakeClusters();
   
   virtual void    SetRphiSigma(Float_t sigma) { fRphiSigma = sigma; };
   virtual void    SetRphiDist(Float_t dist)   { fRphiDist  = dist;  };
 
-  virtual Float_t GetRphiSigma()              { return fRphiSigma;  };
-  virtual Float_t GetRphiDist()               { return fRphiDist;   };
+  virtual Float_t GetRphiSigma() const        { return fRphiSigma;  };
+  virtual Float_t GetRphiDist()  const        { return fRphiDist;   };
 
  protected: