Skip to content

Commit

Permalink
PhysicsList.cxx - added removed EM commands
Browse files Browse the repository at this point in the history
  • Loading branch information
lobis committed Mar 28, 2022
1 parent 146294a commit fd0e477
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/PhysicsList.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
#include <G4StoppingPhysics.hh>
#include <G4SystemOfUnits.hh>
#include <G4UAtomicDeexcitation.hh>
#include <G4UImanager.hh>
#include <G4UnitsTable.hh>
#include <G4UniversalFluctuation.hh>

Expand Down Expand Up @@ -180,7 +181,10 @@ void PhysicsList::ConstructProcess() {
fEmPhysicsList->ConstructProcess();
fEmConfig.AddModels();

// G4UImanager* UI = G4UImanager::GetUIpointer();
G4UImanager* UI = G4UImanager::GetUIpointer();
UI->ApplyCommand("/process/em/fluo true");
UI->ApplyCommand("/process/em/auger true");
UI->ApplyCommand("/process/em/pixe true");
}

// Decay physics list
Expand Down

0 comments on commit fd0e477

Please sign in to comment.