]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPCBuffer.cxx
Corrections to obey coding conventions
[u/mrichter/AliRoot.git] / TPC / AliTPCBuffer.cxx
index 8431e64a51a289a4f702302fa5cfe0742ce3c4ca..090ddbed36c5eb8dcab6e39bbc0bf1b186092bd4 100644 (file)
 
 // Storing digits in a binary file
 // according to the DDL mapping
-//
+// To be used in Alice Data Challenges
+// This class is used by AliTPCDDL.C macro
 // Author: D.Favretto
-//
+
 #include "Riostream.h"
 #include "TObjArray.h"
 #include "AliTPCBuffer.h"
@@ -42,6 +43,7 @@ AliTPCBuffer::AliTPCBuffer(const char* fileName){
 
 //////////////////////////////////////////////////////////////////////////////////////////////////////////////
 AliTPCBuffer::~AliTPCBuffer(){
+  // The destructor closes the IO stream
   f.close();
   //delete tree;
   //delete fout;