Skip to content

[PWGCF] framework for FemtoVsFlow #16103

[PWGCF] framework for FemtoVsFlow

[PWGCF] framework for FemtoVsFlow #16103

Triggered via pull request August 24, 2025 16:09
@wenyaCernwenyaCern
synchronize #12690
Status Failure
Total duration 12s
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
[using-directive]: PWGCF/Femto/Core/FemtoFlowContainer.h#L39
Do not put using directives at global scope in headers.
[magic-number]: PWGCF/Femto/Core/FemtoFlowCollisionSelection.h#L200
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[using-directive]: PWGCF/Femto/Core/FemtoFlowCollisionSelection.h#L30
Do not put using directives at global scope in headers.
[using-directive]: PWGCF/Femto/Core/FemtoFlowCollisionSelection.h#L29
Do not put using directives at global scope in headers.
[pdg/database]: PWGCF/Femto/Core/FemtoFlowAngularContainer.h#L148
Do not use TDatabasePDG directly. Use o2::constants::physics::Mass... or Service<o2::framework::O2DatabasePDG> instead.
[pdg/database]: PWGCF/Femto/Core/FemtoFlowAngularContainer.h#L147
Do not use TDatabasePDG directly. Use o2::constants::physics::Mass... or Service<o2::framework::O2DatabasePDG> instead.
[pdg/database]: PWGCF/Femto/Core/FemtoFlowAngularContainer.h#L30
Do not use TDatabasePDG directly. Use o2::constants::physics::Mass... or Service<o2::framework::O2DatabasePDG> instead.
[two-pi-add-subtract]: PWGCF/Femto/Core/FemtoFlowAngularContainer.h#L170
Use RecoDecay::constrainAngle to restrict angle to a given range.
[two-pi-add-subtract]: PWGCF/Femto/Core/FemtoFlowAngularContainer.h#L167
Use RecoDecay::constrainAngle to restrict angle to a given range.
[using-directive]: PWGCF/Femto/Core/FemtoFlowAngularContainer.h#L38
Do not put using directives at global scope in headers.
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.