/[PAMELA software]/PamCut/CollectionActions/Histo1DActions/Histo1DAction/Histo1DAction.h
ViewVC logotype

Diff of /PamCut/CollectionActions/Histo1DActions/Histo1DAction/Histo1DAction.h

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

revision 1.5 by pam-fi, Thu Mar 11 19:14:03 2010 UTC revision 1.6 by pam-fi, Tue Mar 23 17:27:38 2010 UTC
# Line 134  protected: Line 134  protected:
134    /*! @brief The ROOT histogram. */    /*! @brief The ROOT histogram. */
135    TH1 *_rootHisto;    TH1 *_rootHisto;
136    
137      /*! @brief Base name of the output file. */
138    TString _outFileBase;    TString _outFileBase;
139      /*! @brief Output file open mode (UPDATE or RECREATE, see documentation of TFile). */
140    TString _mode;    TString _mode;
141    TString _title, _xLabel;    /*! @brief Title for the ROOT histogram. */
142      TString _title;
143      /*! @brief Axis labels for the ROOT histogram. */
144      TString _xLabel;
145    
146  private:  private:
147    

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

  ViewVC Help
Powered by ViewVC 1.1.23