]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSTrackSegment.cxx
a quick update to correct a few coding conventions but RS2 and GC2 have been ignored
[u/mrichter/AliRoot.git] / PHOS / AliPHOSTrackSegment.cxx
index f6b570eb5b459c446cafdbf285459b8bfb5beb4e..14acd77f626528fbb67923c8f8cd67405772e2c5 100644 (file)
@@ -12,9 +12,7 @@
  * about the suitability of this software for any purpose. It is          *
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
-
 /* $Id$ */
-
 //_________________________________________________________________________
 //  Track segment in PHOS
 //  Can be : 1 EmcRecPoint
@@ -519,6 +517,7 @@ void AliPHOSTrackSegment::Print(const char * opt)
 //____________________________________________________________________________
 void AliPHOSTrackSegment::SetPpsdUpRecPoint(AliPHOSPpsdRecPoint * PpsdUpRecPoint) 
 {
+  // gives an id from its position in the list
   if( PpsdUpRecPoint )  
     fPpsdUpRecPoint = PpsdUpRecPoint->GetIndexInList() ;
  else