[PWGEM/Dilepton] update event QC task #1598
Annotations
2 errors, 10 warnings, and 1 notice
O2 linter result
Issues have been found.
|
O2 linter
Process completed with exit code 1.
|
[std-prefix]:
PWGEM/Dilepton/Tasks/createResolutionMap.cxx#L377
Use std:: prefix for names from the std namespace.
|
[std-prefix]:
PWGEM/Dilepton/Tasks/createResolutionMap.cxx#L406
Use std:: prefix for names from the std namespace.
|
[std-prefix]:
PWGEM/Dilepton/Tasks/createResolutionMap.cxx#L422
Use std:: prefix for names from the std namespace.
|
[external-pi]:
PWGEM/Dilepton/Tasks/createResolutionMap.cxx#L78
Consider using the PI constant (and its multiples and fractions) defined in o2::constants::math.
|
[external-pi]:
PWGEM/Dilepton/Tasks/createResolutionMap.cxx#L287
Consider using the PI constant (and its multiples and fractions) defined in o2::constants::math.
|
[pi-multiple-fraction]:
PWGEM/Dilepton/Tasks/createResolutionMap.cxx#L78
Consider using multiples/fractions of PI defined in o2::constants::math.
|
[pi-multiple-fraction]:
PWGEM/Dilepton/Tasks/createResolutionMap.cxx#L287
Consider using multiples/fractions of PI defined in o2::constants::math.
|
[const-ref-in-for-loop]:
PWGEM/Dilepton/Tasks/createResolutionMap.cxx#L355
Use constant references for non-modified iterators in range-based for loops.
|
[const-ref-in-for-loop]:
PWGEM/Dilepton/Tasks/createResolutionMap.cxx#L369
Use constant references for non-modified iterators in range-based for loops.
|
[const-ref-in-for-loop]:
PWGEM/Dilepton/Tasks/createResolutionMap.cxx#L398
Use constant references for non-modified iterators in range-based for loops.
|
O2 linter
You can disable a test for a line by adding a comment with "o2-linter: disable=" followed by the name of the test.
|