Skip to content
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

[RF] Use fully-qualified name for std::cout in RooFit #17453

Merged
merged 2 commits into from
Jan 18, 2025

Conversation

guitargeek
Copy link
Contributor

This makes is easier to find occurrences of std::cout in the code, becuase cout is also a substring of the names of the RooFit printing functions (like coutE, coutI, etc.).

Like this, we can better distinguish RooFit printing from standard output printing, which helps to work on this GitHub issue:

This makes it easier to distinguish `std::cout` from the similarly-named
RooFit printouts (`coutI`, etc.), because `cout` is a subset of the name
of all of those print functions. That made searching through the code
for different printout patterns harder than it needed to be.
To be consistent with the rest of the code using `std::cout`.

The main benefit is that it's easier to find all printouts with
`git grep "std::cout"` now.
Copy link

Test Results

    18 files      18 suites   4d 19h 4m 22s ⏱️
 2 695 tests  2 695 ✅ 0 💤 0 ❌
46 780 runs  46 780 ✅ 0 💤 0 ❌

Results for commit 8dfe772.

@guitargeek guitargeek merged commit 98d9992 into root-project:master Jan 18, 2025
20 of 21 checks passed
@guitargeek guitargeek deleted the issue-17429 branch January 18, 2025 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants