Skip to content

Commit 6ab0a0d

Browse files
authored
Update tracksExtraV002Converter.cxx
1 parent 3af8ea1 commit 6ab0a0d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Common/TableProducer/Converters/tracksExtraV002Converter.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ using namespace o2::framework;
1919
struct TracksExtraV002Converter {
2020
Produces<aod::StoredTracksExtra_002> tracksExtra_002;
2121

22-
void init(InitContext& context)
22+
void init(InitContext const&)
2323
{
24-
if (doprocess000 == false && doprocess001 == false) {
25-
LOGF(fatal, "Neither process000 nor process001 is enabled. Please choose one!");
24+
if (doprocessV000ToV002 == false && doprocessV001ToV002 == false) {
25+
LOGF(fatal, "Neither processV000ToV002 nor processV001ToV002 is enabled. Please choose one!");
2626
}
2727
}
2828

0 commit comments

Comments
 (0)