Changeset 3112 in Sophya for trunk/SophyaLib/HiStats/ntuple.h
- Timestamp:
- Dec 1, 2006, 10:06:37 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/HiStats/ntuple.h
r2808 r3112 26 26 27 27 public: 28 NTuple(); 29 NTuple(int nvar, char** noms, int blk=512, bool fgdouble=true); 30 NTuple(const NTuple& NT); 31 virtual ~NTuple(); 28 NTuple(); 29 NTuple(int nvar, char** noms, int blk=512, bool fgdouble=true); 30 NTuple(vector<string>& noms, int blk=512, bool fgdouble=true); 31 NTuple(const NTuple& NT); 32 virtual ~NTuple(); 32 33 33 NTuple& 34 NTuple& operator = (const NTuple& NT); 34 35 35 36 void Fill(r_4* x);
Note:
See TracChangeset
for help on using the changeset viewer.