Skip to content

Commit

Permalink
#!/usr/bin/env python -> #!/usr/bin/env python3 ; add g4GeometryScan.…
Browse files Browse the repository at this point in the history
…py to CMakeLists
  • Loading branch information
danieljeans authored and andresailer committed Feb 7, 2025
1 parent f8f87fb commit ed56f22
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions DDG4/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ install(PROGRAMS ${CMAKE_BINARY_DIR}/bin/ddsim DESTINATION bin)

install(PROGRAMS python/bin/g4MaterialScan.py DESTINATION bin RENAME g4MaterialScan)
install(PROGRAMS python/bin/g4GeometryScan.py DESTINATION bin RENAME g4GeometryScan)
install(PROGRAMS python/bin/g4GraphicalScan.py DESTINATION bin RENAME g4GraphicalScan)

# configure and install DD4hepSimulation files
file(GLOB_RECURSE DDSIM_FILES RELATIVE ${CMAKE_CURRENT_LIST_DIR}/python/DDSim/ python/DDSim/*.py)
Expand Down
2 changes: 1 addition & 1 deletion DDG4/python/bin/g4GeometryScan.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# ==========================================================================
# AIDA Detector description implementation
# --------------------------------------------------------------------------
Expand Down
2 changes: 2 additions & 0 deletions DDG4/python/bin/g4GraphicalScan.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
###############################################################
#!/usr/bin/env python3
###############################################################
# make a 2d slice through a dd4hep detector model
# present results as a series of TH2F
# - density (1/X0), materials
Expand Down
2 changes: 1 addition & 1 deletion DDG4/python/bin/g4MaterialScan.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# ==========================================================================
# AIDA Detector description implementation
# --------------------------------------------------------------------------
Expand Down

0 comments on commit ed56f22

Please sign in to comment.