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

possibility to trim off verbosity printouts #80

Open
YonsiG opened this issue Aug 7, 2024 · 0 comments
Open

possibility to trim off verbosity printouts #80

YonsiG opened this issue Aug 7, 2024 · 0 comments

Comments

@YonsiG
Copy link

YonsiG commented Aug 7, 2024

When I want to use the verbosity printouts, to know how many objects are created at each level and which layers are them, I used
-v 2 in running the commands. However, if I don't also specify -w 0, which means no output files will be written, it is set default to -w 1. And this will give me huge pages of outputs on the screen like this.
Screenshot 2024-08-07 at 5 34 44 PM

I found that those are related to calling the "set....OutputBranches" functions when writing ntuple output. And the functions are using "matchedSimTrkIdxs" function, which have many printout if verbose.
Are those printouts needed anymore? Can we clean them up? If we still need them in some cases, can we write some explanations to make the printouts meaningful?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant