Implement particle filtering for neuland simulation #835
static_analysis.yml
on: pull_request
clang-format
38s
Matrix: clang-tidy
Annotations
5 errors, 7 warnings, and 1 notice
clang-format
Process completed with exit code 1.
|
clang-tidy (default)
Process completed with exit code 1.
|
clang-tidy (default):
neuland/digitizing/NeulandPointFilter.cxx#L13
out-of-line definition of 'ShouldNeulandPointBeFiltered' does not match any declaration in 'NeulandPointFilter' [clang-diagnostic-error]
|
clang-tidy (default):
neuland/digitizing/R3BNeulandDigitizer.cxx#L113
no member named 'ShouldNeulandPointBeFiltered' in 'NeulandPointFilter' [clang-diagnostic-error]
|
clang-tidy (default):
neuland/simulation/R3BNeuland.cxx#L44
cannot assign to variable 'birkC1Mod' with const-qualified type 'const double' [clang-diagnostic-error]
|
clang-tidy (default):
neuland/test/digitizing/testNeulandPointFilter.cxx#L91
variable 'sample_vector' of type 'TVector3' can be declared 'const' [misc-const-correctness]
|
clang-tidy (default):
neuland/test/digitizing/testNeulandPointFilter.cxx#L95
variable 'protonPoint' of type 'R3BNeulandPoint' can be declared 'const' [misc-const-correctness]
|
clang-tidy (default):
neuland/test/digitizing/testNeulandPointFilter.cxx#L96
variable 'neutronPoint' of type 'R3BNeulandPoint' can be declared 'const' [misc-const-correctness]
|
clang-tidy (default):
neuland/simulation/R3BNeuland.cxx#L47
variable 'dedxcm' of type 'double' can be declared 'const' [misc-const-correctness]
|
clang-tidy (default):
neuland/simulation/R3BNeuland.cxx#L48
variable 'lightYield' of type 'double' can be declared 'const' [misc-const-correctness]
|
clang-tidy (default):
r3bdata/neulandData/R3BNeulandPoint.h#L27
initializer for base class 'FairMCPoint' is redundant [readability-redundant-member-init]
|
clang-tidy (default):
r3bdata/neulandData/R3BNeulandPoint.h#L41
4 adjacent parameters of 'R3BNeulandPoint' of convertible types are easily swapped by mistake [bugprone-easily-swappable-parameters]
|
clang-tidy (default)
Clang-tidy generates 7 warnings and 3 errors! Please fix them before being merged.
|