We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19a9a91 commit 1c7cd94Copy full SHA for 1c7cd94
GPU/GPUTracking/Standalone/Benchmark/standalone.cxx
@@ -197,6 +197,9 @@ int32_t ReadConfiguration(int argc, char** argv)
197
printf("Can only produce QA pdf output when input files are specified!\n");
198
return 1;
199
}
200
+ if (configStandalone.QA.enableLocalOutput && !configStandalone.QA.inputHistogramsOnly && configStandalone.QA.output == "" && configStandalone.QA.plotsDir != "") {
201
+ configStandalone.QA.output = configStandalone.QA.plotsDir + "/output.root";
202
+ }
203
if (configStandalone.QA.inputHistogramsOnly) {
204
configStandalone.rundEdx = false;
205
configStandalone.noEvents = true;
0 commit comments