Changeset 2045 in Sophya for trunk/ArchTOIPipe/ProcWSophya/simoffset.h
- Timestamp:
- Jun 7, 2002, 4:21:22 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/ProcWSophya/simoffset.h
r2014 r2045 11 11 #include "toiprocessor.h" 12 12 #include "tvector.h" 13 #include "poly.h"14 13 15 14 // ---- Calcul de ligne de base … … 42 41 inline void SavePolyNTuple(bool fg=false, string name="") { ntpoly = fg; ntpolyname=name; } 43 42 protected: 43 virtual double ApplyPoly(double x); 44 virtual void FitPoly(Vector& X0, Vector& Y, Vector& YErr); 45 44 46 int_8 totnscount; // Nombre total d'echantillon processe 45 47 int_8 totnbblock; // Nombre total de blocs … … 47 49 int nPtFit; 48 50 int degPol; 49 Poly poly; 51 // Poly poly; Pb SEGV lors de Poly.Fit 52 Vector poly; 53 int_4 npb_fitpoly; 50 54 bool ntpoly; 51 55 string ntpolyname;
Note:
See TracChangeset
for help on using the changeset viewer.