From: hristov Date: Tue, 20 Mar 2007 17:56:26 +0000 (+0000) Subject: Loading the geometry (Andrea) X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=2fdadb1c5dbf20c9ae16184d79cd9e4afc375e1e;hp=d73db370729f3540b79f4f1abb90fdfaab8b9edb;ds=sidebyside Loading the geometry (Andrea) --- diff --git a/TPC/AliBarrelRec_TPCparam.C b/TPC/AliBarrelRec_TPCparam.C index fcd7c83daac..bffb9f47276 100644 --- a/TPC/AliBarrelRec_TPCparam.C +++ b/TPC/AliBarrelRec_TPCparam.C @@ -16,6 +16,7 @@ void AliBarrelRec_TPCparam(Int_t firstEvent=0,Int_t lastEvent=0) { Int_t collcode = 1; // pp collisions Bool_t useMeanVtx = kFALSE; + TGeoManager::Import("geometry.root"); if (gAlice) { delete gAlice->GetRunLoader();