From 142e50ff59e30922210c4b5da83acd10c9bcd92c Mon Sep 17 00:00:00 2001 From: dibari Date: Fri, 7 Nov 2008 10:30:33 +0000 Subject: [PATCH] minor --- HMPID/AliHMPIDParam.h | 1 + 1 file changed, 1 insertion(+) diff --git a/HMPID/AliHMPIDParam.h b/HMPID/AliHMPIDParam.h index a911eb82771..538bff478ef 100644 --- a/HMPID/AliHMPIDParam.h +++ b/HMPID/AliHMPIDParam.h @@ -106,6 +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 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