Changeset 11749


Ignore:
Timestamp:
08/02/11 20:32:57 (13 years ago)
Author:
tbretz
Message:
Removed some stray output.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/gui/FactGui.h

    r11731 r11749  
    12491249                d0->SetBinContent(i+1, fDrsCalibration[1440*1024*0 + p*1024+(start+i)%1024]);
    12501250                d0->SetBinError(i+1,   fDrsCalibration[1440*1024*1 + p*1024+(start+i)%1024]);
    1251 
    1252                 cout << i << ": " << fDrsCalibration[1440*1024*0 + p*1024+(start+i)%1024] <<  " " << fDrsCalibration[1440*1024*1 + p*1024+(start+i)%1024] << endl;
    12531251
    12541252            }
Note: See TracChangeset for help on using the changeset viewer.