]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RAW/AliHoughFilter.h
Reverting changes in STAT waiting for fixes
[u/mrichter/AliRoot.git] / RAW / AliHoughFilter.h
index 19871045e05e202f7fc570e31ae5afeb90f5813b..0f9e955cf7ba670e81d2711f07131a2c6dd2da96 100644 (file)
@@ -20,13 +20,16 @@ class AliHoughFilter: public AliFilter {
 public:
   AliHoughFilter();
 
-  virtual Bool_t       Filter(AliRawEvent* event, AliESD* esd);
+  virtual Bool_t       Filter(AliRawEvent* event, AliESDEvent* esd);
 
   void                 RunITSclusterer(AliRawEvent* event, TTree *treeClusters);
-  void                 RunITSvertexer(AliESD* esd, TTree *treeClusters);
-  void                 RunTPCtracking(AliRawEvent* event, AliESD* esd);
-  void                 RunITStracking(AliESD* esd, TTree *treeClusters);
+  void                 RunITSvertexer(AliESDEvent* esd, TTree *treeClusters);
+  void                 RunTPCtracking(AliRawEvent* event, AliESDEvent* esd);
+  void                 RunITStracking(AliESDEvent* esd, TTree *treeClusters);
 private:
+  AliHoughFilter(const AliHoughFilter&);
+  AliHoughFilter &operator=(const AliHoughFilter&);
+
   Float_t fPtmin;        //Low limit on Pt
 
   AliITSgeom *fITSgeom;  //Pointer to the ITS geometry