Changeset 401 in Sophya for trunk/Poubelle/archTOI.old/ssthandler.cc
- Timestamp:
- Sep 2, 1999, 4:19:55 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Poubelle/archTOI.old/ssthandler.cc
r400 r401 14 14 #include "ssthandler.h" 15 15 #include "pisteetoile.h" 16 17 ofstream SSTHandler::sstchass("SSTChassLogFile"); 18 bool SSTHandler::sstchassinit=false; 16 19 17 20 // diodpermut[i] = channel de la diode i … … 25 28 26 29 SSTHandler::SSTHandler() 27 :sstchass("SSTChassLogFile")28 30 { 29 31 diodeHistLength = nb_per_block*2+10; … … 45 47 46 48 SSTHandler::SSTHandler(SSTHandler const& x) 47 :sstchass("SSTChassLogFile")48 49 { 49 50 diodeHistLength = x.diodeHistLength; … … 273 274 for(int i=0; i<NbPhotDiodBarette; i++) PisteBar[i]=new PisteEtoile(i); 274 275 StarHistoryMap.clear(); 275 sstchass<<LastStar.printHeader()<<endl; 276 if (!sstchassinit) { 277 sstchass<<LastStar.printHeader()<<endl; 278 sstchassinit = true; 279 } 276 280 277 281 #ifdef SST_DEBUG
Note:
See TracChangeset
for help on using the changeset viewer.