We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 146294a commit fd0e477Copy full SHA for fd0e477
src/PhysicsList.cxx
@@ -33,6 +33,7 @@
33
#include <G4StoppingPhysics.hh>
34
#include <G4SystemOfUnits.hh>
35
#include <G4UAtomicDeexcitation.hh>
36
+#include <G4UImanager.hh>
37
#include <G4UnitsTable.hh>
38
#include <G4UniversalFluctuation.hh>
39
@@ -180,7 +181,10 @@ void PhysicsList::ConstructProcess() {
180
181
fEmPhysicsList->ConstructProcess();
182
fEmConfig.AddModels();
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");
188
}
189
190
// Decay physics list
0 commit comments