]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
From eulogio: Remove bghandler from dalitz code
authorslindal <slindal@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 6 Oct 2010 11:22:49 +0000 (11:22 +0000)
committerslindal <slindal@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 6 Oct 2010 11:22:49 +0000 (11:22 +0000)
PWG4/GammaConv/AliAnalysisTaskGammaConvDalitz.cxx

index a4a38a6b532b83cba787812d176132b238f068ad..61296033e26235b3255fbb3e6e565915bb88a75b 100644 (file)
@@ -831,7 +831,7 @@ void AliAnalysisTaskGammaConvDalitz::ProcessGammaElectronsForDalitzAnalysis()
                delete pi0Bkg;
                
                // 2) e+e- with gammas from a pool of events
-               TClonesArray* gammaBGHandler = GammasFromBGHandler();
+/*             TClonesArray* gammaBGHandler = GammasFromBGHandler();
                pi0Bkg = FindPi0Dalitz(ePosCandidates, eNegCandidates, gammaBGHandler);
                
                for(Int_t i=0; i < pi0Bkg->GetEntriesFast(); ++i)
@@ -862,6 +862,7 @@ void AliAnalysisTaskGammaConvDalitz::ProcessGammaElectronsForDalitzAnalysis()
                delete gammaBGHandler;
                delete elecBGHandler;
                delete pi0Bkg;
+*/
        }
        
        delete ePosCandidates;