From 6c1e9dc4c9b5cc15981967c771a9921f7ead8981 Mon Sep 17 00:00:00 2001 From: klendathu2k Date: Wed, 21 Feb 2024 09:11:49 -0500 Subject: [PATCH] Make multi-engine simulation the default. Comment out the "NAME:engine" option (which was meant as documentation). --- StRoot/StGeant4Maker/StGeant4Maker.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/StRoot/StGeant4Maker/StGeant4Maker.cxx b/StRoot/StGeant4Maker/StGeant4Maker.cxx index bad2c25de6f..93c8e9c82e2 100644 --- a/StRoot/StGeant4Maker/StGeant4Maker.cxx +++ b/StRoot/StGeant4Maker/StGeant4Maker.cxx @@ -546,10 +546,10 @@ StGeant4Maker::StGeant4Maker( const char* nm ) : AddOption("SYNC", 1, "Synchrotron radiation"); // Application defaults to single engine mode with Geant4 - AddOption("application:engine","G4","Application mode: G3=GEANT3, G4=Geant4, multi=mixed G3/G4 mode with defaults below"); + AddOption("application:engine","multi","Application mode: G3=GEANT3, G4=Geant4, multi=mixed G3/G4 mode with defaults below"); AddOption("all:engine", "G3", "In multi-engine mode, selects the default engine for all subsystems" ); // default engine in multi-engine mode is G3 - AddOption("NAME:engine", "XX", "Specifies the physics engine (XX=G3 or XX=G4) for all volumes defined in NAMEGeo"); + //AddOption("NAME:engine", "XX", "Specifies the physics engine (XX=G3 or XX=G4) for all volumes defined in NAMEGeo"); AddOption("wcal:engine", "G4", "Default engine for all volumes defined in WcalGeo" ); // Forward EMC defaults to G4 AddOption("hcal:engine", "G4", "Default engine for all volumes defined in HcalGeo" ); // Forward hcal defaults to G4