]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/AliEMCALDigitizer.cxx
Define Clear for AliEMCALDigits to delete the owned arrays when the TClonesArray...
[u/mrichter/AliRoot.git] / EMCAL / AliEMCALDigitizer.cxx
index 57201d7c304abff067661883f9225561b1d1a845..6e1685240af8c82b4d2a806d805ba0c85c6b1d8f 100644 (file)
@@ -611,8 +611,8 @@ void AliEMCALDigitizer::Exec(Option_t *option)
          
        Unload();
          
-       digitsTRG->Clear();
-       digitsTMP->Clear();
+       digitsTRG->Clear("C");
+       digitsTMP->Clear("C");
        //-------------------------------------
 
     if(strstr(option,"deb"))