We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3af8ea1 commit 6ab0a0dCopy full SHA for 6ab0a0d
Common/TableProducer/Converters/tracksExtraV002Converter.cxx
@@ -19,10 +19,10 @@ using namespace o2::framework;
19
struct TracksExtraV002Converter {
20
Produces<aod::StoredTracksExtra_002> tracksExtra_002;
21
22
- void init(InitContext& context)
+ void init(InitContext const&)
23
{
24
- if (doprocess000 == false && doprocess001 == false) {
25
- 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!");
26
}
27
28
0 commit comments