]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RAW/AliHoughFilter.h
making the class compatible together with AliAnalysisTaskSEMuonHF.h (Xavier)
[u/mrichter/AliRoot.git] / RAW / AliHoughFilter.h
index d00664cbe9a00711c73b9a7caa595a7817ebef6c..a8c09f82163ad5f7ce3add1e8d84ca27ba0809a9 100644 (file)
@@ -20,12 +20,12 @@ class AliHoughFilter: public AliFilter {
 public:
   AliHoughFilter();
 
-  virtual Bool_t       Filter(AliRawEvent* event, AliESD* esd);
+  virtual Bool_t       Filter(AliRawVEvent* 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                 RunITSclusterer(AliRawVEvent* event, TTree *treeClusters);
+  void                 RunITSvertexer(AliESDEvent* esd, TTree *treeClusters);
+  void                 RunTPCtracking(AliRawVEvent* event, AliESDEvent* esd);
+  void                 RunITStracking(AliESDEvent* esd, TTree *treeClusters);
 private:
   AliHoughFilter(const AliHoughFilter&);
   AliHoughFilter &operator=(const AliHoughFilter&);