-
Notifications
You must be signed in to change notification settings - Fork 613
[PWGCF] Fix code replication #12302
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
[PWGCF] Fix code replication #12302
Conversation
|
O2 linter results: ❌ 0 errors, |
|
Hello @victor-gonzalez, many thanks for your comment! Thanks, |
| static constexpr std::string_view SubDirSE[] = {"Ft0aGlobal/SE/", "Ft0cGlobal/SE/", "Fv0Global/SE/", | ||
| "MftGlobal/SE/", "Fv0Mft/SE/"}; | ||
| static constexpr std::string_view SubDirME[] = {"Ft0aGlobal/ME/", "Ft0cGlobal/ME/", "Fv0Global/ME/", | ||
| "MftGlobal/ME/", "Fv0Mft/ME/"}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess that if two mode classes are considered, {ME, SE}, and {FT0A,FT0C,FV0,MFT,FV0MFT}, a further unification/simplification might be achieved
victor-gonzalez
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for addressing my comments!
Have a look at the new one in case you want to address further simplification for future iterations
Suggestion was given in previous PR