This commit is contained in:
cetin 2024-01-22 16:03:43 +01:00
parent ec9cfa1fe1
commit d3ab5b34e3
2 changed files with 4 additions and 2 deletions

View File

@ -40,7 +40,7 @@ decay = "test"
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"

View File

@ -55,7 +55,9 @@ options.dddb_tag = "dddb-20210617"
options.simulation = True
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