X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=TRD%2FAliTRDseedV1.h;h=00aea22ea12ed265770e9dcb591dbb22149a5c43;hp=2f15ce0b93f105c9c27188abe976853db632843c;hb=f5273b6168ab0caa8f27b75c85512821c6fc37ee;hpb=f69aa174ece4a868dd9ebab505d1bdd4e4cf55bd;ds=sidebyside diff --git a/TRD/AliTRDseedV1.h b/TRD/AliTRDseedV1.h index 2f15ce0b93f..00aea22ea12 100644 --- a/TRD/AliTRDseedV1.h +++ b/TRD/AliTRDseedV1.h @@ -202,7 +202,7 @@ public: void SetDX(Float_t inDX) { fdX = inDX;} void SetReconstructor(const AliTRDReconstructor *rec) {fkReconstructor = rec;} void SetX0(Float_t x0) { fX0 = x0; } - void SetXYZ(TGeoHMatrix *mDet); + void SetXYZ(TGeoHMatrix *mDet/*, Float_t zpp*/); void SetYref(Int_t i, Float_t y) { if(i==0||i==1) fYref[i] = y;} void SetZref(Int_t i, Float_t z) { if(i==0||i==1) fZref[i] = z;} // void SetUsabilityMap(Long_t um) { fUsable = um; }