Changeset 2359 in Sophya for trunk/ArchTOIPipe/ProcWSophya/ring2cout.cc
- Timestamp:
- Apr 1, 2003, 3:27:48 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/ProcWSophya/ring2cout.cc
r2354 r2359 3 3 // Christophe Magneville 4 4 // Reza Ansari 5 // $Id: ring2cout.cc,v 1. 2 2003-03-26 09:48:53 cecileExp $5 // $Id: ring2cout.cc,v 1.3 2003-04-01 13:27:48 aubourg Exp $ 6 6 7 7 #include "toimanager.h" … … 14 14 //////////////////////////////////////////////////////////////////////// 15 15 Ring2cout::Ring2cout(long n) 16 :totnscount(0), nRings( 0)16 :totnscount(0), nRings(1) 17 17 { 18 18 setNSamples(n); … … 55 55 getData(2,k*Nsamples,Nsamples,val); 56 56 mSnRead ++; 57 wontNeedBefore(k*Nsamples); 57 58 58 59 cout << " ring " << k << endl; 59 60 for (int i=i; i< Nsamples;i++) 60 cout << ctheta << " " << cphi<< " " << val<< endl;61 cout << ctheta[i] << " " << cphi[i]<< " " << val[i]<< endl; 61 62 totnscount++; 62 63
Note:
See TracChangeset
for help on using the changeset viewer.