[FIXED] PndSttCellTrackFinderAnalysisTask compilation issue [message #15574] |
Mon, 14 October 2013 17:44 |
Stefan Pflueger
Messages: 99 Registered: February 2012
|
continuous participant |
From: *kph.uni-mainz.de
|
|
Hi,
I've just updated the pandaroot trunk and it didn't compile on my machine. I got errors when compiling PndSttCellTrackFinderAnalysisTask.cxx:
Quote: /home/steve/pandaroot/PndTools/SttCellTrackFinder/PndSttCellTrackFinderA nalysisTask.cxx: In member function 'void PndSttCellTrackFinderAnalysisTask::DrawFirstRiemannPlots(int)':
/home/steve/pandaroot/PndTools/SttCellTrackFinder/PndSttCellTrackFinderA nalysisTask.cxx:558:8: error: 'Itoa' is not a member of 'TString'
/home/steve/pandaroot/PndTools/SttCellTrackFinder/PndSttCellTrackFinderA nalysisTask.cxx:625:35: error: 'Itoa' is not a member of 'TString'
/home/steve/pandaroot/PndTools/SttCellTrackFinder/PndSttCellTrackFinderA nalysisTask.cxx: In member function 'void PndSttCellTrackFinderAnalysisTask::DrawCombiRiemannPlots(int)':
/home/steve/pandaroot/PndTools/SttCellTrackFinder/PndSttCellTrackFinderA nalysisTask.cxx:638:8: error: 'Itoa' is not a member of 'TString'
/home/steve/pandaroot/PndTools/SttCellTrackFinder/PndSttCellTrackFinderA nalysisTask.cxx:704:38: error: 'Itoa' is not a member of 'TString'
The problem is that I'm using older external packages (and root 5.32) which does not have this Itoa function yet. Could this be rewritten to use string streaming operators instead of TString::Itoa?
Best regards,
Stefan
[Updated on: Wed, 10 September 2014 14:51] by Moderator Report message to a moderator
|
|
|
|
|
|
|