Changeset 3640 in Sophya for trunk/AddOn/TAcq/brproc.h


Ignore:
Timestamp:
May 27, 2009, 5:15:45 PM (16 years ago)
Author:
ansari
Message:

Correction et ameliorations multiples - en particulier mcrd.cc, brproc.cc et brfitsrd.cc, Reza 27/05/2009

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/AddOn/TAcq/brproc.h

    r3635 r3640  
    2525class BRProcARaw2C : public ZThread {
    2626public:
    27   BRProcARaw2C(RAcqMemZoneMgr& mem, string& path, uint_4 nmean=1, uint_4 step=1, uint_4 nmax=100);
     27  BRProcARaw2C(RAcqMemZoneMgr& mem, string& path, uint_4 nmean=1,
     28               uint_4 step=1, uint_4 nmax=100, bool fgnotrl=false);
    2829  virtual void run();
    2930  void Stop();
     
    3637  uint_4 nmean_;  // Nombre de blocs pour le calcul des moyennes
    3738  string path_; 
     39  bool fgnotrl_;   // if true, don't check packet trailer - when using pre-june fits files
    3840};
    3941
Note: See TracChangeset for help on using the changeset viewer.