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
|
|
|