Skip to content

Commit df8c6bd

Browse files
authored
Merge pull request #121 from mnovak42/removeHepEmProcess
Remove the G4VProcess implementation of the G4HepEm physics to enforce using our G4HepEmTrackingManager.
2 parents 3ee143c + 552ae42 commit df8c6bd

File tree

4 files changed

+2
-3
lines changed

4 files changed

+2
-3
lines changed

G4HepEm/G4HepEm/CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
set(G4HEPEM_headers
22
include/G4HepEmNoProcess.hh
3-
include/G4HepEmProcess.hh
43
include/G4HepEmRunManager.hh
54
include/G4HepEmWoodcockHelper.hh
65
)
7-
set(G4HEPEM_sources
8-
src/G4HepEmProcess.cc
6+
set(G4HEPEM_sources
97
src/G4HepEmRunManager.cc
108
src/G4HepEmWoodcockHelper.cc
119
)

apps/examples/TestEm3/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ set(sources
2626
src/DetectorMessenger.cc
2727
src/EmAcceptance.cc
2828
src/EventAction.cc
29+
src/G4HepEmProcess.cc
2930
src/HistoManager.cc
3031
src/PhysicsList.cc
3132
src/PhysicsListMessenger.cc
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)