Changeset 943 in Sophya for trunk/SophyaLib/HiStats/histos2.h


Ignore:
Timestamp:
Apr 15, 2000, 1:06:28 PM (25 years ago)
Author:
ansari
Message:

Vector,Matrix -> TVector,TMatrix<r_8> cmv 15/4/00

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/HiStats/histos2.h

    r926 r943  
    6464
    6565  // get/put dans/depuis une matrice / vector
    66   void GetXCoor(Vector& v);
    67   void GetValue(Matrix &v);
    68   void GetYCoor(Vector& v);
    69   void GetError2(Matrix& v);
    70   void GetError(Matrix& v);
    71   void PutValue(Matrix& v, int ierr=0);
    72   void PutValueAdd(Matrix& v, int ierr=0);
    73   void PutError2(Matrix& v);
    74   void PutError2Add(Matrix& v);
    75   void PutError(Matrix& v);
     66  void GetXCoor(TVector<r_8>& v);
     67  void GetValue(TMatrix<r_8> &v);
     68  void GetYCoor(TVector<r_8>& v);
     69  void GetError2(TMatrix<r_8>& v);
     70  void GetError(TMatrix<r_8>& v);
     71  void PutValue(TMatrix<r_8>& v, int ierr=0);
     72  void PutValueAdd(TMatrix<r_8>& v, int ierr=0);
     73  void PutError2(TMatrix<r_8>& v);
     74  void PutError2Add(TMatrix<r_8>& v);
     75  void PutError(TMatrix<r_8>& v);
    7676
    7777  // INLINES
Note: See TracChangeset for help on using the changeset viewer.