Skip to content

Commit

Permalink
option to plot efficiency vs mc vertex distance added
Browse files Browse the repository at this point in the history
  • Loading branch information
simoniel committed Nov 22, 2016
1 parent 6753b11 commit 6f1da80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Macros/plotter.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@
list_efficiency_var = [] # name of var, min value of var, max value of var, npoints in x, log/linear scale for x
list_efficiency_var.append(["pt_reconstructable", 0.1, 1000., 25 , logx])
list_efficiency_var.append(["theta_reconstructable", 25, 155, 25 , not logx])
list_efficiency_var.append(["vr_reconstructable", 0, 50, 25 , not logx])
list_efficiency_var.append(["vz_reconstructable", -50, 50, 50 , not logx])

#parameter for fake rate plots

Expand Down

0 comments on commit 6f1da80

Please sign in to comment.