Changeset 475 in Sophya for trunk/SophyaLib/NTools/ntuple.h


Ignore:
Timestamp:
Oct 19, 1999, 12:07:16 PM (26 years ago)
Author:
ansari
Message:

added overloading of perator = GLM,FT 19-OCT-99

File:
1 edited

Legend:

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

    r297 r475  
    22//  CMV+Reza     Juillet 97
    33//  CEA-DAPNIA      LAL-IN2P3/CNRS
     4//  added overloading of operator =      F. Touze, Guy Le Meur 19-OCT-99
    45
    56#ifndef NTUPLE_H_SEEN
     
    2829  virtual           ~NTuple();
    2930
     31  NTuple &operator=(const NTuple &ntpl);
     32
    3033  void              Fill(r_4* x);
    3134
    3235  inline int_4      NEntry() { return(mNEnt); }
    3336  inline int_4      NVar() { return(mNVar); }
     37  inline int_4      BLock() { return(mBlk); }
    3438
    3539  float             GetVal(int n, int k)   const;
Note: See TracChangeset for help on using the changeset viewer.