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: toisqfilter.h,v 1.2 2001-11-08 15:47:46 aubourg Exp $
|
---|
8 |
|
---|
9 |
|
---|
10 | #ifndef TOISQFILTER_H
|
---|
11 | #define TOISQFILTER_H
|
---|
12 |
|
---|
13 | #include "toiprocessor.h"
|
---|
14 |
|
---|
15 | class TOISqFilter : public TOIProcessor {
|
---|
16 | public:
|
---|
17 | virtual void init();
|
---|
18 | virtual void run();
|
---|
19 | };
|
---|
20 |
|
---|
21 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.