Changeset 1442 in Sophya for trunk/ArchTOIPipe/TestPipes/tstrztoi.cc
- Timestamp:
- Mar 15, 2001, 1:09:31 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/TestPipes/tstrztoi.cc
r1439 r1442 148 148 149 149 cout << " Creating Rz TOIProcessors: RzTOIProc () " << endl; 150 RzSimpleTOIProc rzs( 2., 1000);150 RzSimpleTOIProc rzs(w2, 3.); 151 151 RzTOIProc rzp(w1, w2, nmax); 152 152 if (fgsimple) { 153 153 cout << " Using Simple TOIProcessor: RzSimpleTOIProc () " << endl; 154 rzs.addInput(" signal", toi);155 rzs.addOutput(" sfout", toi2);154 rzs.addInput("in", toi); 155 rzs.addOutput("out", toi2); 156 156 } 157 157 else { … … 159 159 // rzp.setOutPPF("/data/Archeops/toto.ppf"); 160 160 rzp.setOutPPF(ppffile); 161 rzp.addInput(" signal", toi);162 rzp.addOutput(" sfout", toi2);161 rzp.addInput("in", toi); 162 rzp.addOutput("out", toi2); 163 163 } 164 164
Note:
See TracChangeset
for help on using the changeset viewer.