Ignore:
Timestamp:
Sep 23, 1999, 11:08:43 AM (26 years ago)
Author:
ansari
Message:

nouvelles toi

File:
1 edited

Legend:

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

    r405 r416  
    1515#include "pisteetoile.h"
    1616
     17#ifdef SST_DUMPLOG
    1718ofstream SSTHandler::sstchass("SSTChassLogFile");
    1819bool     SSTHandler::sstchassinit=false;
     20#endif
    1921
    2022// diodpermut[i] = channel de la diode i
     
    255257                LastBlockStarVec.push_back((*StarHistReIter).second);
    256258       
    257 //#ifdef SST_DEBUG
     259#ifdef SST_DUMPLOG
    258260        if(NbStarInBlock>0) {
    259261                       
     
    265267        }
    266268               
    267 //#endif
     269#endif
    268270
    269271        return NbStarInBlock;
     
    274276        for(int i=0; i<NbPhotDiodBarette; i++) PisteBar[i]=new PisteEtoile(i);
    275277        StarHistoryMap.clear();
     278#ifdef SST_DUMPLOG
    276279        if (!sstchassinit) {
    277280          sstchass<<LastStar.printHeader()<<endl;
    278281          sstchassinit = true;
    279282        }
     283#endif
    280284       
    281285#ifdef SST_DEBUG       
Note: See TracChangeset for help on using the changeset viewer.