Ignore:
Timestamp:
Nov 1, 1999, 10:59:29 AM (26 years ago)
Author:
ansari
Message:

V2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Poubelle/archTOI.old/ssthandler.h

    r416 r534  
    2424
    2525//#define SST_DEBUG
    26 //#define SST_DUMPLOG
    27 #define NbChanDump (10)
     26//#define SSTDUMP
     27#define SSTChassLog
     28//#define SSTStatLog
     29
     30#define NbChanDump (3)
    2831#define NbPhotDiodBarette (46)
    2932#define NbEtInMapMax    (100)
    30 #define SSTChassLog (true)
    3133#define NbSampleBlock (2*nb_per_block)
    3234// Fin Zone findStar
     
    4648  void NeedProcess(int prcMask);
    4749  void ProcessBlock(block_type_sst*);
    48   bool NeedBlocks() {return prcTodo != 0;}
    4950
    5051  static void Has2Bars(bool, int elecOffset=0); // elecOffset : which wired together
     
    6364  double getStarTime(int iSampl, int istar);
    6465                        // return star time in this sample
    65                        
    66   static int getDiodPermut(int i) {return diodpermut[i];}
    6766
    6867protected:
     
    9291  PisteEtoile** PisteBar;
    9392       
    94 #ifdef SST_DEBUG
     93#ifdef SSTDUMP
    9594        ofstream** pPisteDump;
    9695#endif
     
    111110  int noStarDet;
    112111  int FirstSplNb(block_type_sst* blk); // Calcule l'index du premier echantillon du block analysé
     112 
    113113  static ofstream sstchass;
    114114  static bool     sstchassinit;
Note: See TracChangeset for help on using the changeset viewer.