From 7354fb711d49c2552edf20570d8c6b242f9741d2 Mon Sep 17 00:00:00 2001 From: hristov Date: Fri, 15 Nov 2002 11:42:20 +0000 Subject: [PATCH] Hadronic processes switched on (I.Hrivnacova) --- macros/g4Config.C | 3 +++ 1 file changed, 3 insertions(+) diff --git a/macros/g4Config.C b/macros/g4Config.C index a4e14f43b0a..ca8d11188d8 100644 --- a/macros/g4Config.C +++ b/macros/g4Config.C @@ -45,6 +45,9 @@ void Config() else cout << "Monte Carlo has been already created." << endl; + // Switch on hadron physics + geant4->ProcessGeantCommand("/mcPhysics/setHadron true"); + // Switch on special cuts process geant4->ProcessGeantCommand("/mcPhysics/setSpecialCuts true"); -- 2.31.1