Skip to content

[Common/TableProducer/PID] reduce dependency in pidTPCBase.cxx #12568

[Common/TableProducer/PID] reduce dependency in pidTPCBase.cxx

[Common/TableProducer/PID] reduce dependency in pidTPCBase.cxx #12568

Triggered via pull request June 28, 2025 10:37
@dsekihatdsekihat
opened #11824
Status Failure
Total duration 13s
Artifacts

o2-linter.yml

on: pull_request_target
O2 linter
10s
O2 linter
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 notices
[name/function-variable]: Common/TableProducer/PID/pidTPCBase.cxx#L157
Use lowerCamelCase for names of functions and variables.
[name/function-variable]: Common/TableProducer/PID/pidTPCBase.cxx#L155
Use lowerCamelCase for names of functions and variables.
[name/function-variable]: Common/TableProducer/PID/pidTPCBase.cxx#L154
Use lowerCamelCase for names of functions and variables.
[name/function-variable]: Common/TableProducer/PID/pidTPCBase.cxx#L108
Use lowerCamelCase for names of functions and variables.
[name/function-variable]: Common/TableProducer/PID/pidTPCBase.cxx#L92
Use lowerCamelCase for names of functions and variables.
[magic-number]: Common/TableProducer/PID/pidTPCBase.cxx#L162
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: Common/TableProducer/PID/pidTPCBase.cxx#L160
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: Common/TableProducer/PID/pidTPCBase.cxx#L148
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: Common/TableProducer/PID/pidTPCBase.cxx#L146
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: Common/TableProducer/PID/pidTPCBase.cxx#L135
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
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.