--- PamCut/CollectionActions/Histo2DActions/Histo2DAction/Histo2DAction.h 2010/03/11 19:14:03 1.6 +++ PamCut/CollectionActions/Histo2DActions/Histo2DAction/Histo2DAction.h 2010/08/12 14:37:03 1.8 @@ -260,9 +260,16 @@ /*! @brief The ROOT histogram. */ TH2 *_rootHisto; + /*! @brief Base name of the output file. */ TString _outFileBase; + /*! @brief Output file open mode (UPDATE or RECREATE, see documentation of TFile). */ TString _mode; - TString _title, _xLabel, _yLabel; + /*! @brief Title for the ROOT histogram. */ + TString _title; + /*! @brief X axis label for the ROOT histogram. */ + TString _xLabel; + /*! @brief Y axis label for the ROOT histogram. */ + TString _yLabel; private: @@ -528,8 +535,6 @@ else { if (yBin == (int) _yBins.size()) { _xUnderYOverflow += (HistoType) weight; - cout << "_xUnderYOverflow: " << GetXUnderYOverflow() << ", weight: " << weight << ", (HistoType) weight: " - << (HistoType) weight << endl; return; } else {