From b0470150d01e0e1984b2108c550094f85082fc91 Mon Sep 17 00:00:00 2001 From: hristov Date: Fri, 27 May 2005 08:28:55 +0000 Subject: [PATCH] Using TGeo as default transport package --- macros/Config.C | 2 +- macros/ConfigBeautyPPR.C | 2 +- macros/ConfigCharmPPR.C | 2 +- macros/ConfigHBT.C | 2 +- macros/ConfigPPR.C | 2 +- macros/Config_PythiaHeavyFlavours.C | 2 +- macros/Config_gener.C | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/macros/Config.C b/macros/Config.C index dc6e72554c2..bc3ab0a4d2b 100644 --- a/macros/Config.C +++ b/macros/Config.C @@ -68,7 +68,7 @@ void Config() gSystem->Load("libgeant321"); #endif - new TGeant3("C++ Interface to Geant3"); + new TGeant3TGeo("C++ Interface to Geant3"); AliRunLoader* rl=0x0; diff --git a/macros/ConfigBeautyPPR.C b/macros/ConfigBeautyPPR.C index f27179cfddb..03c1687a81a 100644 --- a/macros/ConfigBeautyPPR.C +++ b/macros/ConfigBeautyPPR.C @@ -56,7 +56,7 @@ void Config() gSystem->Load("libgeant321"); #endif - new TGeant3("C++ Interface to Geant3"); + new TGeant3TGeo("C++ Interface to Geant3"); //======================================================================= // Create the output file diff --git a/macros/ConfigCharmPPR.C b/macros/ConfigCharmPPR.C index aa5d01bf1f5..a98759a80f2 100644 --- a/macros/ConfigCharmPPR.C +++ b/macros/ConfigCharmPPR.C @@ -56,7 +56,7 @@ void Config() gSystem->Load("libgeant321"); #endif - new TGeant3("C++ Interface to Geant3"); + new TGeant3TGeo("C++ Interface to Geant3"); //======================================================================= // Create the output file diff --git a/macros/ConfigHBT.C b/macros/ConfigHBT.C index c2fc45d6e25..b7a6836f211 100644 --- a/macros/ConfigHBT.C +++ b/macros/ConfigHBT.C @@ -56,7 +56,7 @@ void Config() gSystem->Load("libgeant321"); #endif - new TGeant3("C++ Interface to Geant3"); + new TGeant3TGeo("C++ Interface to Geant3"); cout<<"Config.C: Creating Run Loader ..."<Load("libgeant321"); #endif - new TGeant3("C++ Interface to Geant3"); + new TGeant3TGeo("C++ Interface to Geant3"); AliRunLoader* rl=0x0; diff --git a/macros/Config_PythiaHeavyFlavours.C b/macros/Config_PythiaHeavyFlavours.C index 99dc8744184..50712369d2d 100644 --- a/macros/Config_PythiaHeavyFlavours.C +++ b/macros/Config_PythiaHeavyFlavours.C @@ -110,7 +110,7 @@ void Config() gSystem->Load("libgeant321"); #endif - new TGeant3("C++ Interface to Geant3"); + new TGeant3TGeo("C++ Interface to Geant3"); //======================================================================= // Create the output file diff --git a/macros/Config_gener.C b/macros/Config_gener.C index 5f5b4327ccb..1d556da42aa 100644 --- a/macros/Config_gener.C +++ b/macros/Config_gener.C @@ -49,7 +49,7 @@ void Config() gSystem->Load("libgeant321"); #endif - new TGeant3("C++ Interface to Geant3"); + new TGeant3TGeo("C++ Interface to Geant3"); //======================================================================= // Create the output file -- 2.43.0