| Line | |
|---|
| 1 | // This may look like C code, but it is really -*- C++ -*-
|
|---|
| 2 |
|
|---|
| 3 | // ArchTOIPipe (C) CEA/DAPNIA/SPP IN2P3/LAL
|
|---|
| 4 | // Eric Aubourg
|
|---|
| 5 | // Christophe Magneville
|
|---|
| 6 | // Reza Ansari
|
|---|
| 7 | // $Id: wienerdecor.h,v 1.1 2002-03-23 23:05:22 aubourg Exp $
|
|---|
| 8 |
|
|---|
| 9 | #ifndef WIENERDECOR_H
|
|---|
| 10 | #define WIENERDECOR_H
|
|---|
| 11 |
|
|---|
| 12 | #include "toiprocessor.h"
|
|---|
| 13 | #include "flagtoidef.h"
|
|---|
| 14 |
|
|---|
| 15 | class WienerDecorrelator : public TOIProcessor {
|
|---|
| 16 | public:
|
|---|
| 17 | WienerDecorrelator(int nsamp, int lcor);
|
|---|
| 18 |
|
|---|
| 19 | virtual void init();
|
|---|
| 20 | virtual void run();
|
|---|
| 21 |
|
|---|
| 22 | // inline void doNotLookAt(uint_8 flag=FlgToiAll) {flgNotLookAt = flag;}
|
|---|
| 23 |
|
|---|
| 24 | protected:
|
|---|
| 25 | int nsamples;
|
|---|
| 26 | int lcorr;
|
|---|
| 27 | // uint_8 flgNotLookAt;
|
|---|
| 28 | };
|
|---|
| 29 |
|
|---|
| 30 |
|
|---|
| 31 |
|
|---|
| 32 | #endif
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.