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