Skip to content

Commit 2f2cf90

Browse files
committed
Replaced kRainbow with kRainBow for consistency in PostTrackExtension macro
1 parent 4a3f261 commit 2f2cf90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Detectors/ITSMFT/ITS/postprocessing/studies/macros/PostTrackExtension.notest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ void setStyle()
587587
gStyle->Reset("Plain");
588588
gStyle->SetOptTitle(0);
589589
gStyle->SetOptStat(0);
590-
gStyle->SetPalette(kRainbow);
590+
gStyle->SetPalette(kRainBow);
591591
gStyle->SetCanvasColor(10);
592592
gStyle->SetCanvasBorderMode(0);
593593
gStyle->SetFrameLineWidth(1);

0 commit comments

Comments
 (0)