# | Line 316 | Line 316 | void MySimEvent::SaveEvent(stChunkToSave | |
---|---|---|
316 | ParentChunk->daughters.push_back(CurrentChunk); | |
317 | ||
318 | if(((MyRecoTrack*)ParentChunk->buffer)->Info!=NULL){ | |
319 | – | printf("X\n"); |
319 | CurrentChunk = new stChunkToSave; | |
320 | CurrentChunk->type = C_RECO_TRACKINFO; | |
321 | CurrentChunk->size = 6 + sizeof(MyRecoTrackInfo); | |
# | Line 421 | Line 420 | void MySimEvents::Load(const char* path) | |
420 | FILE* f = fopen(path,"rb" ); | |
421 | if(f==NULL){ | |
422 | printf("The file %s can not be open !\n",path); | |
423 | < | return; |
423 | > | exit(0); |
424 | } | |
425 | ||
426 | stChunk* PrimaryChunk = new stChunk; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |