From: cvetan Date: Thu, 8 May 2008 14:26:29 +0000 (+0000) Subject: Create the rec-point branch even in the case of no digits. Please review and fix... X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=4601e3a71a2c82642152dbe5467664b1229339a6;ds=sidebyside Create the rec-point branch even in the case of no digits. Please review and fix if needed! (Cvetan & Jouri) --- 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") ;