14void test_E06_2(
const TString& configMacro, Bool_t oldGeometry)
25 Bool_t needDelete = kFALSE;
26 if ( ! TVirtualMCApplication::Instance() ) {
44 if ( TString(gMC->GetName()) ==
"TGeant4" ) {
46 gROOT->LoadMacro(
"g4Config2.C");
47 gInterpreter->ProcessLine(
"g4Config2()");
53 if ( needDelete )
delete appl;