Changeset 2808 in Sophya for trunk/SophyaLib/HiStats/histinit.cc
- Timestamp:
- Jun 14, 2005, 1:25:05 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/HiStats/histinit.cc
r2699 r2808 17 17 /*! 18 18 \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 ...) 20 21 */ 21 22 … … 25 26 \class SOPHYA::HiStatsInitiator 26 27 \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. 28 42 */ 43 29 44 HiStatsInitiator::HiStatsInitiator() 30 45 : NToolsInitiator()
Note:
See TracChangeset
for help on using the changeset viewer.