From 23cbe164b50710d84638af2f6ed215b22fcf51eb Mon Sep 17 00:00:00 2001 From: Evgeny Kryshen Date: Wed, 18 Dec 2024 13:20:51 +0300 Subject: [PATCH] O2 linter fixes 6 --- Common/CCDB/EventSelectionParams.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Common/CCDB/EventSelectionParams.h b/Common/CCDB/EventSelectionParams.h index 7645bcdcee8..afd8dcbf081 100644 --- a/Common/CCDB/EventSelectionParams.h +++ b/Common/CCDB/EventSelectionParams.h @@ -14,8 +14,6 @@ /// /// \author Evgeny Kryshen and Igor Altsybeev -// o2-linter: disable=name/function-variable - #ifndef COMMON_CCDB_EVENTSELECTIONPARAMS_H_ #define COMMON_CCDB_EVENTSELECTIONPARAMS_H_ @@ -87,7 +85,7 @@ extern const char* selectionLabels[kNsel]; class EventSelectionParams { public: - explicit EventSelectionParams(int system = 0, int run = 2); + explicit EventSelectionParams(int system = 0, int run = 2); // o2-linter: disable=name/function-variable void disableOutOfBunchPileupCuts(); void setOnVsOfParams(float newV0MOnVsOfA, float newV0MOnVsOfB, float newSPDOnVsOfA, float newSPDOnVsOfB); bool* getSelection(int iSelection);