diff --git a/scripts/checkTrackSelection.py b/scripts/checkTrackSelection.py index 040a035..a59d574 100644 --- a/scripts/checkTrackSelection.py +++ b/scripts/checkTrackSelection.py @@ -34,7 +34,9 @@ r.gStyle.SetPadRightMargin(0.25) r.gStyle.SetPadBottomMargin(0.15) r.gStyle.SetPadTopMargin(0.05) -r.gStyle.SetPalette(57) +# r.gStyle.SetPalette(r.kBird) +# r.gStyle.SetPalette(r.kCopper) +r.gStyle.SetPalette(r.kViridis) def sqrt_of_2d_histogram(h): @@ -215,7 +217,7 @@ f = r.TFile(location[det] + '%s.root' % fill, 'read') t_sig = f.Get('STADCTrackMonitor/HitInfo/%s' % layer[det]) - f, t_sig = printSelection(f, t_sig, det, fill, stat, good_steps=True) + f, t_sig = printSelection(f, t_sig, det, fill, stat, good_steps=False) if '--steps' in sys.argv: for step in [0, 12, 48, 54, 60]: f, t_sig = printADC(f, t_sig, det, fill, stat, step)