Ignore:
Timestamp:
Mar 26, 2003, 10:48:53 AM (23 years ago)
Author:
cecile
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/ProcWSophya/ring2cout.cc

    r2352 r2354  
    33//                               Christophe Magneville
    44//                               Reza Ansari
    5 // $Id: ring2cout.cc,v 1.1 2003-03-24 11:07:00 cecile Exp $
     5// $Id: ring2cout.cc,v 1.2 2003-03-26 09:48:53 cecile Exp $
    66
    77#include "toimanager.h"
     
    1313
    1414////////////////////////////////////////////////////////////////////////
    15 Ring2cout::Ring2cout()
     15Ring2cout::Ring2cout(long n)
     16  :totnscount(0), nRings(0)
    1617{
     18  setNSamples(n);
    1719}
    1820
     
    3840void Ring2cout::run() {
    3941
     42  cout << "///////////////////////////////// coucou !" << endl;
     43 
     44 
    4045
    4146//---------------------------------------------------------
     
    5459    for (int i=i; i< Nsamples;i++)
    5560      cout << ctheta << " " << cphi<< " " << val<< endl;
     61    totnscount++;
    5662   
    5763  }
     
    6672      <<"\n .... Msg= "<<exc.Msg()<<endl;
    6773}
     74 
    6875
    69 return;                                                                           
     76 return;
    7077}
     78
     79
     80
     81
     82
     83
     84
     85
     86
     87
     88
     89
     90
     91
     92
     93
     94
     95
Note: See TracChangeset for help on using the changeset viewer.