Skip to content

Commit

Permalink
Revert "Change phyics list to FTFP_INCLXX_EMV"
Browse files Browse the repository at this point in the history
This reverts commit 55c7a89, as
for now we are not 100% sure that it is the good one to have as default
(see ALIROOT-7121)
  • Loading branch information
chiarazampolli committed Jun 29, 2018
1 parent 301898e commit 1af6dba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MC/Geant4Config.C
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 1af6dba

Please sign in to comment.