Skip to content

Commit 4c0f566

Browse files
authored
Update AvgClusSize.cxx (#12547)
Trivial and , merging.
1 parent 2d6306c commit 4c0f566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Detectors/ITSMFT/ITS/postprocessing/studies/src/AvgClusSize.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ void AvgClusSizeStudy::prepareOutput()
266266

267267
void AvgClusSizeStudy::setStyle()
268268
{
269-
gStyle->SetPalette(kRainbow);
269+
gStyle->SetPalette(kRainBow);
270270
std::vector<int> colors = {1, 2, 3, 4, 6, 7, 41, 47};
271271
std::vector<int> markers = {2, 3, 4, 5, 25, 26, 27, 28, 32};
272272
for (int i = 0; i < mAvgClusSizeCEtaVec.size(); i++) {

0 commit comments

Comments
 (0)