]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - JETAN/AliAnalysisTaskJets.cxx
AODPWG4JetEventBackground renamed to AODJetEventBackground
[u/mrichter/AliRoot.git] / JETAN / AliAnalysisTaskJets.cxx
index 561ba9ef3a5244d6a0d2ab7e2133658d00492f6e..f485ab049f9d793d972372c168821002ff54cda5 100644 (file)
@@ -106,8 +106,8 @@ void AliAnalysisTaskJets::UserCreateOutputObjects()
       AddAODBranch("TClonesArray",&tca);
       fJetFinder->ConnectAODNonStd(AODEvent(), fNonStdBranch.Data()); 
     }
-  AliAODPWG4JetEventBackground* evBkg = fJetFinder->GetEventBackground();
-  AddAODBranch("AliAODPWG4JetEventBackground",&evBkg);
+  AliAODJetEventBackground* evBkg = fJetFinder->GetEventBackground();
+  AddAODBranch("AliAODJetEventBackground",&evBkg);
 
   // Histograms
   OpenFile(1);