]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG/Tools/AliTHn.h
Fix for install in EMCAL
[u/mrichter/AliRoot.git] / PWG / Tools / AliTHn.h
index 7342703dcd8510d9b08c6ffa6c9266ea544c3019..3f3f64a68584920eb0238c37120b5b8e38c0b69b 100644 (file)
@@ -5,6 +5,10 @@
  * See cxx source for full Copyright notice                               */
 
 // optimized data container reusing functionality of AliCFContainer / THnsparse
+//
+// Use AliTHn instead of AliCFContainer and your memory consumption will be drastically reduced
+// As AliTHn derives from AliCFContainer, you can just replace your current AliCFContainer object by AliTHn
+// Once you have the merged output, call FillParent() and you can use AliCFContainer as usual
 
 #include "TObject.h"
 #include "TString.h"