--- PamCut/CollectionActions/Histo1DActions/Histo1DAction/Histo1DAction.h 2010/03/11 19:14:03 1.5 +++ PamCut/CollectionActions/Histo1DActions/Histo1DAction/Histo1DAction.h 2010/03/23 17:27:38 1.6 @@ -134,9 +134,14 @@ /*! @brief The ROOT histogram. */ TH1 *_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; + /*! @brief Title for the ROOT histogram. */ + TString _title; + /*! @brief Axis labels for the ROOT histogram. */ + TString _xLabel; private: