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 |
|
---|
11 | class TOIBoloProducer : public TOIDerivProducer {
|
---|
12 | public:
|
---|
13 | TOIBoloProducer();
|
---|
14 | virtual void dataFeed(TOIProducer* source, TOI const& toi, long sampleNum, double value);
|
---|
15 | virtual string getName();
|
---|
16 |
|
---|
17 | protected:
|
---|
18 | virtual set<TOI> reqTOIFor(TOI const&);
|
---|
19 | virtual void propagateLowBound(TOI const&, long sampleNum);
|
---|
20 | map<int, double> boloDacV;
|
---|
21 |
|
---|
22 | static int filtHalfRange;
|
---|
23 | };
|
---|
24 |
|
---|
25 |
|
---|
26 |
|
---|
27 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.