]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
iinitialisation of geometry added
authorsgorbuno <sgorbuno@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sun, 16 Aug 2009 15:01:47 +0000 (15:01 +0000)
committersgorbuno <sgorbuno@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sun, 16 Aug 2009 15:01:47 +0000 (15:01 +0000)
HLT/ITS/tracking/AliITStrackerHLT.cxx

index 5b369b4ca25c8d65ed16944b8d377a0e465fc6be..d2c59536e8c66efb6069de441757ddf94766e873 100644 (file)
@@ -147,6 +147,10 @@ AliITStrackerHLT::AliITStrackerHLT(const Char_t *geom)
     AliWarning("\"geom\" is actually a dummy argument !");
   }
 
+  if(AliGeomManager::GetGeometry()==NULL){
+    AliGeomManager::LoadGeometry();
+  }
+
   fRecoParam = AliITSReconstructor::GetRecoParam();
   if( !fRecoParam ){
     AliITSReconstructor *tmp = new AliITSReconstructor();