Changeset 2808 in Sophya for trunk/SophyaLib/HiStats/xntuple.h
- Timestamp:
- Jun 14, 2005, 1:25:05 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/HiStats/xntuple.h
r2682 r2808 27 27 // Bloc de donnees 28 28 // 29 //! \cond Pour ne pas inclure dans la documentation 29 30 struct NTBlk 30 31 { … … 41 42 char* sdata ; 42 43 } ; 43 44 //! \endcond 44 45 // Forward class declaration for Fits handler 45 46 class FITS_XNTuple; 46 47 48 //! Class for creation and management of data sets organised as a table 47 49 class XNTuple : public AnyDataObj , public NTupleInterface { 48 50 public:
Note:
See TracChangeset
for help on using the changeset viewer.