[PWGLF,Trigger] Optimize Kaon PID to improve Phi meson Purity #9205
Annotations
10 errors and 2 notices
|
[magic-number]:
EventFiltering/PWGLF/filterdoublephi.cxx#L134
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
|
|
[magic-number]:
EventFiltering/PWGLF/filterdoublephi.cxx#L133
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
|
|
[magic-number]:
EventFiltering/PWGLF/filterdoublephi.cxx#L130
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
|
|
[const-ref-in-for-loop]:
EventFiltering/PWGLF/filterdoublephi.cxx#L213
Use constant references for non-modified iterators in range-based for loops.
|
|
[const-ref-in-for-loop]:
EventFiltering/PWGLF/filterdoublephi.cxx#L192
Use constant references for non-modified iterators in range-based for loops.
|
|
[pdg/database]:
EventFiltering/PWGLF/filterdoublephi.cxx#L22
Do not use TDatabasePDG directly. Use o2::constants::physics::Mass... or Service<o2::framework::O2DatabasePDG> instead.
|
|
[root/entity]:
EventFiltering/PWGLF/filterdoublephi.cxx#L170
Replace ROOT entities with equivalents from standard C++ or from O2.
|
|
[root/entity]:
EventFiltering/PWGLF/filterdoublephi.cxx#L150
Replace ROOT entities with equivalents from standard C++ or from O2.
|
|
[root/entity]:
EventFiltering/PWGLF/filterdoublephi.cxx#L137
Replace ROOT entities with equivalents from standard C++ or from O2.
|
|
[include-iostream]:
EventFiltering/PWGLF/filterdoublephi.cxx#L25
Do not include iostream. Use O2 logging 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.
|