Ignore:
Timestamp:
Sep 2, 1999, 4:19:55 PM (26 years ago)
Author:
ansari
Message:

sst

File:
1 edited

Legend:

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

    r400 r401  
    1414#include "ssthandler.h"
    1515#include "pisteetoile.h"
     16
     17ofstream SSTHandler::sstchass("SSTChassLogFile");
     18bool     SSTHandler::sstchassinit=false;
    1619
    1720// diodpermut[i] = channel de la diode i
     
    2528
    2629SSTHandler::SSTHandler()
    27 :sstchass("SSTChassLogFile")
    2830{
    2931  diodeHistLength = nb_per_block*2+10;
     
    4547
    4648SSTHandler::SSTHandler(SSTHandler const& x)
    47 :sstchass("SSTChassLogFile")
    4849{
    4950  diodeHistLength = x.diodeHistLength;
     
    273274        for(int i=0; i<NbPhotDiodBarette; i++) PisteBar[i]=new PisteEtoile(i);
    274275        StarHistoryMap.clear();
    275         sstchass<<LastStar.printHeader()<<endl;
     276        if (!sstchassinit) {
     277          sstchass<<LastStar.printHeader()<<endl;
     278          sstchassinit = true;
     279        }
    276280       
    277281#ifdef SST_DEBUG       
Note: See TracChangeset for help on using the changeset viewer.