[PWGEM/PhotonMeson,Trigger] update pcm data and add converters #14769
Annotations
10 errors and 2 notices
|
[magic-number]:
EventFiltering/PWGEM/EMPhotonFilter.cxx#L187
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
|
|
[const-ref-in-for-loop]:
EventFiltering/PWGEM/EMPhotonFilter.cxx#L221
Use constant references for non-modified iterators in range-based for loops.
|
|
[const-ref-in-for-loop]:
EventFiltering/PWGEM/EMPhotonFilter.cxx#L209
Use constant references for non-modified iterators in range-based for loops.
|
|
[const-ref-in-for-loop]:
EventFiltering/PWGEM/EMPhotonFilter.cxx#L180
Use constant references for non-modified iterators in range-based for loops.
|
|
[std-prefix]:
EventFiltering/PWGEM/EMPhotonFilter.cxx#L286
Use std:: prefix for names from the std namespace.
|
|
[std-prefix]:
EventFiltering/PWGEM/EMPhotonFilter.cxx#L285
Use std:: prefix for names from the std namespace.
|
|
[std-prefix]:
EventFiltering/PWGEM/EMPhotonFilter.cxx#L196
Use std:: prefix for names from the std namespace.
|
|
[std-prefix]:
EventFiltering/PWGEM/EMPhotonFilter.cxx#L193
Use std:: prefix for names from the std namespace.
|
|
[std-prefix]:
EventFiltering/PWGEM/EMPhotonFilter.cxx#L187
Use std:: prefix for names from the std namespace.
|
|
[std-prefix]:
EventFiltering/PWGEM/EMPhotonFilter.cxx#L134
Use std:: prefix for names from the std namespace.
|
|
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.
|