]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPCFindClusters.C
doxy: all TPC root converted
[u/mrichter/AliRoot.git] / TPC / AliTPCFindClusters.C
index 92e1e5fc784a638d0426127447b0404129fe1598..9535e0447d28aaa10fc2c288e0a68c9627da7ec9 100644 (file)
@@ -1,22 +1,16 @@
-/****************************************************************************
- *           Origin: M.Ivanov marian.ivanov@cern.ch                         *
- ****************************************************************************/
-
-/*
-
-  macro to create array of clusters from TPC digits
-  input files - galice.root 
-                digits.root - file with digits - usualy use link to galice.root
-                           - in splitted mode - neccesary to create link to proper file
-                           
-   output file - AliTPCclusters.root
-               - to be used by AliTPCTrackFinderMI.C
-
-  Warning - if cluster file AliTPCclusters.root already exist - macro exit and don't produce anything
-              
-*/
-
+/// \file AliTPCFindClusters.C
+///
+/// \author M.Ivanov marian.ivanov@cern.ch
+///
+/// macro to create array of clusters from TPC digits
+/// input files - galice.root
+///              digits.root - file with digits - usualy use link to galice.root
+///                        - in splitted mode - neccesary to create link to proper file
+///
+/// output file - AliTPCclusters.root
+///             - to be used by AliTPCTrackFinderMI.C
+///
+/// Warning - if cluster file AliTPCclusters.root already exist - macro exit and don't produce anything
 
 #ifndef __CINT__
 #include <iostream.h>