We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7e3a9f commit 2aec03eCopy full SHA for 2aec03e
1 file changed
Common/TableProducer/PID/pidTPCModule.h
@@ -230,6 +230,16 @@ class pidTPCModule
230
// read in configurations from the task where it's used
231
pidTPCopts = external_pidtpcopts;
232
233
+ if(pidTPCopts.useCorrecteddEdx.value){
234
+ LOGF(info, "***************************************************");
235
+ LOGF(info, " WARNING: YOU HAVE SWITCHED ON 'corrected dEdx!");
236
+ LOGF(info, " This mode is still in development and it is meant");
237
+ LOGF(info, " ONLY FOR EXPERTS at this time. Please switch ");
238
+ LOGF(info, " this option off UNLESS you are absolutely SURE");
239
+ LOGF(info, " of what you're doing! You've been warned!");
240
241
+ }
242
+
243
// initialize PID response
244
response = new o2::pid::tpc::Response();
245
0 commit comments