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

separating slash in branch name hinders easy plotting #656

Open
bl0x opened this issue Dec 13, 2023 · 2 comments
Open

separating slash in branch name hinders easy plotting #656

bl0x opened this issue Dec 13, 2023 · 2 comments

Comments

@bl0x
Copy link

bl0x commented Dec 13, 2023

The choice of the "/" character as a separator here:

ss << system->GetOwnName() << "/" << m_outputIDName[k][depth];

hinders easy plotting of the affected branches in the ROOT tree browser.

I'd suggest to use an underscore instead.

@bl0x
Copy link
Author

bl0x commented Dec 13, 2023

The same is also done for the Singles tree:

ss << system->GetOwnName() << "/" << m_outputIDName[k][depth];

and for the coincidences:

ss << system->GetOwnName() << "/" << m_outputIDName[k][depth] << side;

@bl0x
Copy link
Author

bl0x commented Dec 21, 2023

I can confirm that replacing the "/" with an "_" makes the problem disappear.

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