[PWGJE] Fix wrong headers. Remove unused files. Fix includes.#14128
[PWGJE] Fix wrong headers. Remove unused files. Fix includes.#14128nzardosh merged 20 commits intoAliceO2Group:masterfrom
Conversation
|
O2 linter results: ❌ 425 errors, |
|
@nzardosh I have validated that |
| Configurable<std::vector<double>> trackingEfficiency{"trackingEfficiency", {1.0, 1.0}, "tracking efficiency array applied to jet finding if applyTrackingEfficiency is true"}; | ||
|
|
||
| Service<o2::framework::O2DatabasePDG> pdg; | ||
| o2::framework::Configurable<float> zCut{"zCut", 0.1, "soft drop z cut"}; |
There was a problem hiding this comment.
what is the benefit of not including these common o2 namespaces in the .h files? it seems to me that every single o2 task needs these namespaces so it just seems it makes the headers more complex to read if we remove them
There was a problem hiding this comment.
using directives are forbidden in the global scope of headers for many important reasons.
|
thanks for checking vit! I am happy with the headers being moved but I am less sure that making the namespaces explicit in the headers is practical. particularly the ones that are used in every single task. |
…2Group#14128) Co-authored-by: ALICE Builder <alibuild@users.noreply.github.com>
…2Group#14128) Co-authored-by: ALICE Builder <alibuild@users.noreply.github.com>
…2Group#14128) Co-authored-by: ALICE Builder <alibuild@users.noreply.github.com>
…2Group#14128) Co-authored-by: ALICE Builder <alibuild@users.noreply.github.com>
…2Group#14128) Co-authored-by: ALICE Builder <alibuild@users.noreply.github.com>
cxxfiles.cxxfiles wrongly used as headers.h.RecoDecay.