/[PAMELA software]/PamCut/CollectionActions/Histo2DActions/Histo2DAction/Histo2DAction.h
ViewVC logotype

Diff of /PamCut/CollectionActions/Histo2DActions/Histo2DAction/Histo2DAction.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by pam-fi, Thu Mar 11 19:14:03 2010 UTC revision 1.7 by pam-fi, Tue Mar 23 17:27:44 2010 UTC
# Line 260  protected: Line 260  protected:
260    /*! @brief The ROOT histogram. */    /*! @brief The ROOT histogram. */
261    TH2 *_rootHisto;    TH2 *_rootHisto;
262    
263      /*! @brief Base name of the output file. */
264    TString _outFileBase;    TString _outFileBase;
265      /*! @brief Output file open mode (UPDATE or RECREATE, see documentation of TFile). */
266    TString _mode;    TString _mode;
267    TString _title, _xLabel, _yLabel;    /*! @brief Title for the ROOT histogram. */
268      TString _title;
269      /*! @brief X axis label for the ROOT histogram. */
270      TString _xLabel;
271      /*! @brief Y axis label for the ROOT histogram. */
272      TString _yLabel;
273    
274  private:  private:
275    

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

  ViewVC Help
Powered by ViewVC 1.1.23