Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions PWGLF/Utils/collisionCutsGroup.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ void CollisionCutsGroup::applyToCollisonCuts(o2::analysis::CollisonCuts& cuts) c
// AUTO-GENERATED setter method calls from EventSelectionFlagsMapping.def
#define EVSEL_FLAG(enumVal, member, defaultVal, evtSelEnum, setter, getter, label, desc) \
cuts.setter(member);
#include "EventSelectionFlagsMapping.def" // NOLINT(build/include)
#include "EventSelectionFlagsMapping.def" // NOLINT(build/include)
#undef EVSEL_FLAG

// Manual setter calls for non-flag members
Expand Down Expand Up @@ -75,7 +75,7 @@ void CollisionCutsGroup::printSelections() const
// AUTO-GENERATED logging from EventSelectionFlagsMapping.def
#define EVSEL_FLAG(enumVal, member, defaultVal, evtSelEnum, setter, getter, label, desc) \
LOGF(info, " %-40s: %s", desc, member ? "true" : "false");
#include "EventSelectionFlagsMapping.def" // NOLINT(build/include)
#include "EventSelectionFlagsMapping.def" // NOLINT(build/include)
#undef EVSEL_FLAG

LOGF(info, "");
Expand Down
4 changes: 2 additions & 2 deletions PWGLF/Utils/collisionCutsGroup.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ class CollisionCutsGroup
// ===== AUTO-GENERATED event selection flag members =====
// Generated from EventSelectionFlagsMapping.def
#define EVSEL_FLAG(enumVal, member, defaultVal, evtSelEnum, setter, getter, label, desc) \
bool member; ///< desc
#include "EventSelectionFlagsMapping.def" // NOLINT(build/include)
bool member; ///< desc
#include "EventSelectionFlagsMapping.def" // NOLINT(build/include)
#undef EVSEL_FLAG

// ===== Run2-specific selections (not in EventSelectionFlags) =====
Expand Down
Loading