GSI Forum
GSI Helmholtzzentrum für Schwerionenforschung

Home » PANDA » PandaRoot » Event Generators » Problem with implementing new decay models in EvtGen (don't understand error message)
Re: Problem with implementing new decay models in EvtGen [message #18157 is a reply to message #18154] Wed, 22 April 2015 10:20 Go to previous messageGo to previous message
Stefan Pflueger is currently offline  Stefan Pflueger
Messages: 99
Registered: February 2012
continuous participant
From: *kph.uni-mainz.de
Hello,

without the source code its difficult to make precise statement. The message itself means that inside the libEvtGen.so shared library there is no definition of the virtual functions EvtDeuteronDeltaDelta and EvtPbarDelta2PiPi. Since you added your decay modes to this library it will generate this error every time this library is linked on the build process of an application. Are the virtual destructors of the EvtDeuteronDeltaDelta and EvtPbarDelta2PiPi classes defined? So something like this should be in the source file:

EvtDeuteronDeltaDelta::~EvtDeuteronDeltaDelta() {
}

Best regards,

Stefan
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: EMFFGen as a pi + pi - generator
Next Topic: simpleEvtGen doesn't know deuteron target
Goto Forum:
  


Current Time: Fri Apr 26 01:52:28 CEST 2024

Total time taken to generate the page: 0.00975 seconds