Changeset 1480 in Sophya for trunk/ArchTOIPipe/TestPipes/tsttoi.cc
- Timestamp:
- Apr 27, 2001, 11:33:51 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/TestPipes/tsttoi.cc
r1464 r1480 1 1 #include "toi.h" 2 #include "toi regwindow.h"2 #include "toiseqbuff.h" 3 3 #include "toiprocessor.h" 4 4 #include "fitstoirdr.h" … … 16 16 17 17 18 TOI* toi = new TOI RegularWindow("t1");18 TOI* toi = new TOISeqBuffered(); 19 19 // toi->dbg=true; 20 20 r.addOutput("boloMuV_11", toi); 21 21 f.addInput("signal", toi); 22 22 23 toi = new TOI RegularWindow("t2");23 toi = new TOISeqBuffered(); 24 24 // toi->dbg = true; 25 25 f.addOutput("out", toi);
Note:
See TracChangeset
for help on using the changeset viewer.