[PWGCF] loose hypertriton PID cut #17451
Annotations
10 errors and 2 notices
|
[name/function-variable]:
PWGCF/Femto/FemtoNuclei/TableProducer/PiNucleiFemto.cxx#L279
Use lowerCamelCase for names of functions and variables.
|
|
[magic-number]:
PWGCF/Femto/FemtoNuclei/TableProducer/PiNucleiFemto.cxx#L569
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
|
|
[magic-number]:
PWGCF/Femto/FemtoNuclei/TableProducer/PiNucleiFemto.cxx#L566
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
|
|
[pdg/explicit-mass]:
PWGCF/Femto/FemtoNuclei/TableProducer/PiNucleiFemto.cxx#L990
Avoid hard-coded particle masses. Use o2::constants::physics::Mass... instead.
|
|
[root/entity]:
PWGCF/Femto/FemtoNuclei/TableProducer/PiNucleiFemto.cxx#L1039
Replace ROOT entities with equivalents from standard C++ or from O2.
|
|
[root/entity]:
PWGCF/Femto/FemtoNuclei/TableProducer/PiNucleiFemto.cxx#L1001
Replace ROOT entities with equivalents from standard C++ or from O2.
|
|
[std-prefix]:
PWGCF/Femto/FemtoNuclei/TableProducer/PiNucleiFemto.cxx#L1040
Use std:: prefix for names from the std namespace.
|
|
[std-prefix]:
PWGCF/Femto/FemtoNuclei/TableProducer/PiNucleiFemto.cxx#L1037
Use std:: prefix for names from the std namespace.
|
|
[std-prefix]:
PWGCF/Femto/FemtoNuclei/TableProducer/PiNucleiFemto.cxx#L1035
Use std:: prefix for names from the std namespace.
|
|
[std-prefix]:
PWGCF/Femto/FemtoNuclei/TableProducer/PiNucleiFemto.cxx#L979
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.
|