/[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.8 by pam-fi, Thu Aug 12 14:37:03 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    
# Line 528  void Histo2DAction<HistoType>::Fill(doub Line 535  void Histo2DAction<HistoType>::Fill(doub
535        else {        else {
536          if (yBin == (int) _yBins.size()) {          if (yBin == (int) _yBins.size()) {
537            _xUnderYOverflow += (HistoType) weight;            _xUnderYOverflow += (HistoType) weight;
           cout << "_xUnderYOverflow: " << GetXUnderYOverflow() << ", weight: " << weight << ", (HistoType) weight: "  
               << (HistoType) weight << endl;  
538            return;            return;
539          }          }
540          else {          else {

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

  ViewVC Help
Powered by ViewVC 1.1.23