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


Ignore:
Timestamp:
Oct 25, 1999, 6:43:04 PM (26 years ago)
Author:
ansari
Message:

elimination des OVector/OMatrix au profit des TVector/TMatrix cmv 25/10/99

File:
1 edited

Legend:

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

    r508 r514  
    11// This may look like C code, but it is really -*- C++ -*-
    22//
    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 $
    44//
    55
     
    1111#include <stdio.h>
    1212#include "peida.h"
    13 #include "cvector.h"
     13#include "tvector.h"
    1414#include "ppersist.h"
    1515#include "anydataobj.h"
     
    6666
    6767  // 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);
    7777
    7878  // INLINES
Note: See TracChangeset for help on using the changeset viewer.