[FIXED] Fts undefined references [message #15899] |
Mon, 24 February 2014 19:20 |
Stefan Pflueger
Messages: 99 Registered: February 2012
|
continuous participant |
From: *kph.uni-mainz.de
|
|
Hi,
in the current Pandaroot revision there are two problems with the PndFtsDataAccessor class.
First it uses TSpectrum2 stuff, but is never linked to libSpectrum (dunno why it compiles in the first place, undefined ref must be allowed). So adding "Spectrum" to the Dependencies variable in the CMakeLists file in the fts dir solves this problem.
Second the Reset() function is not implemented in PndFtsDataAccessor.cxx.
I cannot fix this since I do not have permissions...
Best regards,
Stefan
[Updated on: Wed, 05 March 2014 16:13] by Moderator Report message to a moderator
|
|
|
Re: Fts undefined references [message #15904 is a reply to message #15899] |
Thu, 27 February 2014 12:22 |
MartinJGaluska
Messages: 203 Registered: March 2010 Location: Germany
|
first-grade participant |
From: *physik.uni-giessen.de
|
|
Hello Stefan,
thank you for pointing out the problems. I have implemented an empty Reset() function in the PndFtsDataAccessor and modified CMakeLists.txt as follows.
set(DEPENDENCIES Base GeoBase ParBase PndData TrkBase Spectrum)
Sorry that it took me so long to react to your post, I was assuming that I would receive emails from the forum again. I noticed a couple of days ago that this feature seemed to be broken and tried to fix that by resubscribing, but it seems that it did not help.
Kind regards,
Martin
|
|
|