We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51311e8 commit 5c7396cCopy full SHA for 5c7396c
1 file changed
Common/TableProducer/PID/pidTPCModule.h
@@ -364,7 +364,7 @@ class pidTPCModule
364
}
365
366
367
- if(pidTPCopts.useCorrecteddEdx.value && networkVersion != "5"){
+ 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
0 commit comments