From 25c75794f38b58ee214fda41c833bd533a336a3d Mon Sep 17 00:00:00 2001 From: Christian Holm Christensen Date: Wed, 17 Jan 2024 16:51:21 +0100 Subject: [PATCH] Update AvgClusSize.cxx Correct spelling of `kRainBow` (was `kRainbow`) --- Detectors/ITSMFT/ITS/postprocessing/studies/src/AvgClusSize.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Detectors/ITSMFT/ITS/postprocessing/studies/src/AvgClusSize.cxx b/Detectors/ITSMFT/ITS/postprocessing/studies/src/AvgClusSize.cxx index eedb9b2331c8c..6d74c48d0f358 100644 --- a/Detectors/ITSMFT/ITS/postprocessing/studies/src/AvgClusSize.cxx +++ b/Detectors/ITSMFT/ITS/postprocessing/studies/src/AvgClusSize.cxx @@ -266,7 +266,7 @@ void AvgClusSizeStudy::prepareOutput() void AvgClusSizeStudy::setStyle() { - gStyle->SetPalette(kRainbow); + gStyle->SetPalette(kRainBow); std::vector colors = {1, 2, 3, 4, 6, 7, 41, 47}; std::vector markers = {2, 3, 4, 5, 25, 26, 27, 28, 32}; for (int i = 0; i < mAvgClusSizeCEtaVec.size(); i++) {