Changeset 514 in Sophya for trunk/SophyaLib/NTools/histos.h
- Timestamp:
- Oct 25, 1999, 6:43:04 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/histos.h
r508 r514 1 1 // This may look like C code, but it is really -*- C++ -*- 2 2 // 3 // $Id: histos.h,v 1. 4 1999-10-25 10:36:07 ansari Exp $3 // $Id: histos.h,v 1.5 1999-10-25 16:39:57 ansari Exp $ 4 4 // 5 5 … … 11 11 #include <stdio.h> 12 12 #include "peida.h" 13 #include " cvector.h"13 #include "tvector.h" 14 14 #include "ppersist.h" 15 15 #include "anydataobj.h" … … 66 66 67 67 // get/put dans/depuis un vector 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);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); 77 77 78 78 // INLINES
Note:
See TracChangeset
for help on using the changeset viewer.