Browse Source

rad len

main
cetin 9 months ago
parent
commit
d3ab5b34e3
  1. 2
      moore_options/get_resolution_and_eff_data.py
  2. 4
      moore_options/get_tracking_losses.py

2
moore_options/get_resolution_and_eff_data.py

@ -40,7 +40,7 @@ decay = "test"
options.evt_max = -1 options.evt_max = -1
options.ntuple_file = f"data/resolutions_and_effs_{decay}_default.root"
options.ntuple_file = f"data/resolutions_and_effs_{decay}_endVelo_momEff.root"
options.input_type = "ROOT" options.input_type = "ROOT"

4
moore_options/get_tracking_losses.py

@ -55,7 +55,9 @@ options.dddb_tag = "dddb-20210617"
options.simulation = True options.simulation = True
options.input_type = "ROOT" options.input_type = "ROOT"
options.ntuple_file = f"data/tracking_losses_ntuple_{decay}_default.root"
options.ntuple_file = (
f"data/tracking_losses_ntuple_{decay}_default_radlength_beginVelo.root"
)
options.evt_max = -1 options.evt_max = -1

Loading…
Cancel
Save