Last change
on this file since 310 was 310, checked in by ansari, 26 years ago |
Conversion Archeops raw file -> TOI
|
File size:
428 bytes
|
Line | |
---|
1 | #ifndef TOISVR_H
|
---|
2 | #define TOISVR_H
|
---|
3 |
|
---|
4 | #include "toiiter.h"
|
---|
5 |
|
---|
6 | class TOISvr {
|
---|
7 | public:
|
---|
8 | TOISvr();
|
---|
9 |
|
---|
10 | void SetDirectory(string);
|
---|
11 | void SetFile(string);
|
---|
12 |
|
---|
13 | void SetTimeInterval(double tStart, double tEnd);
|
---|
14 |
|
---|
15 | void AddInfo(TOIKind kind, int index, bool triggering=true, bool interp=false);
|
---|
16 | void AddInfo(TOIKind kind, bool triggering=true, bool interp=false);
|
---|
17 |
|
---|
18 | TOIIter DoQuery();
|
---|
19 |
|
---|
20 |
|
---|
21 | protected:
|
---|
22 | TOIIter iter;
|
---|
23 | };
|
---|
24 |
|
---|
25 |
|
---|
26 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.