]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/misc/AliL3AltroMemHandler.cxx
Added class description comments.
[u/mrichter/AliRoot.git] / HLT / misc / AliL3AltroMemHandler.cxx
index c5f48839a48d3379b101dd0bf9511437819cb93e..a32e8d7c05e225913e8d9f0dfa215d3680edf73a 100644 (file)
@@ -7,6 +7,15 @@ Author: Constantin Loizides <mailto: loizides@ikf.physik.uni-frankfurt.de>
 #include <string.h>
 #include "AliL3AltroMemHandler.h"
 
 #include <string.h>
 #include "AliL3AltroMemHandler.h"
 
+/** \class AliL3AltroMemHandler
+// Converts digits in memory into a backlinked ALTRO like data format.
+// The file misc/read.cxx shows how to use this class.
+// As soon as you have more than 35 digits per pad, this class needs to
+// improved to properly handle the backlinked list.
+*/
+
+ClassImp(AliL3AltroMemHandler)
+
 AliL3AltroMemHandler::AliL3AltroMemHandler(){
   Clear();
 };
 AliL3AltroMemHandler::AliL3AltroMemHandler(){
   Clear();
 };
@@ -121,10 +130,3 @@ Bool_t AliL3AltroMemHandler::SetBinaryOutput(FILE *file){
   }
   return kTRUE;
 }
   }
   return kTRUE;
 }
-
-
-
-
-
-
-