]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/UPGRADE/AliITSUDigitizer.cxx
Lot of update + directory with test setup
[u/mrichter/AliRoot.git] / ITS / UPGRADE / AliITSUDigitizer.cxx
index 2ec5d7f20f48f5b3a5342f07cda7055122c1700f..e9eb43343f9874e8734424d33b2331305419f3c4 100644 (file)
@@ -97,6 +97,7 @@ Bool_t AliITSUDigitizer::Init()
     fInit     = kFALSE;
     AliFatal("ITS not found");
   } 
+  if (!fITS->IsSimInitDone()) fITS->InitSimulation();
   int nm = fITS->GetITSGeomTGeo()->GetNModules();
   fModActive = new Bool_t[nm];
   for (Int_t i=nm;i--;) fModActive[i] = kTRUE;