Skip to content

Commit

Permalink
O2 linter fixes 6
Browse files Browse the repository at this point in the history
  • Loading branch information
ekryshen committed Dec 18, 2024
1 parent f5dc32b commit 23cbe16
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Common/CCDB/EventSelectionParams.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
///
/// \author Evgeny Kryshen <[email protected]> and Igor Altsybeev <[email protected]>

// o2-linter: disable=name/function-variable

#ifndef COMMON_CCDB_EVENTSELECTIONPARAMS_H_
#define COMMON_CCDB_EVENTSELECTIONPARAMS_H_

Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit 23cbe16

Please sign in to comment.