FitterPlotStyle.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
2 # Using the color wheel (https://root.cern.ch/doc/master/classTColor.html)
3 # kWhite =0, kBlack =1, kGray=920,
4 # kRed =632, kGreen =416, kBlue=600, kYellow=400, kMagenta=616, kCyan=432,
5 # kOrange=800, kSpring=820, kTeal=840, kAzure =860, kViolet =880, kPink=900
6 
7 DefaultColorsStyle: [
8  [602, 1001],
9  [433, 1001],
10  [837, 1001],
11  [419, 1001],
12  [403, 1001],
13  [795, 1001],
14  [630, 1001],
15  [629, 1001],
16  [893, 1001],
17  [619, 1001],
18  [397, 1001] #,
19  #[632, 1001]
20 ]
21 
22 ReducedColorsStyle: [
23  [602, 1001],
24  [433, 1001],
25  [837, 1001],
26  [419, 1001],
27  [403, 1001],
28  [795, 1001],
29  [630, 1001],
30  [629, 1001] #,
31  #[893, 1001] #,
32  #[619, 1001]
33 ]
34 
35 END_PROLOG