Skip to content

Commit

Permalink
some missing renames
Browse files Browse the repository at this point in the history
  • Loading branch information
andiwand committed Oct 19, 2024
1 parent ba7bfe2 commit 29c819f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CI/physmon/workflows/physmon_trackfinding_1muon.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def run_ckf_tracking(label, seeding):
if seeding != SeedingAlgorithm.TruthSmeared
else []
) + [
"performance_ckf.root",
"performance_finding_ckf.root",
"tracksummary_ckf.root",
]:
perf_file = tp / file
Expand Down
8 changes: 4 additions & 4 deletions CI/physmon/workflows/physmon_trackfinding_4muon_50vertices.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@
s.run()

shutil.move(
tp / "performance_ambi.root",
tp / "performance_ckf_ambi.root",
tp / "performance_finding_ambi.root",
tp / "performance_finding_ckf_ambi.root",
)
for vertexing in ["ivf_notime", "amvf_gauss_notime", "amvf_grid_time"]:
shutil.move(
Expand All @@ -208,8 +208,8 @@
for file in [
"performance_seeding.root",
"tracksummary_ckf.root",
"performance_ckf.root",
"performance_ckf_ambi.root",
"performance_finding_ckf.root",
"performance_finding_ckf_ambi.root",
"performance_vertexing_ivf_notime.root",
"performance_vertexing_amvf_gauss_notime.root",
"performance_vertexing_amvf_grid_time.root",
Expand Down
8 changes: 4 additions & 4 deletions CI/physmon/workflows/physmon_trackfinding_ttbar_pu200.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@
s.run()

shutil.move(
tp / "performance_ambi.root",
tp / "performance_ckf_ambi.root",
tp / "performance_finding_ambi.root",
tp / "performance_finding_ckf_ambi.root",
)
for vertexing in ["amvf_gauss_notime", "amvf_grid_time"]:
shutil.move(
Expand All @@ -192,8 +192,8 @@
for file in [
"performance_seeding.root",
"tracksummary_ckf.root",
"performance_ckf.root",
"performance_ckf_ambi.root",
"performance_finding_ckf.root",
"performance_finding_ckf_ambi.root",
"performance_vertexing_amvf_gauss_notime.root",
"performance_vertexing_amvf_grid_time.root",
]:
Expand Down
2 changes: 1 addition & 1 deletion Examples/Python/tests/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -1146,7 +1146,7 @@ def test_ckf_tracks_example(

root_files = [
(
"performance_ckf.root",
"performance_finding_ckf.root",
None,
),
(
Expand Down

0 comments on commit 29c819f

Please sign in to comment.