[FIXED] method missing in RhoCandidate [message #14871] |
Wed, 19 June 2013 13:48 |
Anastasia Karavdina
Messages: 76 Registered: May 2010 Location: Mainz, Germany
|
continuous participant |
From: *adsl.alicedsl.de
|
|
Hi!
I tried to compile macro/lmd and got following error:
../../lib/libRho.so.0.0.0: undefined reference to `RhoCandidate::Daughter(int) const'
My guess this method is missing in cxx file.
Can expert check it, please?
To reproduce this, please, add following line in $PANDAROOT/macro/CMakeLists.txt:
Best regards,
Anastasia.
[Updated on: Thu, 04 July 2013 12:14] by Moderator Report message to a moderator
|
|
|
Re: method missing in RhoCandidate [message #14872 is a reply to message #14871] |
Wed, 19 June 2013 14:52 |
Ralf Kliemt
Messages: 507 Registered: May 2007 Location: GSI, Darmstadt
|
first-grade participant |
From: *pool.mediaWays.net
|
|
Hi Anastasia,
I'll follow up that issue.
Two remarks here:
Please try to get your lmd package into the standard compilation, that such issues are found on the spot during development. Simply ask Stefano to add it into the CMakeLists.
The second thing is why do you depend on rho? Your lmd package is a detector package which should do Monte-Carlo, Digitization, Reconstruction. That's, to my understanding, the convention on detector packages. Rho, however is used for physics analysis on particle candidates. If you happen to do physics analysis and you put it to your lmd package I'd encourage you simply to create a new one for that. This will also avoid a circular dependency between the libraries.
If you get stuck, just ask again. I'll be off sorting the issue from above.
Cheers
Ralf
|
|
|
|
|
|
|
|
|
|