From 9e02e8c697eaa806e2af159bc2162a04f80e66e5 Mon Sep 17 00:00:00 2001 From: pavlinov Date: Mon, 15 Oct 2007 18:04:07 +0000 Subject: [PATCH] quick fix --- EMCAL/AliEMCALRecPointsQaESDSelector.cxx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/EMCAL/AliEMCALRecPointsQaESDSelector.cxx b/EMCAL/AliEMCALRecPointsQaESDSelector.cxx index 8ffda5be0b4..51b4e14ff04 100644 --- a/EMCAL/AliEMCALRecPointsQaESDSelector.cxx +++ b/EMCAL/AliEMCALRecPointsQaESDSelector.cxx @@ -14,6 +14,9 @@ **************************************************************************/ /* $Log$ +/* Revision 1.4 2007/10/15 15:50:58 pavlinov +/* fixed code violation +/* /* Revision 1.3 2007/10/09 08:46:10 hristov /* The data members fEMCALClusterCluster and fPHOSCluster are removed from AliESDCaloCluster, the fClusterType is used to select PHOS or EMCAL clusters. Changes, needed to use correctly the new AliESDCaloCluster. (Christian) /* @@ -985,7 +988,8 @@ void AliEMCALRecPointsQaESDSelector::ReadAllEmcalFolders() if(fEmcalPool==0) { fEmcalPool = new TFolder("PoolOfEMCAL",""); for(Int_t it=1; it<=10; it++){ - AliEMCALFolder* fold = AliEMCALFolder::ReadFolder(Form("EMCALFOLDER_It%i_fit.root",it), "READ"); + // AliEMCALFolder* fold = AliEMCALFolder::ReadFolder(Form("EMCALFOLDER_It%i_fit.root",it), "READ"); + AliEMCALFolder* fold = AliEMCALFolder::Read(Form("EMCALFOLDER_It%i_fit.root",it), "READ"); if(fold) fEmcalPool->Add(fold); } } -- 2.39.3