Last change
on this file since 911 was 763, checked in by ansari, 26 years ago |
Reorganisation - Creation du module HiStats (Histos, NTuple, ...) - Reza 2/3/2000
|
File size:
529 bytes
|
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 |
|
---|
| 13 | class HiStatsInitiator : public NToolsInitiator {
|
---|
| 14 | private:
|
---|
| 15 | static int FgInit;
|
---|
| 16 | public:
|
---|
| 17 | HiStatsInitiator();
|
---|
| 18 | virtual ~HiStatsInitiator();
|
---|
| 19 | };
|
---|
| 20 |
|
---|
| 21 | #undef SophyaInit
|
---|
| 22 | #define SophyaInit() HiStatsInitiator histatinitiator
|
---|
| 23 |
|
---|
| 24 | } // Fin du namespace
|
---|
| 25 |
|
---|
| 26 | #endif
|
---|
| 27 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.