source: Sophya/trunk/Poubelle/archTOI.old/toiboloproducer.h@ 626

Last change on this file since 626 was 612, checked in by ansari, 26 years ago

fin de fichier, start

File size: 551 bytes
Line 
1// toiboloproducer.h
2// Eric Aubourg CEA/DAPNIA/SPP septembre 1999
3
4#ifndef TOIBOLOPRODUCER_H
5#define TOIBOLOPRODUCER_H
6
7#include "toiderivproducer.h"
8#include "ark.h"
9
10
11class TOIBoloProducer : public TOIDerivProducer {
12public:
13 TOIBoloProducer();
14 virtual void dataFeed(TOIProducer* source, TOI const& toi, long sampleNum, double value);
15 virtual string getName();
16
17protected:
18 virtual set<TOI> reqTOIFor(TOI const&);
19 virtual void propagateLowBound(TOI const&, long sampleNum);
20
21 static int filtHalfRange;
22};
23
24
25
26#endif
Note: See TracBrowser for help on using the repository browser.