Changeset 508 in Sophya for trunk/SophyaLib/NTools/histos.h
- Timestamp:
- Oct 25, 1999, 12:36:22 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/histos.h
r490 r508 1 1 // This may look like C code, but it is really -*- C++ -*- 2 2 // 3 // $Id: histos.h,v 1. 3 1999-10-21 15:25:47 ansari Exp $3 // $Id: histos.h,v 1.4 1999-10-25 10:36:07 ansari Exp $ 4 4 // 5 5 … … 66 66 67 67 // get/put dans/depuis un vector 68 void GetAbsc( Vector& v);69 void GetValue( Vector& v);70 void GetError2( Vector& v);71 void GetError( Vector& v);72 void PutValue( Vector& v, int ierr=0);73 void PutValueAdd( Vector &v, int ierr=0);74 void PutError2( Vector& v);75 void PutError2Add( Vector& v);76 void PutError( Vector& v);68 void GetAbsc(OVector& v); 69 void GetValue(OVector& v); 70 void GetError2(OVector& v); 71 void GetError(OVector& v); 72 void PutValue(OVector& v, int ierr=0); 73 void PutValueAdd(OVector &v, int ierr=0); 74 void PutError2(OVector& v); 75 void PutError2Add(OVector& v); 76 void PutError(OVector& v); 77 77 78 78 // INLINES
Note:
See TracChangeset
for help on using the changeset viewer.