Skip to content

Commit

Permalink
event display: update default geo to CLD_o2_v07
Browse files Browse the repository at this point in the history
  • Loading branch information
Zehvogel committed Sep 4, 2024
1 parent f265f3d commit 84082e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CLDConfig/event_display.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"--compactFile",
help="Compact detector file to use",
type=str,
default=os.environ["K4GEO"] + "/FCCee/CLD/compact/CLD_o2_v06/CLD_o2_v06.xml"
default=os.environ["K4GEO"] + "/FCCee/CLD/compact/CLD_o2_v07/CLD_o2_v07.xml"
)

reco_args = parser.parse_known_args()[0]
Expand Down

0 comments on commit 84082e6

Please sign in to comment.