]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/src/AliL3VertexFinder.cxx
Addons for html documentation
[u/mrichter/AliRoot.git] / HLT / src / AliL3VertexFinder.cxx
index 20a132a675a61167937bcea10a39bdd71c101796..01635e7a55aba5a8d8ec043af86b2dbaa8c43927 100644 (file)
@@ -1,5 +1,5 @@
-//Author:        Uli Frankenfeld
-//Last Modified: 07.11.2000
+// Author: Uli Frankenfeld <mailto:franken@fi.uib.no>
+//*-- Copyright &copy Uli
 
 #include <iostream.h>
 #include "AliL3Logging.h"
@@ -9,11 +9,10 @@
 #include "AliL3SpacePointData.h"
 
 //_____________________________________________________________
-//
 // AliL3VertexFinder
 //
-// Implementation of AliL3Array 
-// usage:
+//   Implementation of AliL3Array 
+//   usage:
 // 
 //   ResetSector();
 //   for(n=0;n<NMEMSEC;n++)  
@@ -21,7 +20,7 @@
 //   FindSectorVertex();
 //   SetZ(GetZSector());
 //   SetZErr(GetZErrSector());
-// // do somethink with z, zerr
+// 
 //
 
 ClassImp(AliL3VertexFinder)