source: Sophya/trunk/ArchTOIPipe/Processors/toisqfilter.h

Last change on this file was 1738, checked in by aubourg, 24 years ago

copyright

File size: 508 bytes
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
15class TOISqFilter : public TOIProcessor {
16public:
17 virtual void init();
18 virtual void run();
19};
20
21#endif
Note: See TracBrowser for help on using the repository browser.