Skip to content

Commit fd0e477

Browse files
committed
PhysicsList.cxx - added removed EM commands
1 parent 146294a commit fd0e477

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/PhysicsList.cxx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
#include <G4StoppingPhysics.hh>
3434
#include <G4SystemOfUnits.hh>
3535
#include <G4UAtomicDeexcitation.hh>
36+
#include <G4UImanager.hh>
3637
#include <G4UnitsTable.hh>
3738
#include <G4UniversalFluctuation.hh>
3839

@@ -180,7 +181,10 @@ void PhysicsList::ConstructProcess() {
180181
fEmPhysicsList->ConstructProcess();
181182
fEmConfig.AddModels();
182183

183-
// G4UImanager* UI = G4UImanager::GetUIpointer();
184+
G4UImanager* UI = G4UImanager::GetUIpointer();
185+
UI->ApplyCommand("/process/em/fluo true");
186+
UI->ApplyCommand("/process/em/auger true");
187+
UI->ApplyCommand("/process/em/pixe true");
184188
}
185189

186190
// Decay physics list

0 commit comments

Comments
 (0)