Parent Directory | Revision Log | 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 { |
|
ViewVC Help | |
Powered by ViewVC 1.1.23 |