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 cad3e3f commit c2015a6Copy full SHA for c2015a6
GPU/GPUTracking/qa/GPUQA.cxx
@@ -2031,7 +2031,7 @@ int32_t GPUQA::DrawQAHistograms(TObjArray* qcout)
2031
[[maybe_unused]] static int32_t initColorsInitialized = initColors();
2032
}
2033
for (int32_t i = 0; i < COLORCOUNT; i++) {
2034
- colorNums[i] = qcout ? defaultColorNums[i] : mColors[i]->GetNumber();
+ colorNums[i] = (qcout || mConfig.writeRootFiles) ? defaultColorNums[i] : mColors[i]->GetNumber();
2035
2036
2037
bool mcAvail = mcPresent();
0 commit comments