Ignore:
Timestamp:
Apr 27, 2001, 11:33:51 AM (24 years ago)
Author:
aubourg
Message:

join & merge

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/TestPipes/tsttoi.cc

    r1464 r1480  
    11#include "toi.h"
    2 #include "toiregwindow.h"
     2#include "toiseqbuff.h"
    33#include "toiprocessor.h"
    44#include "fitstoirdr.h"
     
    1616
    1717 
    18   TOI* toi = new TOIRegularWindow("t1");
     18  TOI* toi = new TOISeqBuffered();
    1919  //  toi->dbg=true;
    2020  r.addOutput("boloMuV_11", toi);
    2121  f.addInput("signal", toi);
    2222
    23   toi = new TOIRegularWindow("t2");
     23  toi = new TOISeqBuffered();
    2424  // toi->dbg = true;
    2525  f.addOutput("out", toi);
Note: See TracChangeset for help on using the changeset viewer.