Skip to content

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

Conversation

SpectreVert
Copy link
Collaborator

ranslation made to CMake ; in relation with root-project/root#8913

@SpectreVert SpectreVert requested review from pcanal and bellenot August 26, 2021 15:22
@SpectreVert SpectreVert self-assigned this Aug 26, 2021
@SpectreVert
Copy link
Collaborator Author

@phsft-bot build!

@guitargeek guitargeek force-pushed the treeformula_retobj_make_to_cmake branch 2 times, most recently from e75d689 to e05abf3 Compare March 30, 2025 20:40
Copy link
Contributor

@guitargeek guitargeek left a 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");
Copy link
Member

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.

Copy link
Contributor

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

Copy link
Member

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)
Copy link
Member

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.

@root-project root-project deleted a comment from phsft-bot Mar 30, 2025
@root-project root-project deleted a comment from phsft-bot Mar 30, 2025
@root-project root-project deleted a comment from phsft-bot Mar 30, 2025
@root-project root-project deleted a comment from phsft-bot Mar 30, 2025
@root-project root-project deleted a comment from phsft-bot Mar 30, 2025
@root-project root-project deleted a comment from phsft-bot Mar 30, 2025
@root-project root-project deleted a comment from phsft-bot Mar 30, 2025
@root-project root-project deleted a comment from phsft-bot Mar 30, 2025
@root-project root-project deleted a comment from phsft-bot Mar 30, 2025
@root-project root-project deleted a comment from phsft-bot Mar 30, 2025
@root-project root-project deleted a comment from phsft-bot Mar 30, 2025
@root-project root-project deleted a comment from phsft-bot Mar 30, 2025
@guitargeek
Copy link
Contributor

Closed in favor of a corresponding PR in the main ROOT repository:

@guitargeek guitargeek closed this May 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants