Skip to content

Commit

Permalink
Rename Style class (AliceO2Group#266)
Browse files Browse the repository at this point in the history
Co-authored-by: Benedikt Volkel <[email protected]>
  • Loading branch information
benedikt-voelkel and Benedikt Volkel authored Jun 22, 2021
1 parent 4c8dd44 commit 56e489d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions FirstAnalysis/distrib_studies.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import yaml
from hfplot.plot_spec_root import ROOTFigure
from hfplot.style import ROOTStyle1D
from hfplot.style import StyleObject1D
from ROOT import TFile


Expand Down Expand Up @@ -47,12 +47,12 @@ def distr_studies(hadron="Xi_cc", collision="pp14p0", yrange="absy1p44"):
lptMax = []

# Define some styles
style_sig = ROOTStyle1D()
style_sig = StyleObject1D()
style_sig.markercolor = 2
style_sig.markerstyle = 21
style_sig.markersize = 1
style_sig.draw_options = "P"
style_bkg = ROOTStyle1D()
style_bkg = StyleObject1D()
style_bkg.markerstyle = 23
style_bkg.markersize = 1
style_bkg.draw_options = "P"
Expand Down

0 comments on commit 56e489d

Please sign in to comment.