Skip to content

[ALICE3] Update TrackUtilities.h #13573

[ALICE3] Update TrackUtilities.h

[ALICE3] Update TrackUtilities.h #13573

Triggered via pull request July 15, 2025 08:51
@njacazionjacazio
synchronize #12058
Status Failure
Total duration 13s
Artifacts

o2-linter.yml

on: pull_request_target
O2 linter
9s
O2 linter
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 notices
[root/lorentz-vector]: ALICE3/Core/TrackUtilities.h#L70
Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead.
[root/lorentz-vector]: ALICE3/Core/TrackUtilities.h#L58
Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead.
[root/lorentz-vector]: ALICE3/Core/TrackUtilities.h#L48
Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead.
[root/lorentz-vector]: ALICE3/Core/TrackUtilities.h#L47
Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead.
[root/lorentz-vector]: ALICE3/Core/TrackUtilities.h#L36
Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead.
[root/lorentz-vector]: ALICE3/Core/TrackUtilities.h#L35
Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead.
[root/lorentz-vector]: ALICE3/Core/TrackUtilities.h#L23
Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead.
[name/file-cpp]: ALICE3/Core/TrackUtilities.cxx#L1
Use lowerCamelCase or UpperCamelCase for names of C++ files. See the O2 naming conventions for details.
[root/lorentz-vector]: ALICE3/Core/TrackUtilities.cxx#L23
Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead.
[root/lorentz-vector]: ALICE3/Core/TrackUtilities.cxx#L22
Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead.
O2 linter
To tolerate certain issues in a directory, add a line with the test name in "o2linter_config".
O2 linter
Exceptionally, you can disable a test for a line by adding a comment with "o2-linter: disable=" followed by the name of the test and parentheses with a reason for the exception.