/[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.7 by pam-fi, Tue Mar 23 17:27:44 2010 UTC revision 1.8 by pam-fi, Thu Aug 12 14:37:03 2010 UTC
# Line 535  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.7  
changed lines
  Added in v.1.8

  ViewVC Help
Powered by ViewVC 1.1.23