Changeset 926 in Sophya for trunk/SophyaLib/HiStats/histos.h
- Timestamp:
- Apr 13, 2000, 8:39:39 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/HiStats/histos.h
r920 r926 1 1 // This may look like C code, but it is really -*- C++ -*- 2 2 // 3 // $Id: histos.h,v 1. 3 2000-04-13 16:41:43 ansari Exp $3 // $Id: histos.h,v 1.4 2000-04-13 18:38:33 ansari Exp $ 4 4 // 5 5 … … 19 19 class GeneralFit; 20 20 21 22 /*! 23 \class SOPHYA::Histo 24 \ingroup HiStats 25 Classe d'histogrammes 1D 26 */ 21 //! 1 dimension histograms 27 22 class Histo : public AnyDataObj { 28 23 friend class ObjFileIO<Histo>;
Note:
See TracChangeset
for help on using the changeset viewer.