Skip to content

Commit f6e43a6

Browse files
authored
[Common] one more check for the tracksExtra converter (#9107)
1 parent c95149b commit f6e43a6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Common/TableProducer/Converters/tracksExtraV002Converter.cxx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ struct TracksExtraV002Converter {
2424
if (doprocessV000ToV002 == false && doprocessV001ToV002 == false) {
2525
LOGF(fatal, "Neither processV000ToV002 nor processV001ToV002 is enabled. Please choose one!");
2626
}
27+
if (doprocessV000ToV002 == true && doprocessV001ToV002 == true) {
28+
LOGF(fatal, "Both processV000ToV002 and processV001ToV002 are enabled. Please choose only one!");
29+
}
2730
}
2831

2932
void processV000ToV002(aod::TracksExtra_000 const& tracksExtra_000)

0 commit comments

Comments
 (0)