Go to the documentation of this file.
3 cout<<
"Create a fake calibration for BonnTS data"<<endl;
11 ofstream
out(
"file.calib");
13 for (Int_t
f = 0 ;
f < nFee ;
f++)
15 for (Int_t
c = 0 ;
c < nChFe ;
c++)
18 out <<
"0 " <<
f <<
" " <<
c <<
" " << value << endl;