Skip to content

Commit

Permalink
Use CLD_o2_v07 instead of CLD_o2_v06 in the sim steering file
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell authored and andresailer committed Dec 13, 2024
1 parent d2428a6 commit 6cca700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CLDConfig/cld_steer.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
SIM = DD4hepSimulation()

## The compact XML file
SIM.compactFile = os.environ["K4GEO"]+"/FCCee/CLD/compact/CLD_o2_v06/CLD_o2_v06.xml"
SIM.compactFile = os.environ["K4GEO"]+"/FCCee/CLD/compact/CLD_o2_v07/CLD_o2_v07.xml"
## Lorentz boost for the crossing angle, in radian!
SIM.crossingAngleBoost = 0.015
SIM.enableDetailedShowerMode = True
Expand Down

0 comments on commit 6cca700

Please sign in to comment.