Changeset 1207 in Sophya for trunk/SophyaPI/PIext/nomtmatvecadapter.h
- Timestamp:
- Sep 29, 2000, 4:26:15 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/nomtmatvecadapter.h
r1165 r1207 10 10 #include "nomgadapter.h" 11 11 #include "tmatrix.h" 12 #include "generaldata.h" 12 13 13 14 //--------------------------------------------------------------- … … 36 37 virtual NTupleInterface* GetNTupleInterface(bool& adel); 37 38 39 virtual GeneralFitData* GetGeneralFitData(bool& adel 40 ,GeneralFitData::FitErrType errtype=GeneralFitData::DefaultError 41 ,double errscale=1.,double errmin=0. 42 ,int i1=0,int i2=-1,int j1=0,int j2=-1); 43 virtual AnyDataObj* FitResidusObj(GeneralFit& mfit); 44 virtual AnyDataObj* FitFunctionObj(GeneralFit& mfit); 45 38 46 protected: 39 47 TMatrix<T>* mMtx;
Note:
See TracChangeset
for help on using the changeset viewer.