Rev | Line | |
---|
[394] | 1 | #include "sstetoile.h"
|
---|
| 2 |
|
---|
[534] | 3 | // D. Yvon, CE Saclay, DAPNIA/SPP, 08/99
|
---|
| 4 |
|
---|
[394] | 5 | void SSTEtoile::print(ofstream& str) {
|
---|
| 6 | str<<setprecision(11);
|
---|
[534] | 7 | str<<InpCurrent<<'\t'<<InpCurFin<<'\t'<<TEchan<<'\t'<<TFin<<'\t'<<NoDiode<<'\t'<<LargMiHauteur;
|
---|
| 8 | str<<'\t'<<InpCurrNoisRMS<<'\t'<<X2Calc<<'\t'<<FitForme<<endl;
|
---|
[394] | 9 | return;
|
---|
| 10 | }
|
---|
| 11 |
|
---|
| 12 | string SSTEtoile::printHeader() {
|
---|
[534] | 13 | string a("InpCurrent\tInpCurFin\tTempsEchan\tTFin\tNoDiode\tLarMiHauteur\tICurrRMS\tX2Calc\tFitForme");
|
---|
[394] | 14 | return a;
|
---|
| 15 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.