-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
[LHERunInfo] comment out the statistics printout #11420
Conversation
A new Pull Request was created by @syuvivida for CMSSW_7_6_X. [LHERunInfo] comment out the statistics printout It involves the following packages: GeneratorInterface/LHEInterface @vciulli, @covarell, @thuer, @cmsbuild, @bendavid, @govoni can you please review it and eventually sign? Thanks. |
I was thinking more to gracefully silence/avoid the printout for normal running but still have the code there for debugging. In principle all of this logic (and much of the code) should now be duplicated in the GenXSecAnalyzer |
Hello, Eiko |
Does the statistics() function do anything aside from the printout? |
only printout |
I think the best solution would be to keep all the code but change all the cout into a logging level which is not activated by the normal settings of the MessageLogger (e.g. LogDebug) |
@covarell |
+1 |
This pull request is fully signed and it will be integrated in one of the next CMSSW_7_6_X IBs after it passes the integration tests. This pull request requires discussion in the ORP meeting before it's merged. @davidlange6, @Degano, @smuzaffar |
@cmsbuild, please test |
The tests are being triggered in jenkins. |
This pull request is fully signed and it will be integrated in one of the next CMSSW_7_6_X IBs after it passes the integration tests. This pull request requires discussion in the ORP meeting before it's merged. @davidlange6, @Degano, @smuzaffar |
This pull request is fully signed and it will be integrated in one of the next CMSSW_7_6_X IBs (tests are also fine). This pull request requires discussion in the ORP meeting before it's merged. @davidlange6, @Degano, @smuzaffar |
This pull request is fully signed and it will be integrated in one of the next CMSSW_7_6_X IBs (tests are also fine). This pull request requires discussion in the ORP meeting before it's merged. @davidlange6, @Degano, @smuzaffar |
+1 |
[LHERunInfo] comment out the statistics printout
Commented out the statistics printout of LHERunInfo since it is misleading.
Users should use the information from GenXSecAnalyzer.