Changeset 943 in Sophya for trunk/SophyaLib/HiStats/histos.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/histos.h

    r926 r943  
    11// This may look like C code, but it is really -*- C++ -*-
    22//
    3 // $Id: histos.h,v 1.4 2000-04-13 18:38:33 ansari Exp $
     3// $Id: histos.h,v 1.5 2000-04-15 11:06:28 ansari Exp $
    44//
    55
     
    6767
    6868  // get/put dans/depuis un vector
    69   void GetAbsc(Vector& v);
    70   void GetValue(Vector& v);
    71   void GetError2(Vector& v);
    72   void GetError(Vector& v);
    73   void PutValue(Vector& v, int ierr=0);
    74   void PutValueAdd(Vector &v, int ierr=0);
    75   void PutError2(Vector& v);
    76   void PutError2Add(Vector& v);
    77   void PutError(Vector& v);
     69  void GetAbsc(TVector<r_8>& v);
     70  void GetValue(TVector<r_8>& v);
     71  void GetError2(TVector<r_8>& v);
     72  void GetError(TVector<r_8>& v);
     73  void PutValue(TVector<r_8>& v, int ierr=0);
     74  void PutValueAdd(TVector<r_8> &v, int ierr=0);
     75  void PutError2(TVector<r_8>& v);
     76  void PutError2Add(TVector<r_8>& v);
     77  void PutError(TVector<r_8>& v);
    7878
    7979  // INLINES
Note: See TracChangeset for help on using the changeset viewer.