Changeset 416 in Sophya for trunk/Poubelle/archTOI.old/ssthandler.cc
- Timestamp:
- Sep 23, 1999, 11:08:43 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Poubelle/archTOI.old/ssthandler.cc
r405 r416 15 15 #include "pisteetoile.h" 16 16 17 #ifdef SST_DUMPLOG 17 18 ofstream SSTHandler::sstchass("SSTChassLogFile"); 18 19 bool SSTHandler::sstchassinit=false; 20 #endif 19 21 20 22 // diodpermut[i] = channel de la diode i … … 255 257 LastBlockStarVec.push_back((*StarHistReIter).second); 256 258 257 //#ifdef SST_DEBUG259 #ifdef SST_DUMPLOG 258 260 if(NbStarInBlock>0) { 259 261 … … 265 267 } 266 268 267 //#endif269 #endif 268 270 269 271 return NbStarInBlock; … … 274 276 for(int i=0; i<NbPhotDiodBarette; i++) PisteBar[i]=new PisteEtoile(i); 275 277 StarHistoryMap.clear(); 278 #ifdef SST_DUMPLOG 276 279 if (!sstchassinit) { 277 280 sstchass<<LastStar.printHeader()<<endl; 278 281 sstchassinit = true; 279 282 } 283 #endif 280 284 281 285 #ifdef SST_DEBUG
Note:
See TracChangeset
for help on using the changeset viewer.