Changeset 3049 in Sophya for trunk/SophyaLib/HiStats/histos.h


Ignore:
Timestamp:
Aug 11, 2006, 6:10:13 PM (19 years ago)
Author:
cmv
Message:

Fits IO Histo,HProf,HistErr,Histo2D cmv 11/8/2006

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/HiStats/histos.h

    r3044 r3049  
    11// This may look like C code, but it is really -*- C++ -*-
    22//
    3 // $Id: histos.h,v 1.21 2006-08-07 17:38:47 cmv Exp $
     3// $Id: histos.h,v 1.22 2006-08-11 16:10:13 cmv Exp $
    44//
    55
     
    1717namespace SOPHYA {
    1818
     19//  Forward class declaration for Fits handler
     20template <class T>  class FitsHandler;
     21
    1922//! 1 dimension histograms
    2023class Histo : public AnyDataObj {
    2124  friend class ObjFileIO<Histo>;
     25  friend class FitsHandler<Histo>;
    2226public:
    2327
Note: See TracChangeset for help on using the changeset viewer.