Skip to content

Commit

Permalink
Use shorter paths for the steering file
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Sep 19, 2024
1 parent 3145bc4 commit 564f40f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions k4Reco/Overlay/options/runOverlayTiming.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

iosvc = IOSvc()
# iosvc.input = "input.root"
iosvc.Input = "/home/juanmi/Key4hep/Algorithm-validation/Overlay/signal.root"
iosvc.Input = "input.root"
iosvc.Output = "output_overlay.root"

# inp.collections = [
Expand All @@ -53,8 +53,8 @@
overlay.NumberBackground = [0.32, 15]
overlay.Poisson_random_NOverlay = [True, False]
overlay.BackgroundFileNames = [
["/home/juanmi/Key4hep/Algorithm-validation/Overlay/background1.root"],
["/home/juanmi/Key4hep/Algorithm-validation/Overlay/background2.root"],
["background_group1_1.root"],
["background_group2_1.root"],
]
overlay.TimeWindows = {"MCParticle": [0, 23.5], "VertexBarrelCollection": [0, 23.5], "VertexEndcapCollection": [0, 23.5], "HCalRingCollection": [0, 23.5]}

Expand Down

0 comments on commit 564f40f

Please sign in to comment.