Skip to content

Commit

Permalink
Change signal color
Browse files Browse the repository at this point in the history
  • Loading branch information
andresti committed Feb 13, 2018
1 parent d6a9a8c commit f1e314f
Showing 1 changed file with 23 additions and 3 deletions.
26 changes: 23 additions & 3 deletions python/alpSamplesOptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -1221,9 +1221,9 @@
'sig' :{ #debug
'sam_name' :'sig',
'order' : 0,
'fillcolor' : 630,
'fillcolor' : 632-4,
'fillstyle' : 1,
'linecolor' : 630,
'linecolor' : 632-4,
'linewidth' : 2,
'linestyle' : 1,
'label' : 'sig',
Expand Down Expand Up @@ -1277,5 +1277,25 @@
'linewidth' : 2,
'linestyle' : 1,
'label' : 'additional',
}
},
'ttHTobb' :{ #debug
'sam_name' :'ttHTobb',
'order' : 0,
'fillcolor' : 630,
'fillstyle' : 1,
'linecolor' : 630,
'linewidth' : 2,
'linestyle' : 1,
'label' : 'ttH',
},
'TTbar' :{
'sam_name': 'TT',
'order' : 4,
'fillcolor' : 4, #kBlue-2
'fillstyle' : 1,
'linecolor' : 4,
'linewidth' : 2,
'linestyle' : 1,
'label' : 'tt',
},
}

0 comments on commit f1e314f

Please sign in to comment.