X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=RAW%2FAliHoughFilter.h;h=a8c09f82163ad5f7ce3add1e8d84ca27ba0809a9;hp=0f9e955cf7ba670e81d2711f07131a2c6dd2da96;hb=9974f9d832d5689931914a00c45aaa5009c84265;hpb=af885e0fc45eeab1177d3d34f858ccd8836787fb diff --git a/RAW/AliHoughFilter.h b/RAW/AliHoughFilter.h index 0f9e955cf7b..a8c09f82163 100644 --- a/RAW/AliHoughFilter.h +++ b/RAW/AliHoughFilter.h @@ -20,11 +20,11 @@ class AliHoughFilter: public AliFilter { public: AliHoughFilter(); - virtual Bool_t Filter(AliRawEvent* event, AliESDEvent* esd); + virtual Bool_t Filter(AliRawVEvent* event, AliESDEvent* esd); - void RunITSclusterer(AliRawEvent* event, TTree *treeClusters); + void RunITSclusterer(AliRawVEvent* event, TTree *treeClusters); void RunITSvertexer(AliESDEvent* esd, TTree *treeClusters); - void RunTPCtracking(AliRawEvent* event, AliESDEvent* esd); + void RunTPCtracking(AliRawVEvent* event, AliESDEvent* esd); void RunITStracking(AliESDEvent* esd, TTree *treeClusters); private: AliHoughFilter(const AliHoughFilter&);