-
Notifications
You must be signed in to change notification settings - Fork 132
root/treeformula/retobj make to cmake #773
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
root/treeformula/retobj make to cmake #773
Conversation
@phsft-bot build! |
e75d689
to
e05abf3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you so much for the migration!
gSystem->Load("libEvent"); | ||
TFile *Event = TFile::Open("Event.new.split0.root"); | ||
gSystem->Load("libTreeFormulaRetobjGeneration"); | ||
TFile *Event = TFile::Open("Event.root"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a very common file produced by roottest, it is much better to clarify which configuration of the file we are using.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @pcanal, thank you very much for the comment! What do you mean exactly by "to clarify which configuration of the file we are using"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See $ROOTSYS/test/MainEvent.cxx
. For whatever reason this example use the configuration of the typical Event file with split level 0, and 'new' style branches, let's not lose that information (and not change the configuration of the generated file either)
ROOT_LINKER_LIBRARY(TreeFormulaRetobjGeneration | ||
${CMAKE_CURRENT_SOURCE_DIR}/TreeFormulaRetobjGeneration.cxx | ||
G__TreeFormulaRetobjGeneration.cxx | ||
LIBRARIES Core Tree Hist MathCore) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add the generation of the dictionary as required fixture.
e05abf3
to
71168de
Compare
Closed in favor of a corresponding PR in the main ROOT repository: |
ranslation made to CMake ; in relation with root-project/root#8913