Rev | Line | |
---|
[763] | 1 | // This may look like C code, but it is really -*- C++ -*-
|
---|
| 2 | // Classe d'initialiseur du module HiStats (Histrogram/Stats)
|
---|
| 3 |
|
---|
| 4 | #ifndef HISTATSINIT_H_SEEN
|
---|
| 5 | #define HISTATSINIT_H_SEEN
|
---|
| 6 |
|
---|
| 7 |
|
---|
| 8 | // Classe d''initialisation pour le module de NTools
|
---|
| 9 | #include "ntoolsinit.h"
|
---|
| 10 |
|
---|
| 11 | namespace SOPHYA {
|
---|
| 12 |
|
---|
[926] | 13 | //! Histograms initiator
|
---|
[763] | 14 | class HiStatsInitiator : public NToolsInitiator {
|
---|
| 15 | private:
|
---|
| 16 | static int FgInit;
|
---|
| 17 | public:
|
---|
| 18 | HiStatsInitiator();
|
---|
| 19 | virtual ~HiStatsInitiator();
|
---|
| 20 | };
|
---|
| 21 |
|
---|
| 22 | #undef SophyaInit
|
---|
| 23 | #define SophyaInit() HiStatsInitiator histatinitiator
|
---|
| 24 |
|
---|
| 25 | } // Fin du namespace
|
---|
| 26 |
|
---|
| 27 | #endif
|
---|
| 28 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.