Changeset 508 in Sophya for trunk/SophyaLib/NTools/histos.h


Ignore:
Timestamp:
Oct 25, 1999, 12:36:22 PM (26 years ago)
Author:
ansari
Message:

Vector/Matrix OVector/OMatrix cmv 25/10/99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/NTools/histos.h

    r490 r508  
    11// This may look like C code, but it is really -*- C++ -*-
    22//
    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 $
    44//
    55
     
    6666
    6767  // 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);
    7777
    7878  // INLINES
Note: See TracChangeset for help on using the changeset viewer.