Changeset 508 in Sophya for trunk/SophyaLib/NTools/histos2.h
- Timestamp:
- Oct 25, 1999, 12:36:22 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/histos2.h
r490 r508 63 63 64 64 // get/put dans/depuis une matrice / vector 65 void GetXCoor( Vector& v);66 void GetValue( Matrix &v);67 void GetYCoor( Vector& v);68 void GetError2( Matrix& v);69 void GetError( Matrix& v);70 void PutValue( Matrix& v, int ierr=0);71 void PutValueAdd( Matrix& v, int ierr=0);72 void PutError2( Matrix& v);73 void PutError2Add( Matrix& v);74 void PutError( Matrix& v);65 void GetXCoor(OVector& v); 66 void GetValue(OMatrix &v); 67 void GetYCoor(OVector& v); 68 void GetError2(OMatrix& v); 69 void GetError(OMatrix& v); 70 void PutValue(OMatrix& v, int ierr=0); 71 void PutValueAdd(OMatrix& v, int ierr=0); 72 void PutError2(OMatrix& v); 73 void PutError2Add(OMatrix& v); 74 void PutError(OMatrix& v); 75 75 76 76 // INLINES
Note:
See TracChangeset
for help on using the changeset viewer.