Changeset 3572 in Sophya for trunk/SophyaLib/HiStats/ntuple.h
- Timestamp:
- Feb 7, 2009, 10:50:34 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/HiStats/ntuple.h
r3392 r3572 30 30 NTuple(); 31 31 NTuple(int nvar, char** noms, int blk=512, bool fgdouble=true); 32 NTuple(int nvar, const char** noms, int blk=512, bool fgdouble=true); 32 33 NTuple(vector<string>& noms, int blk=512, bool fgdouble=true); 33 34 NTuple(const NTuple& NT); … … 96 97 97 98 private: 99 void Initialize(int nvar, int blk, bool fgdouble); 98 100 void Clean(); 99 101
Note:
See TracChangeset
for help on using the changeset viewer.