From 4601e3a71a2c82642152dbe5467664b1229339a6 Mon Sep 17 00:00:00 2001 From: cvetan Date: Thu, 8 May 2008 14:26:29 +0000 Subject: [PATCH] Create the rec-point branch even in the case of no digits. Please review and fix if needed! (Cvetan & Jouri) --- EMCAL/AliEMCALReconstructor.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/EMCAL/AliEMCALReconstructor.cxx b/EMCAL/AliEMCALReconstructor.cxx index 6f7795ae494..7a1c97154e4 100644 --- a/EMCAL/AliEMCALReconstructor.cxx +++ b/EMCAL/AliEMCALReconstructor.cxx @@ -144,10 +144,11 @@ void AliEMCALReconstructor::Reconstruct(TTree* digitsTree, TTree* clustersTree) ReadDigitsArrayFromTree(digitsTree); + fgClusterizer->SetOutput(clustersTree); + if(fgDigitsArr && fgDigitsArr->GetEntries()) { fgClusterizer->SetInput(digitsTree); - fgClusterizer->SetOutput(clustersTree); if(Debug()) fgClusterizer->Digits2Clusters("deb all") ; -- 2.39.3