diff --git a/MC/Geant4Config.C b/MC/Geant4Config.C index d2b194b9..3e1459dc 100644 --- a/MC/Geant4Config.C +++ b/MC/Geant4Config.C @@ -18,11 +18,11 @@ void Geant4Config() TGeant4 *geant4 = 0; if ( ! gMC ) { TG4RunConfiguration* runConfiguration = new TG4RunConfiguration("geomRoot", - "FTFP_INCLXX_EMV+optical", + "FTFP_BERT_EMV+optical", "specialCuts+stackPopper+stepLimiter", true); geant4 = new TGeant4("TGeant4", - "The Geant4 Monte Carlo : FTFP_INCLXX_EMV+optical", + "The Geant4 Monte Carlo : FTFP_BERT_EMV-EMCAL", runConfiguration); cout << "Geant4 has been created." << endl; }