forked from AliceO2Group/O2Physics
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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_ | ||
|
||
|
@@ -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); | ||
|