GSI Forum
GSI Helmholtzzentrum für Schwerionenforschung

Home » PANDA » PandaRoot » Bugs, Fixes, Releases » Symbol G__exception is not defined in current scope
Re: Symbol G__exception is not defined in current scope [message #7566 is a reply to message #7565] Wed, 26 November 2008 13:04 Go to previous message
asanchez is currently offline  asanchez
Messages: 350
Registered: March 2006
first-grade participant
From: *gsi.de
Hi try to add
fTrackArray->Delete()
at the of the Exec method
of the PndMicroWriter.Task

and at /genfit directory
if you go to the class Track.cxx
at the line 26
add the line
delete trackReps

Track::~Track() {
22 if(trackReps!=NULL){
23 for(int i=0;i<getNumReps();i++) {
24 delete trackReps->At(i);
25 }
26 delete trackReps; }
27 for(unsigned int i=0;i<hits.size();i++) {
28 delete hits[i];
29 }
30 }

compile everything again
and try to run thr runReco.C.

I hope it works
best regards
alicia.
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: New PandaRoot release is out: nov08
Next Topic: Limits on nEvents in CbmRunAna missing
Goto Forum:
  


Current Time: Fri Apr 19 07:09:50 CEST 2024

Total time taken to generate the page: 0.01238 seconds