From f651ecbe95293be2e6d8144352d7d30bd3f25867 Mon Sep 17 00:00:00 2001 From: jgrosseo Date: Fri, 3 May 2013 14:01:46 +0000 Subject: [PATCH] docu --- PWG/Tools/AliTHn.cxx | 3 +++ PWG/Tools/AliTHn.h | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/PWG/Tools/AliTHn.cxx b/PWG/Tools/AliTHn.cxx index 8217a2392e6..d53d0e1d784 100644 --- a/PWG/Tools/AliTHn.cxx +++ b/PWG/Tools/AliTHn.cxx @@ -15,6 +15,9 @@ /* $Id: AliTHn.cxx 20164 2007-08-14 15:31:50Z morsch $ */ +// 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 // // this storage container is optimized for small memory usage // under/over flow bins do not exist diff --git a/PWG/Tools/AliTHn.h b/PWG/Tools/AliTHn.h index 7342703dcd8..3f3f64a6858 100644 --- a/PWG/Tools/AliTHn.h +++ b/PWG/Tools/AliTHn.h @@ -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" -- 2.43.0