We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
some RooStats classes, e.g. RooStats::AsymptoticCalculator perform prints using all three printing ways within O(10) lines, e.g.
RooStats
RooStats::AsymptoticCalculator
As result, it makes impossible to control the output verbosity. Would it be possible to convert all std::cout and printf into ROOT/RooFit prints ?
std::cout
printf
6.35/1 I am using LCG dev3 nightly build from cvmfs
cvmfs, LCG dev3 nightly slot
Linux, lxplus.cern.ch
No response
The text was updated successfully, but these errors were encountered:
guitargeek
No branches or pull requests
Explain what you would like to see improved and how.
some
RooStats
classes, e.g.RooStats::AsymptoticCalculator
perform prints using all three printing ways within O(10) lines, e.g.As result, it makes impossible to control the output verbosity.
Would it be possible to convert all
std::cout
andprintf
into ROOT/RooFit prints ?ROOT version
6.35/1
I am using LCG dev3 nightly build from cvmfs
Installation method
cvmfs, LCG dev3 nightly slot
Operating system
Linux, lxplus.cern.ch
Additional context
No response
The text was updated successfully, but these errors were encountered: