Ignore:
Timestamp:
Nov 1, 1999, 10:59:29 AM (26 years ago)
Author:
ansari
Message:

V2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Poubelle/archTOI.old/sstetoile.cc

    r394 r534  
    11#include "sstetoile.h"
     2
     3// D. Yvon, CE Saclay, DAPNIA/SPP, 08/99
    24
    35void SSTEtoile::print(ofstream& str) {
    46        str<<setprecision(11);
    5         str<<InpCurrent<<'\t'<<TEchan<<'\t'<<NoDiode<<'\t'<<LargMiHauteur;
    6         str<<'\t'<<InpCurrNoisRMS<<endl;
    7         //      <<'\t'<<X2Calc<<'\t'<<FitForme
     7        str<<InpCurrent<<'\t'<<InpCurFin<<'\t'<<TEchan<<'\t'<<TFin<<'\t'<<NoDiode<<'\t'<<LargMiHauteur;
     8        str<<'\t'<<InpCurrNoisRMS<<'\t'<<X2Calc<<'\t'<<FitForme<<endl;
    89        return;
    910}
    1011
    1112string SSTEtoile::printHeader() {
    12         string a("InpCurrent\tTempsEchan\tNoDiode\tLarMiHauteur\tICurrRMS\tX2Calc\tFitForme");
     13        string a("InpCurrent\tInpCurFin\tTempsEchan\tTFin\tNoDiode\tLarMiHauteur\tICurrRMS\tX2Calc\tFitForme");
    1314        return a;
    1415}
Note: See TracChangeset for help on using the changeset viewer.