]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TPCLib/AliHLTTPCTransform.cxx
HLT TPC Conformal mapping tracker running in AliRoot
[u/mrichter/AliRoot.git] / HLT / TPCLib / AliHLTTPCTransform.cxx
index bc015fa4cde6bd0b916ea6d4a31233dbf478c7d9..34c5604c60a0b02cc43c0cf10fecc07893c524be 100644 (file)
@@ -1746,7 +1746,8 @@ Double_t AliHLTTPCTransform::GetPhi(Float_t *xyz)
 
 Bool_t AliHLTTPCTransform::Slice2Sector(Int_t slice, Int_t slicerow, Int_t & sector, Int_t &row)
 {
-  //slice to sector number
+  //slice no to sector number
+  //row no to local sector row no
   if(slicerow<0&&slicerow>=fgNRow){
     LOG(AliHLTTPCLog::kError,"AliHLTTPCTransform::Slice2Sector","Slicerow")
       <<AliHLTTPCLog::kDec<<"Wrong slicerow "<<slicerow<<ENDLOG;