Changeset 2808 in Sophya for trunk/SophyaLib/HiStats/histinit.cc


Ignore:
Timestamp:
Jun 14, 2005, 1:25:05 PM (20 years ago)
Author:
ansari
Message:

MAJ documentation - Reza 14/6/2005

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/HiStats/histinit.cc

    r2699 r2808  
    1717/*!
    1818   \defgroup HiStats HiStats module
    19    This module contains histograms
     19   This module contains histograms (1D, 2D) and
     20   classes for management of data sets as tables (NTuple, DataTable ...)
    2021*/
    2122 
     
    2526  \class SOPHYA::HiStatsInitiator
    2627  \ingroup HiStats
    27   Histograms initiator
     28  This class performs the initialisation for HiStats module.
     29  More specifically, it registers PPF handlers for the following classes :
     30  - Histo
     31  - HProf
     32  - HistoErr
     33  - Histo2D
     34  - NTuple
     35  - XNTuple
     36  - DataTable
     37  - SwPPFDataTable
     38
     39  If the system linker/loader handles correctly static object initialisation, there
     40  is no action required when writing programs. If not, an instance of the class must
     41  be present before any other operation on the libray classes.
    2842*/
     43
    2944HiStatsInitiator::HiStatsInitiator()
    3045  : NToolsInitiator()
Note: See TracChangeset for help on using the changeset viewer.