Skip to content

Implement particle filtering for neuland simulation #837

Implement particle filtering for neuland simulation

Implement particle filtering for neuland simulation #837

Triggered via pull request November 14, 2024 13:20
Status Failure
Total duration 7m 10s
Artifacts

static_analysis.yml

on: pull_request
clang-format
25s
clang-format
Matrix: clang-tidy
Fit to window
Zoom out
Zoom in

Annotations

1 error, 7 warnings, and 1 notice
clang-tidy (default)
Process completed with exit code 1.
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): 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): 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 0 errors! Please fix them before being merged.