${CMAKE_SOURCE_DIR}/PWG2/FEMTOSCOPY
${CMAKE_SOURCE_DIR}/PWG2/FEMTOSCOPY/AliFemto
${CMAKE_SOURCE_DIR}/PWG2/FEMTOSCOPY/AliFemtoUser
-${CMAKE_SOURCE_DIR}/PWG2/FLOW
+${CMAKE_SOURCE_DIR}/PWG2/FLOW/AliFlowCommon
+${CMAKE_SOURCE_DIR}/PWG2/FLOW/AliFlowTasks
${CMAKE_SOURCE_DIR}/PWG2/SPECTRA
${CMAKE_SOURCE_DIR}/STEER
${CMAKE_SOURCE_DIR}/CORRFW
include(CMake_libPWG2spectra.txt)
-include(CMake_libPWG2flow.txt)
+include(CMake_libPWG2flowCommon.txt)
+
+include(CMake_libPWG2flowTasks.txt)
include(CMake_libPWG2femtoscopyUser.txt)
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
- FLOW/AliFlowEventSimple.cxx
- FLOW/AliFlowTrackSimple.cxx
- FLOW/AliFlowTrackSimpleCuts.cxx
- FLOW/AliFlowCommonConstants.cxx
- FLOW/AliFlowLYZConstants.cxx
- FLOW/AliFlowCumuConstants.cxx
- FLOW/AliFlowCommonHist.cxx
- FLOW/AliFlowCommonHistResults.cxx
- FLOW/AliFlowLYZHist1.cxx
- FLOW/AliFlowLYZHist2.cxx
- FLOW/AliFlowVector.cxx
- FLOW/AliFlowLYZEventPlane.cxx
- FLOW/AliFlowEventSimpleMaker.cxx
- FLOW/AliFlowAnalysisWithScalarProduct.cxx
- FLOW/AliFlowAnalysisWithMCEventPlane.cxx
- FLOW/AliFlowAnalysisWithLYZEventPlane.cxx
- FLOW/AliFlowAnalysisWithLeeYangZeros.cxx
- FLOW/AliFlowAnalysisWithCumulants.cxx
- FLOW/AliFlowAnalysisWithQCumulants.cxx
- FLOW/AliAnalysisTaskScalarProduct.cxx
- FLOW/AliAnalysisTaskMCEventPlane.cxx
- FLOW/AliAnalysisTaskLYZEventPlane.cxx
- FLOW/AliAnalysisTaskCumulants.cxx
- FLOW/AliAnalysisTaskQCumulants.cxx
- FLOW/AliAnalysisTaskLeeYangZeros.cxx
- FLOW/AliCumulantsFunctions.cxx
- FLOW/AliQCumulantsFunctions.cxx
- FLOW/AliAnalysisTaskFittingQDistribution.cxx
- FLOW/AliFittingFunctionsForQDistribution.cxx
- FLOW/AliFittingQDistribution.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(PWG2flow "${SRCS}" "${HDRS}")
--- /dev/null
+# -*- mode: cmake -*-
+
+set(SRCS
+ FLOW/AliFlowCommon/AliFlowEventSimple.cxx
+ FLOW/AliFlowCommon/AliFlowTrackSimple.cxx
+ FLOW/AliFlowCommon/AliFlowTrackSimpleCuts.cxx
+ FLOW/AliFlowCommon/AliFlowCommonConstants.cxx
+ FLOW/AliFlowCommon/AliFlowLYZConstants.cxx
+ FLOW/AliFlowCommon/AliFlowCumuConstants.cxx
+ FLOW/AliFlowCommon/AliFlowCommonHist.cxx
+ FLOW/AliFlowCommon/AliFlowCommonHistResults.cxx
+ FLOW/AliFlowCommon/AliFlowLYZHist1.cxx
+ FLOW/AliFlowCommon/AliFlowLYZHist2.cxx
+ FLOW/AliFlowCommon/AliFlowVector.cxx
+ FLOW/AliFlowCommon/AliFlowLYZEventPlane.cxx
+ FLOW/AliFlowCommon/AliFlowAnalysisWithScalarProduct.cxx
+ FLOW/AliFlowCommon/AliFlowAnalysisWithMCEventPlane.cxx
+ FLOW/AliFlowCommon/AliFlowAnalysisWithLYZEventPlane.cxx
+ FLOW/AliFlowCommon/AliFlowAnalysisWithLeeYangZeros.cxx
+ FLOW/AliFlowCommon/AliFlowAnalysisWithCumulants.cxx
+ FLOW/AliFlowCommon/AliFlowAnalysisWithQCumulants.cxx
+ FLOW/AliFlowCommon/AliCumulantsFunctions.cxx
+ FLOW/AliFlowCommon/AliQCumulantsFunctions.cxx
+ FLOW/AliFlowCommon/AliAnalysisTaskFittingQDistribution.cxx
+ FLOW/AliFlowCommon/AliFittingFunctionsForQDistribution.cxx
+ FLOW/AliFlowCommon/AliFittingQDistribution.cxx
+)
+
+# fill list of header files from list of source files
+# by exchanging the file extension
+String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
+
+AddLibrary(PWG2flowCommon "${SRCS}" "${HDRS}")
--- /dev/null
+# -*- mode: cmake -*-
+
+set(SRCS
+ FLOW/AliFlowEventSimpleMaker.cxx
+ FLOW/AliAnalysisTaskScalarProduct.cxx
+ FLOW/AliAnalysisTaskMCEventPlane.cxx
+ FLOW/AliAnalysisTaskLYZEventPlane.cxx
+ FLOW/AliAnalysisTaskCumulants.cxx
+ FLOW/AliAnalysisTaskQCumulants.cxx
+ FLOW/AliAnalysisTaskLeeYangZeros.cxx
+)
+
+# fill list of header files from list of source files
+# by exchanging the file extension
+String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
+
+AddLibrary(PWG2flowTasks "${SRCS}" "${HDRS}")
/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
* See cxx source for full Copyright notice */
-/* $Id$ */
+/* $Id: AliFlowLYZConstants.h 25556 2008-05-02 08:22:51Z snelling $ */
#ifndef ALIFLOWLYZCONSTANTS_H
#define ALIFLOWLYZCONSTANTS_H
/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
* See cxx source for full Copyright notice */
-/* $Id$ */
+/* $Id: AliFlowLYZHist1.h 29627 2008-10-31 10:30:41Z snelling $ */
#ifndef AliFlowLYZHist1_H
#define AliFlowLYZHist1_H
/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
* See cxx source for full Copyright notice */
-/* $Id$ */
+/* $Id: AliFlowLYZHist2.h 29627 2008-10-31 10:30:41Z snelling $ */
#ifndef AliFlowLYZHist2_H
#define AliFlowLYZHist2_H
#include "AliMCEventHandler.h"
#include "AliMCEvent.h"
-#include "../../CORRFW/AliCFManager.h"
+#include "AliCFManager.h"
#include "AliAnalysisTaskCumulants.h"
#include "AliFlowEventSimpleMaker.h"
#include "AliMCEventHandler.h"
#include "AliMCEvent.h"
-#include "../../CORRFW/AliCFManager.h"
+#include "AliCFManager.h"
#include "AliAnalysisTaskFittingQDistribution.h"
#include "AliFlowEventSimpleMaker.h"
#include "AliMCEventHandler.h"
#include "AliMCEvent.h"
-#include "../../CORRFW/AliCFManager.h"
+#include "AliCFManager.h"
#include "AliAnalysisTaskLYZEventPlane.h"
#include "AliFlowEventSimpleMaker.h"
#include "AliMCEventHandler.h"
#include "AliMCEvent.h"
-#include "../../CORRFW/AliCFManager.h"
+#include "AliCFManager.h"
#include "AliFlowLYZConstants.h"
#include "AliAnalysisTaskLeeYangZeros.h"
#include "AliMCEventHandler.h"
#include "AliMCEvent.h"
-#include "../../CORRFW/AliCFManager.h"
+#include "AliCFManager.h"
#include "AliGenCocktailEventHeader.h"
#include "AliGenHijingEventHeader.h"
#include "AliMCEventHandler.h"
#include "AliMCEvent.h"
-#include "../../CORRFW/AliCFManager.h"
+#include "AliCFManager.h"
#include "AliAnalysisTaskQCumulants.h"
#include "AliFlowEventSimpleMaker.h"
#include "AliMCEventHandler.h"
#include "AliMCEvent.h"
-#include "../../CORRFW/AliCFManager.h"
+#include "AliCFManager.h"
#include "AliAnalysisTaskScalarProduct.h"
#include "AliFlowEventSimpleMaker.h"
// for AliRoot
gSystem->AddIncludePath("-I$ALICE_ROOT/include");
gSystem->Load("libANALYSIS.so");
- gSystem->Load("libPWG2flow.so");
- cerr<<"libPWG2flow.so loaded ..."<<endl;
+ gSystem->Load("libPWG2flowCommon.so");
+ cerr<<"libPWG2flowCommon.so loaded ..."<<endl;
// for root load histrogram classes
// output histosgrams
//for AliRoot
gSystem->AddIncludePath("-I$ALICE_ROOT/include");
gSystem->Load("libANALYSIS.so");
- gSystem->Load("libPWG2flow.so");
- cerr<<"libPWG2flow.so loaded ..."<<endl;
+ gSystem->Load("libPWG2flowCommon.so");
+ cerr<<"libPWG2flowCommon.so loaded ..."<<endl;
//open the output file from the first run of the specified method:
TString inputFileName = "output";
cerr<<"libANALYSISRL.so loaded..."<<endl;
gSystem->Load("libCORRFW.so");
cerr<<"libCORRFW.so loaded..."<<endl;
- gSystem->Load("libPWG2flow.so");
- cerr<<"libPWG2flow.so loaded..."<<endl;
+ gSystem->Load("libPWG2flowCommon.so");
+ cerr<<"libPWG2flowCommon.so loaded..."<<endl;
+ gSystem->Load("libPWG2flowTasks.so");
+ cerr<<"libPWG2flowTasks.so loaded..."<<endl;
// create the TChain. CreateESDChain() is defined in CreateESDChain.C
if (type!="AOD") { TChain* chain = CreateESDChain(dataDir, nRuns, offset);}
//--------------------------------------------------------------------------------------
// RUN SETTINGS
//flow analysis method can be: (set to kTRUE or kFALSE)
-Bool_t SP = kFALSE;
-Bool_t LYZ1 = kFALSE;
+Bool_t SP = kTRUE;
+Bool_t LYZ1 = kTRUE;
Bool_t LYZ2 = kFALSE;
Bool_t LYZEP = kFALSE;
Bool_t GFC = kTRUE;
Bool_t QC = kTRUE;
-Bool_t FQD = kFALSE;
+Bool_t FQD = kTRUE;
Bool_t MCEP = kFALSE; //does not work yet 24/12/08
//--------------------------------------------------------------------------------------
Int_t offset = 0;
-int runFlowAnalysis(Int_t aRuns = 44, const char*
- dir="/data/alice1/kolk/KineOnly3/")
- //dir="/Users/snelling/alice_data/KineOnly3/")
+int runFlowAnalysis(Int_t aRuns = 100, const char*
+ // dir="/data/alice1/kolk/KineOnly3/")
+ dir="/Users/snelling/alice_data/KineOnly3/")
{
TStopwatch timer;
timer.Start();
gSystem->AddIncludePath("-I$ALICE_ROOT/include");
gSystem->Load("libANALYSIS.so");
- gSystem->Load("libPWG2flow.so");
- cerr<<"libPWG2flow.so loaded ..."<<endl;
+ gSystem->Load("libPWG2flowCommon.so");
+ cerr<<"libPWG2flowCommon.so loaded ..."<<endl;
+ gSystem->Load("libPWG2flowTasks.so");
+ cerr<<"libPWG2flowTasks.so loaded ..."<<endl;
cout<<endl;
- // flow event in AliRoot
+ // Flow event in AliRoot
AliFlowEventSimpleMaker* fEventMaker = new AliFlowEventSimpleMaker();
// In root
/*
- // constants
- gROOT->LoadMacro("code/AliFlowCommonConstants.cxx+");
- gROOT->LoadMacro("code/AliFlowLYZConstants.cxx+");
- gROOT->LoadMacro("code/AliFlowCumuConstants.cxx+");
+ // Constants
+ gROOT->LoadMacro("AliFlowCommon/AliFlowCommonConstants.cxx+");
+ gROOT->LoadMacro("AliFlowCommon/AliFlowLYZConstants.cxx+");
+ gROOT->LoadMacro("AliFlowCommon/AliFlowCumuConstants.cxx+");
- // flow event
- gROOT->LoadMacro("code/AliFlowVector.cxx+");
- gROOT->LoadMacro("code/AliFlowTrackSimple.cxx+");
- gROOT->LoadMacro("code/AliFlowEventSimple.cxx+");
+ // Flow event
+ gROOT->LoadMacro("AliFlowCommon/AliFlowVector.cxx+");
+ gROOT->LoadMacro("AliFlowCommon/AliFlowTrackSimple.cxx+");
+ gROOT->LoadMacro("AliFlowCommon/AliFlowEventSimple.cxx+");
- // cuts
- gROOT->LoadMacro("code/AliFlowTrackSimpleCuts.cxx+");
+ // Cuts
+ gROOT->LoadMacro("AliFlowCommon/AliFlowTrackSimpleCuts.cxx+");
- // output histosgrams
- gROOT->LoadMacro("code/AliFlowCommonHist.cxx+");
- gROOT->LoadMacro("code/AliFlowCommonHistResults.cxx+");
- gROOT->LoadMacro("code/AliFlowLYZHist1.cxx+");
- gROOT->LoadMacro("code/AliFlowLYZHist2.cxx+");
+ // Output histosgrams
+ gROOT->LoadMacro("AliFlowCommon/AliFlowCommonHist.cxx+");
+ gROOT->LoadMacro("AliFlowCommon/AliFlowCommonHistResults.cxx+");
+ gROOT->LoadMacro("AliFlowCommon/AliFlowLYZHist1.cxx+");
+ gROOT->LoadMacro("AliFlowCommon/AliFlowLYZHist2.cxx+");
- // functions needed for various methods
- gROOT->LoadMacro("code/AliCumulantsFunctions.cxx+");
- gROOT->LoadMacro("code/AliQCumulantsFunctions.cxx+");
- gROOT->LoadMacro("code/AliFittingFunctionsForQDistribution.cxx+");
- gROOT->LoadMacro("code/AliFlowLYZEventPlane.cxx+");
+ // Functions needed for various methods
+ gROOT->LoadMacro("AliFlowCommon/AliCumulantsFunctions.cxx+");
+ gROOT->LoadMacro("AliFlowCommon/AliQCumulantsFunctions.cxx+");
+ gROOT->LoadMacro("AliFlowCommon/AliFittingFunctionsForQDistribution.cxx+");
+ gROOT->LoadMacro("AliFlowCommon/AliFlowLYZEventPlane.cxx+");
// Flow Analysis code for various methods
- gROOT->LoadMacro("code/AliFlowAnalysisWithMCEventPlane.cxx+");
- gROOT->LoadMacro("code/AliFlowAnalysisWithScalarProduct.cxx+");
- gROOT->LoadMacro("code/AliFlowAnalysisWithLYZEventPlane.cxx+");
- gROOT->LoadMacro("code/AliFlowAnalysisWithLeeYangZeros.cxx+");
- gROOT->LoadMacro("code/AliFlowAnalysisWithCumulants.cxx+");
- gROOT->LoadMacro("code/AliFlowAnalysisWithQCumulants.cxx+");
- gROOT->LoadMacro("code/AliFittingQDistribution.cxx+");
+ gROOT->LoadMacro("AliFlowCommon/AliFlowAnalysisWithMCEventPlane.cxx+");
+ gROOT->LoadMacro("AliFlowCommon/AliFlowAnalysisWithScalarProduct.cxx+");
+ gROOT->LoadMacro("AliFlowCommon/AliFlowAnalysisWithLYZEventPlane.cxx+");
+ gROOT->LoadMacro("AliFlowCommon/AliFlowAnalysisWithLeeYangZeros.cxx+");
+ gROOT->LoadMacro("AliFlowCommon/AliFlowAnalysisWithCumulants.cxx+");
+ gROOT->LoadMacro("AliFlowCommon/AliFlowAnalysisWithQCumulants.cxx+");
+ gROOT->LoadMacro("AliFlowCommon/AliFittingQDistribution.cxx+");
// Class to fill the FlowEvent without aliroot dependence
- // can be found in the directory other
- gROOT->LoadMacro("code/FlowEventSimpleMaker.cxx+");
+ // can be found in the directory FlowEventMakers
+ gROOT->LoadMacro("FlowEventMakers/FlowEventSimpleMaker.cxx+");
cout << "finished loading macros!" << endl;
//WEIGHTS SETTINGS:
//to use or not to use the weights - that is a question!
-Bool_t usePhiWeights = kTRUE; //Phi
+Bool_t usePhiWeights = kFALSE; //Phi
Bool_t usePtWeights = kFALSE; //v'(pt)
Bool_t useEtaWeights = kFALSE; //v'(eta)
Bool_t useWeights = usePhiWeights||usePtWeights||usePtWeights;
// TProof::Mgr("alicecaf")->SetROOTVersion("v5-21-01-alice");
printf("*** Connect to PROOF ***\n");
- TProof::Open("abilandz@alicecaf.cern.ch");
- //TProof::Open("snelling@localhost");
+ // TProof::Open("abilandz@alicecaf.cern.ch");
+ TProof::Open("snelling@localhost");
//gProof->UploadPackage("AF-v4-15");
//gProof->EnablePackage("AF-v4-15");
gProof->EnablePackage("PWG2AOD");
gProof->UploadPackage("CORRFW.par");
gProof->EnablePackage("CORRFW");
- gProof->ClearPackage("PWG2flow");
- gProof->UploadPackage("PWG2flow.par");
- gProof->EnablePackage("PWG2flow");
+ gProof->ClearPackage("PWG2flowCommon");
+ gProof->UploadPackage("PWG2flowCommon.par");
+ gProof->EnablePackage("PWG2flowCommon");
+ gProof->ClearPackage("PWG2flowTasks");
+ gProof->UploadPackage("PWG2flowTasks.par");
+ gProof->EnablePackage("PWG2flowTasks");
//____________________________________________//
ALICEINC += -I../$(PWG2femtoscopy_INCLUDE)
endif
+ifneq ($(PWG2flowCommon_INCLUDE),)
+ ALICEINC += -I../$(PWG2flowCommon_INCLUDE)
+endif
+
+ifneq ($(PWG2flowTasks_INCLUDE),)
+ ALICEINC += -I../$(PWG2flowTasks_INCLUDE)
+endif
+
ifneq ($(PWG2resonances_INCLUDE),)
ALICEINC += -I../$(PWG2resonances_INCLUDE)
endif
#! /bin/sh
touch libPWG2ebye.pkg
-touch libPWG2flow.pkg
+touch libPWG2flowCommon.pkg
+touch libPWG2flowTasks.pkg
make libPWG2.so
+++ /dev/null
-#! /bin/sh
-
-touch libPWG2flow.pkg
-
-make libPWG2flow.so
+++ /dev/null
-void SETUP() {
- CheckLoadLibrary("libPWG2flow");
-
- // Set the include paths
- gROOT->ProcessLine(".include PWG2flow/FLOW");
-
- // Set our location, so that other packages can find us
- gSystem->Setenv("PWG2flow_INCLUDE", "PWG2flow/FLOW");
-}
-
-Int_t CheckLoadLibrary(const char* library) {
- // checks if a library is already loaded, if not loads the library
-
- if (strlen(gSystem->GetLibraries(Form("%s.so", library), "", kFALSE)) > 0)
- return 1;
-
- return gSystem->Load(library);
-}
--- /dev/null
+#! /bin/sh
+
+touch libPWG2flowCommon.pkg
+
+make libPWG2flowCommon.so
--- /dev/null
+void SETUP() {
+ gSystem->Load("libPWG2flowCommon");
+
+ // Set the include paths
+ gROOT->ProcessLine(".include PWG2flowCommon/FLOW/AliFlowCommon");
+
+ // Set our location, so that other packages can find us
+ gSystem->Setenv("PWG2flowCommon_INCLUDE", "PWG2flowCommon/FLOW/AliFlowCommon");
+}
+
--- /dev/null
+#! /bin/sh
+
+touch libPWG2flowTasks.pkg
+
+make libPWG2flowTasks.so
--- /dev/null
+void SETUP() {
+ gSystem->Load("libPWG2flowTasks");
+
+ // Set the include paths
+ gROOT->ProcessLine(".include PWG2flowTasks/FLOW/AliFlowTasks");
+
+ // Set our location, so that other packages can find us
+ gSystem->Setenv("PWG2flowTasks_INCLUDE", "PWG2flowTasks/FLOW/AliFlowTasks");
+}
+
#pragma link C++ namespace AliFlowLYZConstants;
#pragma link C++ namespace AliFlowCumuConstants;
-#pragma link C++ class AliFlowEventSimple+;
+#pragma link C++ class AliFlowVector+;
#pragma link C++ class AliFlowTrackSimple+;
+#pragma link C++ class AliFlowEventSimple+;
+
#pragma link C++ class AliFlowTrackSimpleCuts+;
+
#pragma link C++ class AliFlowCommonHist+;
#pragma link C++ class AliFlowCommonHistResults+;
#pragma link C++ class AliFlowLYZHist1+;
#pragma link C++ class AliFlowLYZHist2+;
-#pragma link C++ class AliFlowVector+;
+
+#pragma link C++ class AliCumulantsFunctions+;
+#pragma link C++ class AliQCumulantsFunctions+;
+#pragma link C++ class AliFittingFunctionsForQDistribution+;
#pragma link C++ class AliFlowLYZEventPlane+;
-#pragma link C++ class AliFlowEventSimpleMaker+;
+
#pragma link C++ class AliFlowAnalysisWithMCEventPlane+;
#pragma link C++ class AliFlowAnalysisWithScalarProduct+;
#pragma link C++ class AliFlowAnalysisWithLYZEventPlane+;
#pragma link C++ class AliFlowAnalysisWithLeeYangZeros+;
#pragma link C++ class AliFlowAnalysisWithCumulants+;
#pragma link C++ class AliFlowAnalysisWithQCumulants+;
-#pragma link C++ class AliAnalysisTaskScalarProduct+;
-#pragma link C++ class AliAnalysisTaskMCEventPlane+;
-#pragma link C++ class AliAnalysisTaskLYZEventPlane+;
-#pragma link C++ class AliAnalysisTaskLeeYangZeros+;
-#pragma link C++ class AliAnalysisTaskCumulants+;
-#pragma link C++ class AliAnalysisTaskQCumulants+;
-#pragma link C++ class AliCumulantsFunctions+;
-#pragma link C++ class AliQCumulantsFunctions+;
-#pragma link C++ class AliFittingFunctionsForQDistribution+;
-#pragma link C++ class AliAnalysisTaskFittingQDistribution+;
#pragma link C++ class AliFittingQDistribution+;
#endif
--- /dev/null
+#ifdef __CINT__
+
+#pragma link off all globals;
+#pragma link off all classes;
+#pragma link off all functions;
+
+#pragma link C++ class AliFlowEventSimpleMaker+;
+
+#pragma link C++ class AliAnalysisTaskScalarProduct+;
+#pragma link C++ class AliAnalysisTaskMCEventPlane+;
+#pragma link C++ class AliAnalysisTaskLYZEventPlane+;
+#pragma link C++ class AliAnalysisTaskLeeYangZeros+;
+#pragma link C++ class AliAnalysisTaskCumulants+;
+#pragma link C++ class AliAnalysisTaskQCumulants+;
+#pragma link C++ class AliAnalysisTaskFittingQDistribution+;
+
+
+#endif
+++ /dev/null
-#-*- Mode: Makefile -*-
-
-SRCS= FLOW/AliFlowEventSimple.cxx \
- FLOW/AliFlowTrackSimple.cxx \
- FLOW/AliFlowTrackSimpleCuts.cxx \
- FLOW/AliFlowVector.cxx \
- FLOW/AliFlowCommonConstants.cxx \
- FLOW/AliFlowLYZConstants.cxx \
- FLOW/AliFlowCumuConstants.cxx \
- FLOW/AliFlowCommonHist.cxx \
- FLOW/AliFlowCommonHistResults.cxx \
- FLOW/AliFlowLYZHist1.cxx \
- FLOW/AliFlowLYZHist2.cxx \
- FLOW/AliFlowLYZEventPlane.cxx \
- FLOW/AliFlowEventSimpleMaker.cxx \
- FLOW/AliFlowAnalysisWithScalarProduct.cxx \
- FLOW/AliFlowAnalysisWithMCEventPlane.cxx \
- FLOW/AliFlowAnalysisWithLYZEventPlane.cxx \
- FLOW/AliFlowAnalysisWithLeeYangZeros.cxx \
- FLOW/AliFlowAnalysisWithCumulants.cxx \
- FLOW/AliFlowAnalysisWithQCumulants.cxx \
- FLOW/AliFittingQDistribution.cxx \
- FLOW/AliCumulantsFunctions.cxx \
- FLOW/AliQCumulantsFunctions.cxx \
- FLOW/AliFittingFunctionsForQDistribution.cxx \
- FLOW/AliAnalysisTaskScalarProduct.cxx \
- FLOW/AliAnalysisTaskMCEventPlane.cxx \
- FLOW/AliAnalysisTaskLYZEventPlane.cxx \
- FLOW/AliAnalysisTaskCumulants.cxx \
- FLOW/AliAnalysisTaskQCumulants.cxx \
- FLOW/AliAnalysisTaskLeeYangZeros.cxx \
- FLOW/AliAnalysisTaskFittingQDistribution.cxx
-
-HDRS= $(SRCS:.cxx=.h)
-
-DHDR:=PWG2flowLinkDef.h
-
-EXPORT:=
-
-EINCLUDE:=
-
-ifeq (win32gcc,$(ALICE_TARGET))
-PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
- -lESD -lAOD -lPWG2AOD -lANALYSIS -lANALYSISalice \
- -lCORRFW \
- -L$(shell root-config --libdir) -lEG
-endif
--- /dev/null
+#-*- Mode: Makefile -*-
+
+SRCS= FLOW/AliFlowCommon/AliFlowEventSimple.cxx \
+ FLOW/AliFlowCommon/AliFlowTrackSimple.cxx \
+ FLOW/AliFlowCommon/AliFlowTrackSimpleCuts.cxx \
+ FLOW/AliFlowCommon/AliFlowVector.cxx \
+ FLOW/AliFlowCommon/AliFlowCommonConstants.cxx \
+ FLOW/AliFlowCommon/AliFlowLYZConstants.cxx \
+ FLOW/AliFlowCommon/AliFlowCumuConstants.cxx \
+ FLOW/AliFlowCommon/AliFlowCommonHist.cxx \
+ FLOW/AliFlowCommon/AliFlowCommonHistResults.cxx \
+ FLOW/AliFlowCommon/AliFlowLYZHist1.cxx \
+ FLOW/AliFlowCommon/AliFlowLYZHist2.cxx \
+ FLOW/AliFlowCommon/AliFlowLYZEventPlane.cxx \
+ FLOW/AliFlowCommon/AliFlowAnalysisWithScalarProduct.cxx \
+ FLOW/AliFlowCommon/AliFlowAnalysisWithMCEventPlane.cxx \
+ FLOW/AliFlowCommon/AliFlowAnalysisWithLYZEventPlane.cxx \
+ FLOW/AliFlowCommon/AliFlowAnalysisWithLeeYangZeros.cxx \
+ FLOW/AliFlowCommon/AliFlowAnalysisWithCumulants.cxx \
+ FLOW/AliFlowCommon/AliFlowAnalysisWithQCumulants.cxx \
+ FLOW/AliFlowCommon/AliFittingQDistribution.cxx \
+ FLOW/AliFlowCommon/AliCumulantsFunctions.cxx \
+ FLOW/AliFlowCommon/AliQCumulantsFunctions.cxx \
+ FLOW/AliFlowCommon/AliFittingFunctionsForQDistribution.cxx
+
+HDRS= $(SRCS:.cxx=.h)
+
+DHDR:=PWG2flowCommonLinkDef.h
+
+EXPORT:=
+
+EINCLUDE:=
+
+ifeq (win32gcc,$(ALICE_TARGET))
+PACKSOFLAGS:= $(SOFLAGS) -L$(shell root-config --libdir) -lEG
+endif
--- /dev/null
+#-*- Mode: Makefile -*-
+
+SRCS= FLOW/AliFlowTasks/AliFlowEventSimpleMaker.cxx \
+ FLOW/AliFlowTasks/AliAnalysisTaskScalarProduct.cxx \
+ FLOW/AliFlowTasks/AliAnalysisTaskMCEventPlane.cxx \
+ FLOW/AliFlowTasks/AliAnalysisTaskLYZEventPlane.cxx \
+ FLOW/AliFlowTasks/AliAnalysisTaskCumulants.cxx \
+ FLOW/AliFlowTasks/AliAnalysisTaskQCumulants.cxx \
+ FLOW/AliFlowTasks/AliAnalysisTaskLeeYangZeros.cxx \
+ FLOW/AliFlowTasks/AliAnalysisTaskFittingQDistribution.cxx
+
+HDRS= $(SRCS:.cxx=.h)
+
+DHDR:=PWG2flowTasksLinkDef.h
+
+EXPORT:=
+
+EINCLUDE:= PWG2/FLOW/AliFlowCommon
+
+ifeq (win32gcc,$(ALICE_TARGET))
+PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
+ -lESD -lAOD -lPWG2AOD -lANALYSIS -lANALYSISalice \
+ -lCORRFW \
+ -L$(shell root-config --libdir) -lEG
+endif