[FIXED] error in running runLumiSim.C [message #10675] |
Mon, 17 May 2010 08:22 |
manoj.jadhav
Messages: 41 Registered: February 2010 Location: Mumbai, India
|
continuous participant |
From: *162.23.19.static-mumbai.vsnl.net.in
|
|
Hello all ,
I installed pandaroot trunk in my system, after running pandaroot/macro/lumi/runLumiSim.C I faced following error
..............................
dlopen error: /home/manoj/panda/pandaroot/buildPanda/lib/libPid.so: undefined symbol: _ZN20PndVtxFitterParticleD1Ev
Load Error: Failed to load Dynamic link library /home/manoj/panda/pandaroot/buildPanda/lib/libPid.so
..............................
please give me any idea to fix this error.
with regards,
Manoj Jadhav
I.I.T.Bombay
Mumbai
[Updated on: Wed, 19 May 2010 09:25] by Moderator Report message to a moderator
|
|
|
|
|
|
|
Re: error in running runLumiSim.C [message #10693 is a reply to message #10683] |
Tue, 18 May 2010 18:01 |
|
This is at the moment a general issue due to the fact that the PndVtxFitterParticle class is not included and linked correctly. I have already posted a ticket about this last wednesday.
Solution to the problem:
add following lines at l.78 resp. l.102:
${CMAKE_SOURCE_DIR}/PndTools/AnalysisTools/Fitter/PndVtxFitterParticle.c xx
and
${CMAKE_SOURCE_DIR}/PndTools/AnalysisTools/Fitter/PndVtxFitterParticle.h
in pid/CMakeLists.txt
and also
#pragma link C++ class PndVtxFitterParticle+;
in pid/PidLinkDef.h
I hope I was able to help, greetings
David
p.s.: if you do not need the libpid a faster work around is to erase the line with libPid in gconfig/rootlogon
|
|
|
|
|
|
|
|
Re: error in running runLumiSim.C [message #10699 is a reply to message #10698] |
Wed, 19 May 2010 08:05 |
manoj.jadhav
Messages: 41 Registered: February 2010 Location: Mumbai, India
|
continuous participant |
From: *162.23.19.static-mumbai.vsnl.net.in
|
|
Hello Stefano,
I checked the macro runLumiSim.C by inverting the order of libpid & libAnalysisTools in rootlogon.C & it is working now. Thanks for the help.
With Regards,
Manoj Jadhav
I.I.T.Bombay
Mumbai
|
|
|
|