Changeset 3049 in Sophya for trunk/SophyaLib/HiStats/histos.h
- Timestamp:
- Aug 11, 2006, 6:10:13 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/HiStats/histos.h
r3044 r3049 1 1 // This may look like C code, but it is really -*- C++ -*- 2 2 // 3 // $Id: histos.h,v 1.2 1 2006-08-07 17:38:47cmv Exp $3 // $Id: histos.h,v 1.22 2006-08-11 16:10:13 cmv Exp $ 4 4 // 5 5 … … 17 17 namespace SOPHYA { 18 18 19 // Forward class declaration for Fits handler 20 template <class T> class FitsHandler; 21 19 22 //! 1 dimension histograms 20 23 class Histo : public AnyDataObj { 21 24 friend class ObjFileIO<Histo>; 25 friend class FitsHandler<Histo>; 22 26 public: 23 27
Note:
See TracChangeset
for help on using the changeset viewer.