14void test_E06(
const TString& configMacro, Bool_t oldGeometry)
23 Bool_t needDelete = kFALSE;
24 if ( ! TVirtualMCApplication::Instance() ) {
41 if ( TString(gMC->GetName()) ==
"TGeant4" ) {
43 gROOT->LoadMacro(
"g4Config2.C");
44 gInterpreter->ProcessLine(
"g4Config2()");
50 if ( needDelete )
delete appl;