Changeset 534 in Sophya for trunk/Poubelle/archTOI.old/ssthandler.h
- Timestamp:
- Nov 1, 1999, 10:59:29 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Poubelle/archTOI.old/ssthandler.h
r416 r534 24 24 25 25 //#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) 28 31 #define NbPhotDiodBarette (46) 29 32 #define NbEtInMapMax (100) 30 #define SSTChassLog (true)31 33 #define NbSampleBlock (2*nb_per_block) 32 34 // Fin Zone findStar … … 46 48 void NeedProcess(int prcMask); 47 49 void ProcessBlock(block_type_sst*); 48 bool NeedBlocks() {return prcTodo != 0;}49 50 50 51 static void Has2Bars(bool, int elecOffset=0); // elecOffset : which wired together … … 63 64 double getStarTime(int iSampl, int istar); 64 65 // return star time in this sample 65 66 static int getDiodPermut(int i) {return diodpermut[i];}67 66 68 67 protected: … … 92 91 PisteEtoile** PisteBar; 93 92 94 #ifdef SST _DEBUG93 #ifdef SSTDUMP 95 94 ofstream** pPisteDump; 96 95 #endif … … 111 110 int noStarDet; 112 111 int FirstSplNb(block_type_sst* blk); // Calcule l'index du premier echantillon du block analysé 112 113 113 static ofstream sstchass; 114 114 static bool sstchassinit;
Note:
See TracChangeset
for help on using the changeset viewer.