[PWGCF] adding shift correction for event plane #18044
Annotations
10 errors and 2 notices
|
[doc/file]:
PWGCF/JCorran/Tasks/jEPFlowAnalysis.cxx#L12
Documentation for \author is missing, incorrect or misplaced.
|
|
[doc/file]:
PWGCF/JCorran/Tasks/jEPFlowAnalysis.cxx#L12
Documentation for \brief is missing, incorrect or misplaced.
|
|
[doc/file]:
PWGCF/JCorran/Tasks/jEPFlowAnalysis.cxx#L12
Documentation for \file is missing, incorrect or misplaced.
|
|
[magic-number]:
PWGCF/JCorran/Tasks/jEPFlowAnalysis.cxx#L178
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
|
|
[magic-number]:
PWGCF/JCorran/Tasks/jEPFlowAnalysis.cxx#L153
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
|
|
[magic-number]:
PWGCF/JCorran/Tasks/jEPFlowAnalysis.cxx#L140
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
|
|
[magic-number]:
PWGCF/JCorran/Tasks/jEPFlowAnalysis.cxx#L129
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
|
|
[const-ref-in-for-loop]:
PWGCF/JCorran/Tasks/jEPFlowAnalysis.cxx#L179
Use constant references for non-modified iterators in range-based for loops.
|
|
[root/entity]:
PWGCF/JCorran/Tasks/jEPFlowAnalysis.cxx#L48
Replace ROOT entities with equivalents from standard C++ or from O2.
|
|
[std-prefix]:
PWGCF/JCorran/Tasks/jEPFlowAnalysis.cxx#L172
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.
|