From: snelling Date: Wed, 21 Jul 2010 15:49:29 +0000 (+0000) Subject: removed obsolete classes X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=3b67e1f437d1955f81e4a7eb04d57bd36bb55dac;p=u%2Fmrichter%2FAliRoot.git removed obsolete classes --- diff --git a/PWG2/FLOW/Tools/macros/plotCumulants.C b/PWG2/FLOW/Tools/macros/plotCumulants.C index 517b8ccb80a..4c2682dacc3 100644 --- a/PWG2/FLOW/Tools/macros/plotCumulants.C +++ b/PWG2/FLOW/Tools/macros/plotCumulants.C @@ -619,19 +619,16 @@ void LoadLibrariesPC(const libModes analysisMode) { // In root inline compile - // Constants + // Constants gROOT->LoadMacro("AliFlowCommon/AliFlowCommonConstants.cxx+"); gROOT->LoadMacro("AliFlowCommon/AliFlowLYZConstants.cxx+"); - gROOT->LoadMacro("AliFlowCommon/AliFlowCumuConstants.cxx+"); // Flow event gROOT->LoadMacro("AliFlowCommon/AliFlowVector.cxx+"); gROOT->LoadMacro("AliFlowCommon/AliFlowTrackSimple.cxx+"); - gROOT->LoadMacro("AliFlowCommon/AliFlowEventSimple.cxx+"); - - // Cuts gROOT->LoadMacro("AliFlowCommon/AliFlowTrackSimpleCuts.cxx+"); - + gROOT->LoadMacro("AliFlowCommon/AliFlowEventSimple.cxx+"); + // Output histosgrams gROOT->LoadMacro("AliFlowCommon/AliFlowCommonHist.cxx+"); gROOT->LoadMacro("AliFlowCommon/AliFlowCommonHistResults.cxx+");