Bugfix (Gustavo)
authorcvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 17 Oct 2007 14:04:01 +0000 (14:04 +0000)
committercvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 17 Oct 2007 14:04:01 +0000 (14:04 +0000)
EMCAL/AliEMCALReconstructor.cxx

index 45439f5589f3fd550bac6bccccb22a199af5ce72..39f02e51ddc774a366308e9c102261552c54be8b 100644 (file)
@@ -105,6 +105,11 @@ void AliEMCALReconstructor::ConvertDigits(AliRawReader* rawReader, TTree* digits
 
   static AliEMCALRawUtils rawUtils;
   rawUtils.Raw2Digits(rawReader,digitsArr);
+
+  digitsTree->Fill();
+  digitsArr->Delete();
+  delete digitsArr;
+
 }
 
 //____________________________________________________________________________