Skip to content

Commit

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

// o2-linter: disable=name/workflow-file

#include "EventSelectionParams.h"

namespace o2::aod::evsel
Expand Down
2 changes: 2 additions & 0 deletions Common/CCDB/EventSelectionParams.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
///
/// \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
4 changes: 3 additions & 1 deletion Common/TableProducer/eventSelection.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
///
/// \author Evgeny Kryshen <[email protected]> and Igor Altsybeev <[email protected]>

// o2-linter: disable=name/configurable

#include <string>
#include <vector>
#include <map>
Expand Down Expand Up @@ -59,7 +61,7 @@ struct BcSelectionTask {
Produces<aod::BcSels> bcsel;
Service<o2::ccdb::BasicCCDBManager> ccdb;
HistogramRegistry histos{"Histos", {}, OutputObjHandlingPolicy::AnalysisObject};
Configurable<int> confTriggerBcShift{"triggerBcShift", 999, "set to 294 for apass2/apass3 in LHC22o-t"};
Configurable<int> confTriggerBcShift{"triggerBcShift", 999, "set to 294 for apass2/apass3 in LHC22o-t"};
Configurable<int> confITSROFrameStartBorderMargin{"ITSROFrameStartBorderMargin", -1, "Number of bcs at the start of ITS RO Frame border. Take from CCDB if -1"};
Configurable<int> confITSROFrameEndBorderMargin{"ITSROFrameEndBorderMargin", -1, "Number of bcs at the end of ITS RO Frame border. Take from CCDB if -1"};
Configurable<int> confTimeFrameStartBorderMargin{"TimeFrameStartBorderMargin", -1, "Number of bcs to cut at the start of the Time Frame. Take from CCDB if -1"};
Expand Down

0 comments on commit 18fb4aa

Please sign in to comment.