]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/EveDet/AliEveITSModuleStepper.cxx
Merge of EVE-dev branch.
[u/mrichter/AliRoot.git] / EVE / EveDet / AliEveITSModuleStepper.cxx
index a69b4d8a4f56a4b37434191478b258634fce12a4..e5abf3e45afcb81ecd8c3b1c4e933a9850521f11 100644 (file)
@@ -99,7 +99,7 @@ void AliEveITSModuleStepper::Capacity()
   // configuration.
 
   Int_t n = fStepper->GetNx()*fStepper->GetNy();
-  if (n != GetNChildren())
+  if (n != NumChildren())
   {
     DestroyElements();
     for (Int_t m=0; m<n; ++m)
@@ -248,7 +248,6 @@ void  AliEveITSModuleStepper::Apply()
       else
        mod->SetName(Form("SPD %d", idx));
       mod->SetRnrSelf(kTRUE);
-      mod->UpdateItems();
 
       fStepper->Step();
       idx++;