From b318f148a8f8953e0d081f1594002c8125843c4a Mon Sep 17 00:00:00 2001 From: hristov Date: Fri, 16 Jul 2010 15:26:21 +0000 Subject: [PATCH] Corrected signature --- TPC/AliTPCCorrection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TPC/AliTPCCorrection.h b/TPC/AliTPCCorrection.h index d7b31bf33f2..6dffc8e070e 100644 --- a/TPC/AliTPCCorrection.h +++ b/TPC/AliTPCCorrection.h @@ -81,7 +81,7 @@ public: void StoreInOCDB(Int_t startRun, Int_t endRun, const char *comment=0); static void MakeTrackDistortionTree(TTree *tinput, Int_t dtype, Int_t ptype, const TObjArray * corrArray, Int_t step=1, Bool_t debug=0); static void MakeLaserDistortionTree(TTree* tree, TObjArray *corrArray, Int_t itype); - void FastSimDistortedVertex(Double_t orgVertex[3], Int_t nTracks, AliESDVertex &aV, AliESDVertex &avOrg, AliESDVertex &cV, AliESDVertex &cvOrg, TTreeSRedirector * const pcstream); + void FastSimDistortedVertex(Double_t orgVertex[3], Int_t nTracks, AliESDVertex &aV, AliESDVertex &avOrg, AliESDVertex &cV, AliESDVertex &cvOrg, TTreeSRedirector * const pcstream, Double_t etaCuts); protected: TH2F* CreateTH2F(const char *name,const char *title, -- 2.43.0