]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
removed obsolete classes
authorsnelling <snelling@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 21 Jul 2010 15:49:29 +0000 (15:49 +0000)
committersnelling <snelling@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 21 Jul 2010 15:49:29 +0000 (15:49 +0000)
PWG2/FLOW/Tools/macros/plotCumulants.C

index 517b8ccb80a5f83d06f46ca5bcddfa876f4d0f02..4c2682dacc3fc105d8f500e3ecad283b27a9daab 100644 (file)
@@ -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+");