]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Loading the geometry (Andrea)
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 20 Mar 2007 17:56:26 +0000 (17:56 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 20 Mar 2007 17:56:26 +0000 (17:56 +0000)
TPC/AliBarrelRec_TPCparam.C

index fcd7c83daac20376bdb619e6a571eeccb2e36b5b..bffb9f47276f426f894fa813a3c14557d9397812 100644 (file)
@@ -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();