Skip to content

Commit

Permalink
Update tracksExtraV002Converter.cxx
Browse files Browse the repository at this point in the history
  • Loading branch information
ddobrigk authored Dec 21, 2024
1 parent 3af8ea1 commit 6ab0a0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Common/TableProducer/Converters/tracksExtraV002Converter.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ using namespace o2::framework;
struct TracksExtraV002Converter {
Produces<aod::StoredTracksExtra_002> tracksExtra_002;

void init(InitContext& context)
void init(InitContext const&)
{
if (doprocess000 == false && doprocess001 == false) {
LOGF(fatal, "Neither process000 nor process001 is enabled. Please choose one!");
if (doprocessV000ToV002 == false && doprocessV001ToV002 == false) {
LOGF(fatal, "Neither processV000ToV002 nor processV001ToV002 is enabled. Please choose one!");
}
}

Expand Down

0 comments on commit 6ab0a0d

Please sign in to comment.