Changeset 475 in Sophya for trunk/SophyaLib/NTools/ntuple.h
- Timestamp:
- Oct 19, 1999, 12:07:16 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/ntuple.h
r297 r475 2 2 // CMV+Reza Juillet 97 3 3 // CEA-DAPNIA LAL-IN2P3/CNRS 4 // added overloading of operator = F. Touze, Guy Le Meur 19-OCT-99 4 5 5 6 #ifndef NTUPLE_H_SEEN … … 28 29 virtual ~NTuple(); 29 30 31 NTuple &operator=(const NTuple &ntpl); 32 30 33 void Fill(r_4* x); 31 34 32 35 inline int_4 NEntry() { return(mNEnt); } 33 36 inline int_4 NVar() { return(mNVar); } 37 inline int_4 BLock() { return(mBlk); } 34 38 35 39 float GetVal(int n, int k) const;
Note:
See TracChangeset
for help on using the changeset viewer.