33 static Int_t
Color(Int_t colorIndex) {
34 static const Int_t nofColors = 6;
35 static Int_t colors[nofColors] = {kRed, kBlue + 1, kGreen + 3, kMagenta + 4, kYellow + 2, kViolet};
36 return (colorIndex < nofColors) ? colors[colorIndex] : colorIndex;
44 return lineStyleIndex + 1;
52 static const Int_t nofMarkers = 8;
53 static Int_t markers[nofMarkers] = {kOpenCircle, kOpenSquare, kOpenTriangleUp, kOpenDiamond,
54 kFullCircle, kFullSquare, kFullTriangleUp};
55 return (markerIndex < nofMarkers) ? markers[markerIndex] : markerIndex;
96 const string& drawOpt =
"",
117 const string& drawOpt =
"COLZ");
135 const vector<TH1*>& histos,
136 const vector<string>& histLabels,
139 Bool_t drawLegend =
true,
144 const string& drawOpt =
"");
163 const string& drawOpt =
"AC",
184 const vector<TGraph*>& graphs,
185 const vector<string>& graphLabels,
188 Bool_t drawLegend =
true,
208 const string& drawOpt =
"colz");