Changeset 3049 in Sophya for trunk/SophyaLib/HiStats/hisprof.h
- Timestamp:
- Aug 11, 2006, 6:10:13 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/HiStats/hisprof.h
r2507 r3049 10 10 namespace SOPHYA { 11 11 12 template <class T> class FitsHandler; 13 12 14 //! 1 dimension profile histograms 13 15 class HProf : public Histo { 14 16 friend class ObjFileIO<HProf>; 17 friend class FitsHandler<Histo>; 15 18 public: 16 19
Note:
See TracChangeset
for help on using the changeset viewer.