Skip to content

Commit

Permalink
Merge pull request #121 from mnovak42/removeHepEmProcess
Browse files Browse the repository at this point in the history
Remove the G4VProcess implementation of the G4HepEm physics to enforce using our G4HepEmTrackingManager.
  • Loading branch information
mnovak42 authored Feb 11, 2025
2 parents 3ee143c + 552ae42 commit df8c6bd
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions G4HepEm/G4HepEm/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
set(G4HEPEM_headers
include/G4HepEmNoProcess.hh
include/G4HepEmProcess.hh
include/G4HepEmRunManager.hh
include/G4HepEmWoodcockHelper.hh
)
set(G4HEPEM_sources
src/G4HepEmProcess.cc
set(G4HEPEM_sources
src/G4HepEmRunManager.cc
src/G4HepEmWoodcockHelper.cc
)
Expand Down
1 change: 1 addition & 0 deletions apps/examples/TestEm3/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ set(sources
src/DetectorMessenger.cc
src/EmAcceptance.cc
src/EventAction.cc
src/G4HepEmProcess.cc
src/HistoManager.cc
src/PhysicsList.cc
src/PhysicsListMessenger.cc
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit df8c6bd

Please sign in to comment.