X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=RAW%2FAliHoughFilter.h;h=a8c09f82163ad5f7ce3add1e8d84ca27ba0809a9;hp=19871045e05e202f7fc570e31ae5afeb90f5813b;hb=9974f9d832d5689931914a00c45aaa5009c84265;hpb=d618608328fdc516715b36ffce1cb976ec2ee631 diff --git a/RAW/AliHoughFilter.h b/RAW/AliHoughFilter.h index 19871045e05..a8c09f82163 100644 --- a/RAW/AliHoughFilter.h +++ b/RAW/AliHoughFilter.h @@ -20,13 +20,16 @@ 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&); + Float_t fPtmin; //Low limit on Pt AliITSgeom *fITSgeom; //Pointer to the ITS geometry