Ignore:
Timestamp:
Apr 17, 2003, 3:47:34 PM (22 years ago)
Author:
cecile
Message:

nouveaux tuyaux de ring : theta, phi puis Nsamples mesures

File:
1 edited

Legend:

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

    r2354 r2361  
    55//                               Christophe Magneville
    66//                               Reza Ansari
    7 // $Id: ring2cout.h,v 1.2 2003-03-26 09:48:53 cecile Exp $
     7// $Id: ring2cout.h,v 1.3 2003-04-17 13:47:34 cecile Exp $
    88
    99#ifndef TOI2RING_H
     
    1717class Ring2cout : public TOIProcessor {
    1818public:
    19                  Ring2cout(long n);
     19                 Ring2cout(long ns,long nr);
    2020  virtual       ~Ring2cout();
    2121
    2222  inline void setNSamples( long n=1024)
    2323              {Nsamples = n;}
     24
     25  inline void setNRings( long n=1)
     26              {Nrings = n;}
    2427
    2528  virtual void  init(void);
     
    3134  void Print(::ostream & os);
    3235  inline long   ProcessedSampleCount() const { return totnscount; }
    33   inline long   ProcessedRingCount() const { return nRings; }
     36  inline long   ProcessedRingCount() const { return Nrings; }
    3437
    3538protected:
    3639  long Nsamples;
    3740  long totnscount;
    38   long nRings;
     41  long Nrings;
    3942 
    4043};
Note: See TracChangeset for help on using the changeset viewer.