From 63402065ec05970c611eef2b7d4cfec6c8437d2b Mon Sep 17 00:00:00 2001 From: dibari Date: Thu, 13 Nov 2008 14:54:44 +0000 Subject: [PATCH] New Lors2MarsVect function corrected. --- HMPID/AliHMPIDParam.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HMPID/AliHMPIDParam.h b/HMPID/AliHMPIDParam.h index 538bff478ef..cae9f7c5b21 100644 --- a/HMPID/AliHMPIDParam.h +++ b/HMPID/AliHMPIDParam.h @@ -106,7 +106,7 @@ public: Float_t pt=TMath::Sqrt(l[0]*l[0]+l[1]*l[1]); th=TMath::ATan(pt/l[2]); ph=TMath::ATan2(l[1],l[0]);} - void Lors2MarsVec(Int_t c,Double_t *m,Double_t *l )const{fM[c]->MasterToLocalVect(m,l); }//LRS->MRS + void Lors2MarsVec(Int_t c,Double_t *m,Double_t *l )const{fM[c]->LocalToMasterVect(m,l); }//LRS->MRS TVector3 Norm (Int_t c )const{Double_t n[3]; Norm(c,n); return TVector3(n); }//norm void Norm (Int_t c,Double_t *n )const{Double_t l[3]={0,0,1};fM[c]->LocalToMasterVect(l,n); }//norm void Point (Int_t c,Double_t *p,Int_t plane )const{Lors2Mars(c,0,0,p,plane);} //point of given chamber plane -- 2.39.3