We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d45a411 commit 51311e8Copy full SHA for 51311e8
1 file changed
Common/TableProducer/PID/pidTPCModule.h
@@ -363,6 +363,10 @@ class pidTPCModule
363
return;
364
}
365
366
+
367
+ if(pidTPCopts.useCorrecteddEdx.value && networkVersion != "5"){
368
+ LOGF(fatal, "Using corrected dE/dx with a network version other than 5 will not work. Crashing now.");
369
+ }
370
} // end init
371
372
//__________________________________________________
0 commit comments