+++ /dev/null
-# -*- mode: cmake -*-
-# Create a library called "lib<name>" which includes the source files given in
-# the array .
-# The extension is already found. Any number of sources could be listed here.
-
-set(INCLUDE_DIRECTORIES
-${CMAKE_SOURCE_DIR}/ACORDE
-${CMAKE_SOURCE_DIR}/STEER
-${CMAKE_SOURCE_DIR}/RAW
-${ROOT_INCLUDE_DIR}
-)
-
-include_directories( ${INCLUDE_DIRECTORIES})
-
-set(LINK_DIRECTORIES
-${ROOT_LIBRARY_DIR}
-)
-
-link_directories( ${LINK_DIRECTORIES})
-
-SetModule()
-
-include (CMake_libACORDErec.txt)
-
-include (CMake_libACORDEbase.txt)
-
-include (CMake_libACORDEsim.txt)
-
-
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-AliACORDEConstants.cxx AliACORDECalibData.cxx AliACORDERawReader.cxx
-AliGenACORDE.cxx AliACORDEQAChecker.cxx AliACORDELoader.cxx AliACORDEPreprocessor.cxx AliACORDEdigit.cxx AliACORDEDataDCS.cxx AliACORDERawStream.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(ACORDEbase "${SRCS}" "${HDRS}")
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-AliACORDEReconstructor.cxx
-AliACORDEQADataMakerRec.cxx
-#AliACORDERecoParam.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(ACORDErec "${SRCS}" "${HDRS}")
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-AliACORDE.cxx AliACORDEv1.cxx AliACORDEhit.cxx
-AliACORDEDigitizer.cxx AliACORDETrigger.cxx
-AliACORDERawData.cxx AliACORDEQADataMakerSim.cxx
-AliACORDEv0.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(ACORDEsim "${SRCS}" "${HDRS}")
+++ /dev/null
-# -*- mode: cmake -*-
-# Create a library called "lib<name>" which includes the source files given in
-# the array .
-# The extension is already found. Any number of sources could be listed here.
-
-set(INCLUDE_DIRECTORIES
-${CMAKE_SOURCE_DIR}/ALIROOT
-${CMAKE_SOURCE_DIR}/STEER
-${CMAKE_BINARY_DIR}/STEER
-${ROOT_INCLUDE_DIR}
-)
-
-include_directories( ${INCLUDE_DIRECTORIES})
-
-set(LINK_DIRECTORIES
-${ROOT_LIBRARY_DIR}
-)
-
-link_directories( ${LINK_DIRECTORIES})
-
-SetModule()
-
-include(CMake_binaliroot.txt)
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-aliroot.cxx
-fpu.c
-)
-
-Set(LIBS MUONcore MUONgeometry MUONrec MUONsim MUONbase MUONtrigger MUONraw
- MUONcalib MUONmapping TPCbase TPCsim TPCrec TPCfast ITSbase ITSsim ITSrec
- PMDbase PMDsim PMDrec TRDbase TRDsim TRDrec TRDfast FMDbase FMDsim FMDrec
- TOFbase TOFrec TOFsim PHOSUtils PHOSbase PHOSsim PHOSrec ACORDEbase ACORDEsim
- ACORDErec HMPIDbase HMPIDrec HMPIDsim ZDCbase ZDCsim ZDCrec VZERObase
- VZEROsim VZEROrec EMCALUtils EMCALbase EMCALsim EMCALrec BCM STRUCT T0base T0sim
- T0rec EVGEN STEERBase ESD AOD CDB STEER THijing hijing FASTSIM microcern
- RAWDatabase RAWDatarec RAWDatasim MUONevaluation HLTbase TRIGGERbase)
-
-AddExecutable(aliroot "${SRCS}" "${LIBS}")
-
THijing hijing \
FASTSIM microcern \
RAWDatabase RAWDatarec RAWDatasim \
- HLTbase MUONevaluation TRIGGERbase \
+ HLTbase MUONevaluation TRIGGERbase
# THbtp TEPEMGEN \
# THerwig herwig TPHIC
+++ /dev/null
-# -*- mode: cmake -*-
-# Create a library called "lib<name>" which includes the source files given in
-# the array .
-# The extension is already found. Any number of sources could be listed here.
-
-set(INCLUDE_DIRECTORIES
-${CMAKE_SOURCE_DIR}/ANALYSIS
-${CMAKE_SOURCE_DIR}/ANALYSIS/Aliengui
-${CMAKE_SOURCE_DIR}/STEER
-${CMAKE_SOURCE_DIR}/TPC
-${CMAKE_SOURCE_DIR}/ITS
-${ROOT_INCLUDE_DIR}
-)
-
-include_directories( ${INCLUDE_DIRECTORIES})
-
-set(LINK_DIRECTORIES
-${ROOT_LIBRARY_DIR}
-)
-
-link_directories( ${LINK_DIRECTORIES})
-
-SetModule()
-
-include(CMake_libANALYSISalice.txt)
-
-include(CMake_libANALYSIS.txt)
-
-include(CMake_libANALYSISRL.txt)
-
-include(CMake_libAliengui.txt)
-
-include(CMake_binaliengui.txt)
-
-
-
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-Aliengui/aliengui_main/aliengui_main.cxx
-)
-
-Set(LIBS Aliengui MUONevaluation MUONgeometry MUONrec MUONsim MUONbase
- MUONtrigger MUONraw MUONcalib MUONmapping MUONcore TPCbase TPCsim
- TPCrec TPCfast ITSbase ITSsim ITSrec PMDbase PMDsim PMDrec TRDbase
- TRDsim TRDrec TRDfast FMDbase FMDsim FMDrec TOFbase TOFrec TOFsim
- PHOSUtils PHOSbase PHOSsim PHOSrec ACORDEbase ACORDEsim ACORDErec HMPIDbase
- HMPIDrec HMPIDsim ZDCbase ZDCsim ZDCrec VZERObase VZEROsim VZEROrec
- EMCALbase EMCALsim EMCALrec STRUCT T0base T0sim T0rec EVGEN STEERBase
- ESD AOD CDB STEER THijing hijing THbtp TEPEMGEN FASTSIM microcern
- RAWDatabase RAWDatarec RAWDatasim HLTbase ANALYSIS ANALYSISalice)
-
-AddExecutable(alienguiexe "${SRCS}" "${LIBS}")
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
- AliAnalysisDataContainer.cxx AliAnalysisDataSlot.cxx
- AliAnalysisManager.cxx AliAnalysisTask.cxx
- AliAnalysisSelector.cxx AliAnalysisGrid.cxx
- AliAnalysisFilter.cxx AliAnalysisCuts.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(ANALYSIS "${SRCS}" "${HDRS}")
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-AliAnalysisTaskRL.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(ANALYSISRL "${SRCS}" "${HDRS}")
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
- AliAnalysisTaskSE.cxx AliAnalysisTaskME.cxx
- AliAnalysisTaskESDfilter.cxx AliAnalysisTaskKineFilter.cxx AliAnalysisTaskMCParticleFilter.cxx
- AliKineTrackCuts.cxx AliESDtrackCuts.cxx AliESDv0Cuts.cxx
- AliEventPoolOTF.cxx AliEventPoolLoop.cxx AliEventPoolSparse.cxx
- AliAnalysisTaskTagCreator.cxx
- AliMultiEventInputHandler.cxx
-)
-
-Set_source_files_properties(${SRCS} COMPILE_FLAGS -DWITHXML)
-Set(SRCS ${SRCS} AliTagAnalysis.cxx AliXMLCollection.cxx AliAnalysisAlien.cxx)
-
-Add_definitions(-DWITHXML)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(ANALYSISalice "${SRCS}" "${HDRS}")
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-Aliengui/AliAlienBrowser.cxx
-Aliengui/AliAnalysisGUI.cxx
-Aliengui/AliSelectorFrame.cxx
-Aliengui/AliFileListFrame.cxx
-Aliengui/AliLoginFrame.cxx
-Aliengui/AliPackageFrame.cxx
-Aliengui/AliTagAnalysisFrame.cxx
-Aliengui/AliTagFrame.cxx
-)
-
-Add_Definitions(-DWITHXML)
-#Set(COMPILE_FLAGS -DWITHXML)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(Aliengui "${SRCS}" "${HDRS}")
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-Tender/AliTender.cxx
-Tender/AliTenderSupply.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(TENDER "${SRCS}" "${HDRS}")
EXPORT:=$(SRCS:.cxx=.h)
+EINCLUDE:=ANALYSIS/Aliengui
+
ifeq (win32gcc,$(ALICE_TARGET))
PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
-lANALYSIS -lSTEERBase -lAOD -lESD \
+++ /dev/null
-# -*- mode: cmake -*-
-
-# Create a library called "lib<name>" which includes the source files given in
-# the array .
-# The extension is already found. Any number of sources could be listed here.
-
-set(INCLUDE_DIRECTORIES
-${CMAKE_SOURCE_DIR}/BCM
-${CMAKE_SOURCE_DIR}/STEER
-${ROOT_INCLUDE_DIR}
-)
-
-include_directories( ${INCLUDE_DIRECTORIES})
-
-set(LINK_DIRECTORIES
-${ROOT_LIBRARY_DIR}
-)
-
-link_directories( ${LINK_DIRECTORIES})
-
-SetModule()
-
-include(CMake_libBCM.txt)
-
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-AliBCM.cxx
-AliBCMHit.cxx
-AliBCMLoader.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(BCM "${SRCS}" "${HDRS}")
-
# Set AliRoot variables
Set(ALICE_ROOT $ENV{ALICE_ROOT})
Set(ALICE $ENV{ALICE})
-Set(ALICE_STATIC_BUILD ON CACHE BOOL "Build also statics libs")
+Set(ALICE_STATIC_BUILD OFF CACHE BOOL "Build also statics libs")
-#Set(CMAKE_VERBOSE_MAKEFILE ON)
+MESSAGE("ALICE_ROOT: ${ALICE_ROOT}")
+Set(CMAKE_VERBOSE_MAKEFILE ON)
# where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/
+SET(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR}/bin)
+SET(LIBRARY_OUTPUT_PATH ${PROJECT_BINARY_DIR}/lib)
Set(CMAKE_MODULE_PATH "${ALICE_ROOT}/cmake/modules")
# To fix a hack that has been introduced for the Mac
Set(CMAKE_INSTALL_NAME_TOOL CMAKE_INSTALL_NAME_TOOL-NOTFOUND)
Endif(APPLE)
-
# Setup ROOT
Find_package(ROOT 5.0.0 REQUIRED)
# Setup system dependent flags
SetupSystem()
+
+Option(GENERATE_FILES "Generate CMake input files from package files" OFF)
+if(GENERATE_FILES)
+ Include(CreateSubCMakeFiles)
+ CreateSubCMakeFiles()
+endif(GENERATE_FILES)
+
# Set the library version in the main CMakeLists.txt
SET(ALIROOT_MAJOR_VERSION 0)
SET(ALIROOT_MINOR_VERSION 0)
Add_Custom_Target(check-all COMMENT "Checking coding conventions")
# Configure special include file
+# Only if there is a change in the file
If(UNIX)
Set(_in ${CMAKE_CURRENT_SOURCE_DIR}/STEER/ARVersion.h.in)
Set(_out ${CMAKE_CURRENT_BINARY_DIR}/STEER/ARVersion.h)
- Add_custom_target(ARversion ALL
- COMMAND sed < ${_in}
+ If(NOT EXISTS ${_out})
+ Add_custom_target(ARversion ALL
+ COMMAND sed < ${_in}
+ -e "s/\\@ALIROOT_SVN_REVISION\\@/${ALIROOT_SVN_REVISION}/"
+ -e "s/\\@ALIROOT_SVN_BRANCH\\@/${ALIROOT_SVN_BRANCH}/"
+ -e "s/\\@ALIROOT_VERSION\\@/${ALIROOT_VERSION}/" > ${_out})
+ Install(FILES ${_out} DESTINATION ${ALIROOT_INSTALL_DIR}/include)
+ Else(NOT EXISTS ${_out})
+ FILE(READ "${_out}" contents)
+ STRING(REGEX REPLACE ";" "\\\\;" contents "${contents}")
+ STRING(REGEX REPLACE "\n" ";" contents "${contents}")
+ Foreach(line ${contents})
+ If(line MATCHES "^.*ALIROOT_SVN_REVISION.*$")
+ STRING(REGEX REPLACE "^.*ALIROOT_SVN_REVISION[ ](.*)$" "\\1" _result_svn_rev "${line}")
+ EndIf(line MATCHES "^.*ALIROOT_SVN_REVISION.*$")
+ If(line MATCHES "^.*ALIROOT_SVN_BRANCH.*$")
+ STRING(REGEX REPLACE "^.*ALIROOT_SVN_BRANCH[ ]\"(.*)\"$" "\\1" _result_svn_branch "${line}")
+ EndIf(line MATCHES "^.*ALIROOT_SVN_BRANCH.*$")
+ If(line MATCHES "^.*ALIROOT_VERSION.*$")
+ STRING(REGEX REPLACE "^.*ALIROOT_VERSION[ ](.*)$" "\\1" _result_aliroot_version "${line}")
+ EndIf(line MATCHES "^.*ALIROOT_VERSION.*$")
+ EndForeach(line ${contents})
+ If(_result_aliroot_version STREQUAL ${ALIROOT_VERSION} AND _result_svn_rev STREQUAL ${ALIROOT_SVN_REVISION} AND _result_svn_branch STREQUAL ${ALIROOT_SVN_BRANCH})
+# MESSAGE("VERSION: ${_result_aliroot_version}")
+# MESSAGE("VERSION: ${ALIROOT_VERSION}")
+# MESSAGE("REVISION: ${_result_svn_rev}")
+# MESSAGE("REVISION: ${ALIROOT_SVN_REVISION}")
+# MESSAGE("BRANCH: ${_result_svn_branch}")
+# MESSAGE("BRANCH: ${ALIROOT_SVN_BRANCH}")
+ Else(_result_aliroot_version STREQUAL ${ALIROOT_VERSION} AND _result_svn_rev STREQUAL ${ALIROOT_SVN_REVISION} AND _result_svn_branch STREQUAL ${ALIROOT_SVN_BRANCH})
+ Add_custom_target(ARversion ALL
+ COMMAND sed < ${_in}
-e "s/\\@ALIROOT_SVN_REVISION\\@/${ALIROOT_SVN_REVISION}/"
-e "s/\\@ALIROOT_SVN_BRANCH\\@/${ALIROOT_SVN_BRANCH}/"
-e "s/\\@ALIROOT_VERSION\\@/${ALIROOT_VERSION}/" > ${_out})
- Install(FILES ${_out} DESTINATION ${ALIROOT_INSTALL_DIR}/include)
+ Install(FILES ${_out} DESTINATION ${ALIROOT_INSTALL_DIR}/include)
+ EndIf(_result_aliroot_version STREQUAL ${ALIROOT_VERSION} AND _result_svn_rev STREQUAL ${ALIROOT_SVN_REVISION} AND _result_svn_branch STREQUAL ${ALIROOT_SVN_BRANCH})
+ EndIf(NOT EXISTS ${_out})
+
Endif(UNIX)
# This would work, but just once... we want this to happen at every make
Add_subdirectory(TPC)
Add_subdirectory(TPHIC)
Add_subdirectory(TRD)
+Add_subdirectory(TRIGGER)
Add_subdirectory(TTherminator)
Add_subdirectory(TUHKMgen)
Add_subdirectory(VZERO)
Add_subdirectory(ZDC)
-
+#
Add_subdirectory(ALIROOT)
+++ /dev/null
-# -*- mode: cmake -*-
-
-# Create a library called "lib<name>" which includes the source files given in
-# the array .
-# The extension is already found. Any number of sources could be listed here.
-
-set(INCLUDE_DIRECTORIES
-${CMAKE_SOURCE_DIR}/CORRFW
-${CMAKE_SOURCE_DIR}/STEER
-${CMAKE_SOURCE_DIR}/ANALYSIS
-${ROOT_INCLUDE_DIR}
-)
-
-include_directories( ${INCLUDE_DIRECTORIES})
-
-set(LINK_DIRECTORIES
-${ROOT_LIBRARY_DIR}
-)
-
-link_directories( ${LINK_DIRECTORIES})
-
-SetModule()
-
-include(CMake_libCORRFW.txt)
-
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-AliCFFrame.cxx
-AliCFGridSparse.cxx
-AliCFEffGrid.cxx
-AliCFDataGrid.cxx
-AliCFContainer.cxx
-AliCFManager.cxx
-AliCFCutBase.cxx
-AliCFEventClassCuts.cxx
-AliCFEventGenCuts.cxx
-AliCFEventRecCuts.cxx
-AliCFParticleGenCuts.cxx
-AliCFAcceptanceCuts.cxx
-AliCFTrackKineCuts.cxx
-AliCFTrackQualityCuts.cxx
-AliCFTrackIsPrimaryCuts.cxx
-AliCFTrackCutPid.cxx
-AliCFPair.cxx
-AliCFPairAcceptanceCuts.cxx
-AliCFPairQualityCuts.cxx
-AliCFPairIsPrimaryCuts.cxx
-AliCFPairPidCut.cxx
-AliCFV0TopoCuts.cxx
-AliCFUnfolding.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(CORRFW "${SRCS}" "${HDRS}")
-
EXPORT:=$(SRCS:.cxx=.h)
+EINCLUDE:= ANALYSIS
+
ifeq (win32gcc,$(ALICE_TARGET))
PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
-lSTEERBase -lANALYSIS -lESD -lAOD \
+++ /dev/null
-# -*- mode: cmake -*-
-
-# Create a library called "lib<name>" which includes the source files given in
-# the array .
-# The extension is already found. Any number of sources could be listed here.
-
-set(INCLUDE_DIRECTORIES
-${CMAKE_SOURCE_DIR}/DPMJET
-${ROOT_INCLUDE_DIR}
-)
-
-include_directories( ${INCLUDE_DIRECTORIES})
-
-set(LINK_DIRECTORIES
-${ROOT_LIBRARY_DIR}
-)
-
-link_directories( ${LINK_DIRECTORIES})
-
-SetModule()
-
-include(CMake_libDPMJET.txt)
-
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-AliDpmJetRndm.cxx
-)
-
-set(FSRCS
-dpmjet3.0-5.f
-phojet1.12-35c3.f
-user3.0-5.f
-openfile.f
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-Set(SRCS ${SRCS} ${FSRCS})
-
-AddLibrary(dpmjet "${SRCS}" "${HDRS}")
-
+++ /dev/null
-# -*- mode: cmake -*-
-# Create a library called "lib<name>" which includes the source files given in
-# the array .
-# The extension is already found. Any number of sources could be listed here.
-
-set(INCLUDE_DIRECTORIES
-${CMAKE_SOURCE_DIR}/EMCAL
-${CMAKE_SOURCE_DIR}/EMCAL/Calib
-${CMAKE_SOURCE_DIR}/EMCAL/SMcalib
-${CMAKE_SOURCE_DIR}/STEER
-${CMAKE_SOURCE_DIR}/RAW
-${CMAKE_SOURCE_DIR}/ANALYSIS
-${ROOT_INCLUDE_DIR}
-)
-
-# Make sure the compiler can find files from our library
-include_directories( ${INCLUDE_DIRECTORIES})
-
-set(LINK_DIRECTORIES
-${ROOT_LIBRARY_DIR}
-)
-
-# Make sure the linker can find the library once it is built
-link_directories( ${LINK_DIRECTORIES})
-
-SetModule()
-
-include(CMake_libEMCALUtils.txt)
-
-include(CMake_libEMCALrec.txt)
-
-include(CMake_libEMCALbase.txt)
-
-include(CMake_libEMCALsim.txt)
-
-include(CMake_libEMCALcalib.txt)
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-AliEMCALGeoUtils.cxx
-AliEMCALEMCGeometry.cxx
-AliEMCALShishKebabTrd1Module.cxx
-AliEMCALPIDUtils.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-# Create a library called EMCALUtils which includes the source files SRCS
-# The extension is already found. Any nu;ber of sources could be listed here
-AddLibrary(EMCALUtils "${SRCS}" "${HDRS}")
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-AliEMCALGeometry.cxx
-AliEMCALHit.cxx
-AliEMCALLoader.cxx
-AliEMCALShishKebabModule.cxx
-AliEMCALWsuCosmicRaySetUp.cxx
-AliEMCALRecPoint.cxx
-AliEMCALClusterizer.cxx
-AliEMCALHistoUtilities.cxx
-AliEMCALSDigitizer.cxx
-AliEMCALDigit.cxx
-AliEMCALCalibData.cxx
-AliEMCALCalibHistoProducer.cxx
-AliEMCALCalibTimeDep.cxx
-AliEMCALPreprocessor.cxx
-AliEMCALSensorTemp.cxx
-AliEMCALSensorTempArray.cxx
-AliCaloCalibPedestal.cxx
-AliCaloCalibSignal.cxx
-AliEMCALSurvey.cxx
-AliEMCALRecParam.cxx
-AliEMCALQAChecker.cxx
-AliEMCALSpaceFrame.cxx
-AliEMCALSTURawStream.cxx
-SMcalib/AliEMCALCCUSBRawStream.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(EMCALbase "${SRCS}" "${HDRS}")
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-Calib/AliEMCALPi0Calibration.cxx
-Calib/AliEMCALPi0SelectionParam.cxx
-Calib/AliEMCALFolder.cxx
-Calib/AliEMCALSuperModule.cxx
-Calib/AliEMCALCalibCoefs.cxx
-Calib/AliEMCALCellInfo.cxx
-Calib/AliEMCALCell.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(EMCALcalib "${SRCS}" "${HDRS}")
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-AliEMCALReconstructor.cxx
-AliEMCALClusterizerv1.cxx
-AliEMCALTrack.cxx
-AliEMCALTracker.cxx
-AliEMCALPID.cxx
-AliEMCALQADataMakerRec.cxx
-AliEMCALAodCluster.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(EMCALrec "${SRCS}" "${HDRS}")
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-AliEMCAL.cxx
-AliEMCALv0.cxx
-AliEMCALv1.cxx
-AliEMCALv2.cxx
-AliEMCALDigitizer.cxx
-AliEMCALTick.cxx
-AliEMCALRawUtils.cxx
-AliEMCALTrigger.cxx
-AliEMCALQADataMakerSim.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(EMCALsim "${SRCS}" "${HDRS}")
DHDR:=EMCALbaseLinkDef.h
# have to tune
-EINCLUDE:=PYTHIA6 RAW EVGEN THijing
+EINCLUDE:=PYTHIA6 RAW EVGEN THijing EMCAL/SMcalib
ifeq (win32gcc,$(ALICE_TARGET))
PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
+++ /dev/null
-# -*- mode: cmake -*-
-
-# Create a library called "lib<name>" which includes the source files given in
-# the array .
-# The extension is already found. Any number of sources could be listed here.
-
-set(INCLUDE_DIRECTORIES
-${CMAKE_SOURCE_DIR}/EPOS
-${CMAKE_SOURCE_DIR}/STEER
-${CMAKE_SOURCE_DIR}/EVGEN
-${ROOT_INCLUDE_DIR}
-)
-
-include_directories( ${INCLUDE_DIRECTORIES})
-
-set(LINK_DIRECTORIES
-${ROOT_LIBRARY_DIR}
-)
-
-link_directories( ${LINK_DIRECTORIES})
-
-SetModule()
-
-include(CMake_libEPOS.txt)
-
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-epos167/epostimer.cxx
-TEpos.cxx AliGenEpos.cxx
-AliGenEposIsajetToPdgConverter.cxx
-)
-
-set(FSRCS
-epos167/epos-app-158.f
-epos167/epos-bas-168.f
-epos167/epos-con-161.f
-epos167/epos-dky-165.f
-epos167/epos-dro-168.f
-epos167/epos-ems-165.f
-epos167/epos-fra-163.f
-epos167/epos-ico-158.f
-epos167/epos-yyy-168.f
-epos167/epos-ids-165.f
-epos167/epos-int-168.f
-epos167/epos-jps-164.f
-epos167/epos-omg-160.f
-epos167/epos-par-129.f
-epos167/epos-sem-165.f
-epos167/epos-rsh-165.f
-epos167/epos-qsh-165.f
-epos167/epos-tim-155.f
-epos167/epos-uti-165.f
-epos167/epos-xan-154.f
-epos167/epos-xpr-165.f
-epos167/eposm.f
-epos167/eposu.f
-)
-
-Set(HDRS
-TEpos.h
-AliGenEpos.h
-AliGenEposEventHeader.h
-AliGenEposIsajetToPdgConverter.h
-)
-
-Set(SRCS ${SRCS} ${FSRCS})
-
-AddLibrary(EPOS "${SRCS}" "${HDRS}")
-
+++ /dev/null
-# -*- mode: cmake -*-
-# Create a library called "lib<name>" which includes the source files given in
-# the array .
-# The extension is already found. Any number of sources could be listed here.
-
-set(INCLUDE_DIRECTORIES
-${CMAKE_SOURCE_DIR}/ESDCheck
-${CMAKE_SOURCE_DIR}/PMD
-${CMAKE_SOURCE_DIR}/STEER
-${CMAKE_SOURCE_DIR}/ANALYSIS
-${ROOT_INCLUDE_DIR}
-)
-
-include_directories( ${INCLUDE_DIRECTORIES})
-
-set(LINK_DIRECTORIES
-${ROOT_LIBRARY_DIR}
-)
-
-link_directories( ${LINK_DIRECTORIES})
-
-SetModule()
-
-include(CMake_libAnalysisCheck.txt)
-
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-AliPHOSQATask.cxx
-AliEMCALQATask.cxx
-AliPMDQATask.cxx
-AliAnalysisTaskPt.cxx
-AliHMPIDQATask.cxx
-AliT0QATask.cxx
-AliMUONQATask.cxx
-AliFMDQATask.cxx
-AliTRDQATask.cxx
-AliTOFQATask.cxx
-AliVZEROQATask.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(AnalysisCheck "${SRCS}" "${HDRS}")
-
EXPORT:=$(SRCS:.cxx=.h)
-EINCLUDE:=PMD
+EINCLUDE:=PMD ANALYSIS
ifeq (win32gcc,$(ALICE_TARGET))
PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
+++ /dev/null
-# -*- mode: cmake -*-
-# Create a library called "lib<name>" which includes the source files given in
-# the array .
-# The extension is already found. Any number of sources could be listed here.
-
-set(INCLUDE_DIRECTORIES
-${CMAKE_SOURCE_DIR}/ANALYSIS
-${CMAKE_SOURCE_DIR}/EMCAL
-${CMAKE_SOURCE_DIR}/EVE
-${CMAKE_SOURCE_DIR}/EVE/EveBase
-${CMAKE_SOURCE_DIR}/EVE/EveDet
-${CMAKE_SOURCE_DIR}/EVE/EveHLT
-${CMAKE_SOURCE_DIR}/STEER
-${CMAKE_SOURCE_DIR}/RAW
-${CMAKE_SOURCE_DIR}/MUON
-${CMAKE_SOURCE_DIR}/MUON/mapping
-${CMAKE_SOURCE_DIR}/TRD
-${CMAKE_SOURCE_DIR}/TOF
-${CMAKE_SOURCE_DIR}/ITS
-${CMAKE_SOURCE_DIR}/TPC
-${CMAKE_SOURCE_DIR}/PMD
-${CMAKE_SOURCE_DIR}/T0
-${CMAKE_SOURCE_DIR}/VZERO
-${CMAKE_SOURCE_DIR}/HLT/BASE
-${CMAKE_SOURCE_DIR}/HLT/BASE/HOMER
-${ROOT_INCLUDE_DIR}
-)
-
-include_directories( ${INCLUDE_DIRECTORIES})
-
-set(LINK_DIRECTORIES
-${ROOT_LIBRARY_DIR}
-)
-
-link_directories( ${LINK_DIRECTORIES})
-
-SetModule()
-
-include(CMake_libEveBase.txt)
-
-include(CMake_libEveDet.txt)
-
-include(CMake_libEveHLT.txt)
-
-include(CMake_binalieve.txt)
-
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-alieve_main/alieve_main.cxx
-)
-
-Set(LIBS EveBase EveDet EveHLT MUONbase MUONevaluation MUONmapping MUONshuttle
- MUONcalib MUONgeometry MUONraw MUONsim MUONcore MUONgraphics MUONrec
- MUONtrigger TPCbase TPCsim TPCrec TPCfast ITSbase ITSsim ITSrec PMDbase
- PMDsim PMDrec TRDbase TRDsim TRDrec TRDfast FMDbase FMDsim FMDrec TOFbase
- TOFrec TOFsim PHOSUtils PHOSbase PHOSsim PHOSrec ACORDEbase ACORDEsim ACORDErec
- HMPIDbase HMPIDrec HMPIDsim ZDCbase ZDCsim ZDCrec VZERObase VZEROsim
- VZEROrec EMCALUtils EMCALbase EMCALsim EMCALrec BCM STRUCT T0base T0sim T0rec EVGEN
- STEERBase ESD AOD CDB STEER THijing hijing TEPEMGEN FASTSIM microcern
- RAWDatabase RAWDatarec RAWDatasim HLTbase)
-
-AddExecutable(alieve "${SRCS}" "${LIBS}")
+++ /dev/null
-# -*- mode: cmake -*-
-
-Set(SRCS
-EveBase/AliEveCascade.cxx
-EveBase/AliEveCascadeEditor.cxx
-EveBase/AliEveCascadeListEditor.cxx
-EveBase/AliEveCosmicRayFitter.cxx
-EveBase/AliEveCosmicRayFitterEditor.cxx
-EveBase/AliEveEventManager.cxx
-EveBase/AliEveEventManagerEditor.cxx
-EveBase/AliEveJetPlane.cxx
-EveBase/AliEveJetPlaneEditor.cxx
-EveBase/AliEveJetPlaneGL.cxx
-EveBase/AliEveKineTools.cxx
-EveBase/AliEveKink.cxx
-EveBase/AliEveKinkEditor.cxx
-EveBase/AliEveKinkListEditor.cxx
-EveBase/AliEveMacro.cxx
-EveBase/AliEveMacroEditor.cxx
-EveBase/AliEveMacroExecutor.cxx
-EveBase/AliEveMacroExecutorWindow.cxx
-EveBase/AliEveMagField.cxx
-EveBase/AliEveTrack.cxx
-EveBase/AliEveTrackCounter.cxx
-EveBase/AliEveTrackCounterEditor.cxx
-EveBase/AliEveTrackFitter.cxx
-EveBase/AliEveTrackFitterEditor.cxx
-EveBase/AliEveV0.cxx
-EveBase/AliEveV0Editor.cxx
-EveBase/AliEveV0ListEditor.cxx
-EveBase/AliEveVSDCreator.cxx
-EveBase/AliEveHF.cxx
-EveBase/AliEveHFListEditor.cxx
-EveBase/AliEveHFEditor.cxx
-EveBase/AliEveEventSelectorWindow.cxx
-EveBase/AliEveEventSelector.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(EveBase "${SRCS}" "${HDRS}")
+++ /dev/null
-# -*- mode: cmake -*-
-
-Set(SRCS
-EveDet/AliEveEMCALData.cxx
-EveDet/AliEveEMCALSModule.cxx
-EveDet/AliEveEMCALSModuleData.cxx
-EveDet/AliEveFMDLoader.cxx
-EveDet/AliEveITSDigitsInfo.cxx
-EveDet/AliEveITSModule.cxx
-EveDet/AliEveITSModuleStepper.cxx
-EveDet/AliEveITSModuleStepperEditor.cxx
-EveDet/AliEveITSScaledModule.cxx
-EveDet/AliEveITSScaledModuleEditor.cxx
-EveDet/AliEveMUONChamber.cxx
-EveDet/AliEveMUONChamberData.cxx
-EveDet/AliEveMUONChamberEditor.cxx
-EveDet/AliEveMUONChamberGL.cxx
-EveDet/AliEveMUONData.cxx
-EveDet/AliEveMUONTrack.cxx
-EveDet/AliEvePMDModule.cxx
-EveDet/AliEvePMDModuleEditor.cxx
-EveDet/AliEveT0Module.cxx
-EveDet/AliEveTOFDigitsInfo.cxx
-EveDet/AliEveTOFDigitsInfoEditor.cxx
-EveDet/AliEveTOFSector.cxx
-EveDet/AliEveTOFSectorEditor.cxx
-EveDet/AliEveTOFStrip.cxx
-EveDet/AliEveTOFStripEditor.cxx
-EveDet/AliEveTPCData.cxx
-EveDet/AliEveTPCLoader.cxx
-EveDet/AliEveTPCLoaderEditor.cxx
-EveDet/AliEveTPCSector2D.cxx
-EveDet/AliEveTPCSector2DEditor.cxx
-EveDet/AliEveTPCSector2DGL.cxx
-EveDet/AliEveTPCSector3D.cxx
-EveDet/AliEveTPCSector3DEditor.cxx
-EveDet/AliEveTPCSector3DGL.cxx
-EveDet/AliEveTPCSectorData.cxx
-EveDet/AliEveTPCSectorViz.cxx
-EveDet/AliEveTPCSectorVizEditor.cxx
-EveDet/AliEveTRDData.cxx
-EveDet/AliEveTRDDataEditor.cxx
-EveDet/AliEveTRDLoader.cxx
-EveDet/AliEveTRDLoaderImp.cxx
-EveDet/AliEveTRDLoaderManager.cxx
-EveDet/AliEveTRDModule.cxx
-EveDet/AliEveTRDModuleImp.cxx
-EveDet/AliEveTRDTrackList.cxx
-EveDet/AliEveTRDTrackListEditor.cxx
-EveDet/AliEveVZEROModule.cxx
-EveDet/AliEveVZEROModuleEditor.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(EveDet "${SRCS}" "${HDRS}")
+++ /dev/null
-# -*- mode: cmake -*-
-
-Set(SRCS
-EveHLT/AliEveHOMERManager.cxx
-EveHLT/AliEveHOMERManagerEditor.cxx
-EveHLT/AliEveHOMERSource.cxx
-EveHLT/AliEveHOMERSourceList.cxx
-EveHLT/AliEveHOMERSourceMap.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(EveHLT "${SRCS}" "${HDRS}")
-
-
DHDR := EveBase/EveBaseLinkDef.h
-EINCLUDE := RAW ITS TPC
+EINCLUDE := RAW ITS TPC EVE/EveBase
ifeq (win32gcc,$(ALICE_TARGET))
PACKCXXFLAGS:= $(CXXFLAGS) -I/usr/X11R6/include
DHDR := EveDet/EveDetLinkDef.h
-EINCLUDE := RAW EMCAL ITS TPC TRD TOF T0 MUON MUON/mapping PMD HLT/BASE HLT/BASE/HOMER VZERO
+EINCLUDE := RAW EMCAL ITS TPC TRD TOF T0 MUON MUON/mapping PMD HLT/BASE HLT/BASE/HOMER VZERO EVE/EveDet ANALYSIS
ifeq (win32gcc,$(ALICE_TARGET))
PACKCXXFLAGS:= $(CXXFLAGS) -I/usr/X11R6/include
DHDR := EveHLT/EveHLTLinkDef.h
-EINCLUDE := RAW ITS TPC TRD TOF T0 MUON MUON/mapping PMD HLT/BASE HLT/BASE/HOMER
+EINCLUDE := RAW ITS TPC TRD TOF T0 MUON MUON/mapping PMD HLT/BASE HLT/BASE/HOMER EVE/EveHLT
ifeq (win32gcc,$(ALICE_TARGET))
PACKCXXFLAGS:= $(CXXFLAGS) -I/usr/X11R6/include
+++ /dev/null
-# -*- mode: cmake -*-
-
-# Create a library called "lib<name>" which includes the source files given in
-# the array .
-# The extension is already found. Any number of sources could be listed here.
-
-set(INCLUDE_DIRECTORIES
-${CMAKE_SOURCE_DIR}/EVGEN
-${CMAKE_SOURCE_DIR}/STEER
-${CMAKE_SOURCE_DIR}/FASTSIM
-${ROOT_INCLUDE_DIR}
-)
-
-include_directories( ${INCLUDE_DIRECTORIES})
-
-set(LINK_DIRECTORIES
-${ROOT_LIBRARY_DIR}
-)
-
-link_directories( ${LINK_DIRECTORIES})
-
-SetModule()
-
-include(CMake_libEVGEN.txt)
-
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-AliGenHIJINGpara.cxx
-AliGenBox.cxx
-AliGenFixed.cxx
-AliGenCocktail.cxx
-AliGenCocktailAfterBurner.cxx
-AliGenFLUKAsource.cxx
-AliGenLib.cxx
-AliGenMUONlib.cxx
-AliGenHMPIDlib.cxx
-AliGenParam.cxx
-AliDimuCombinator.cxx
-AliGenHalo.cxx
-AliGenHaloProtvino.cxx
-AliGenExtFile.cxx
-AliGenScan.cxx
-AliGenPHOSlib.cxx
-AliGenDoubleScan.cxx
-AliGenCocktailEntry.cxx
-AliGenGSIlib.cxx
-AliGenPMDlib.cxx
-AliGenMC.cxx
-AliGenReader.cxx
-AliGenReaderCwn.cxx
-AliGenReaderTreeK.cxx
-AliGenReaderEcalHijing.cxx
-AliGenReaderEcalJets.cxx
-AliGenHIJINGparaBa.cxx
-AliGeVSimParticle.cxx
-AliGenGeVSim.cxx
-AliGenThetaSlice.cxx
-AliGenSTRANGElib.cxx
-AliGenBeamGas.cxx
-AliGenAfterBurnerFlow.cxx
-AliGenSlowNucleons.cxx
-AliSlowNucleonModel.cxx
-AliSlowNucleonModelExp.cxx
-AliGenMUONCocktail.cxx
-AliGenMUONCocktailpp.cxx
-AliGenHBTosl.cxx
-AliGenReaderEMD.cxx
-AliDecayerPolarized.cxx
-AliGenCorrHF.cxx
-AliGenCosmicsParam.cxx
-AliGenKrypton.cxx
-AliGenThermalPhotons.cxx
-AliGenPromptPhotons.cxx
-AliGenPileup.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(EVGEN "${SRCS}" "${HDRS}")
-
+++ /dev/null
-# -*- mode: cmake -*-
-
-# Create a library called "lib<name>" which includes the source files given in
-# the array .
-# The extension is already found. Any number of sources could be listed here.
-
-set(INCLUDE_DIRECTORIES
-${CMAKE_SOURCE_DIR}/FASTSIM
-${CMAKE_SOURCE_DIR}/STEER
-${ROOT_INCLUDE_DIR}
-)
-
-include_directories( ${INCLUDE_DIRECTORIES})
-
-set(LINK_DIRECTORIES
-${ROOT_LIBRARY_DIR}
-)
-
-link_directories( ${LINK_DIRECTORIES})
-
-SetModule()
-
-include(CMake_libFASTSIM.txt)
-
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-AliFastDetector.cxx
-AliFastResponse.cxx
-AliFastParticle.cxx
-AliFastEvent.cxx
-AliFastMuonTrackingAcc.cxx
-AliFastMuonTrackingEff.cxx
-AliFastMuonTrackingRes.cxx
-AliFastMuonTriggerEff.cxx
-AliMUONFastTracking.cxx
-AliMUONFastTrackingEntry.cxx
-AliFastGlauber.cxx
-AliQuenchingWeights.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(FASTSIM "${SRCS}" "${HDRS}")
-
+++ /dev/null
-# -*- mode: cmake -*-
-# Create a library called "lib<name>" which includes the source files given in
-# the array .
-# The extension is already found. Any number of sources could be listed here.
-
-set(INCLUDE_DIRECTORIES
-${CMAKE_SOURCE_DIR}/FMD
-${CMAKE_SOURCE_DIR}/FMD/flow
-${CMAKE_SOURCE_DIR}/FMD/analysis
-${CMAKE_SOURCE_DIR}/STEER
-${CMAKE_SOURCE_DIR}/RAW
-${CMAKE_SOURCE_DIR}/ANALYSIS
-${ROOT_INCLUDE_DIR}
-)
-
-include_directories( ${INCLUDE_DIRECTORIES})
-
-set(LINK_DIRECTORIES
-${ROOT_LIBRARY_DIR}
-)
-
-link_directories( ${LINK_DIRECTORIES})
-
-SetModule()
-
-include(CMake_libFMDbase.txt)
-
-include(CMake_libFMDrec.txt)
-
-include(CMake_libFMDutil.txt)
-
-include(CMake_libFMDflow.txt)
-
-include(CMake_libFMDsim.txt)
-
-include(CMake_libFMDanalysis.txt)
-
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
- analysis/AliFMDAnaParameters.cxx
- analysis/AliFMDAnaCalibEnergyDistribution.cxx
- analysis/AliFMDAnaCalibBackgroundCorrection.cxx
- analysis/AliFMDAnalysisTaskESDReader.cxx
- analysis/AliFMDAnalysisTaskSharing.cxx
- analysis/AliFMDAnalysisTaskDensity.cxx
- analysis/AliFMDAnalysisTaskBackgroundCorrection.cxx
- analysis/AliFMDAnalysisTaskCollector.cxx
- analysis/AliFMDAnalysisTaskDndeta.cxx
- analysis/AliFMDAnalysisTaskSE.cxx
- analysis/AliFMDAnalysisTaskGenerateBackground.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(FMDanalysis "${SRCS}" "${HDRS}")
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-AliFMDIndex.cxx
-AliFMDBaseDigit.cxx
-AliFMDDigit.cxx
-AliFMDSDigit.cxx
-AliFMDBoolMap.cxx
-AliFMDUShortMap.cxx
-AliFMDCalibPedestal.cxx
-AliFMDCalibGain.cxx
-AliFMDCalibSampleRate.cxx
-AliFMDCalibStripRange.cxx
-AliFMDAltroMapping.cxx
-AliFMDParameters.cxx
-AliFMDGeometry.cxx
-AliFMDRing.cxx
-AliFMDDetector.cxx
-AliFMD1.cxx
-AliFMD2.cxx
-AliFMD3.cxx
-AliFMDPreprocessor.cxx
-AliFMDQAChecker.cxx
-AliFMDGeometryBuilder.cxx
-AliFMDSurveyToAlignObjs.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(FMDbase "${SRCS}" "${HDRS}")
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-flow/AliFMDFlowAxis.cxx
-flow/AliFMDFlowBessel.cxx
-flow/AliFMDFlowBin.cxx
-flow/AliFMDFlowBinned1D.cxx
-flow/AliFMDFlowBinned2D.cxx
-flow/AliFMDFlowEfficiency.cxx
-flow/AliFMDFlowEventPlane.cxx
-flow/AliFMDFlowHarmonic.cxx
-flow/AliFMDFlowResolution.cxx
-flow/AliFMDFlowTrue.cxx
-flow/AliFMDFlowSplitter.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(FMDflow "${SRCS}" "${HDRS}")
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-AliFMDReconstructor.cxx
-AliFMDRawStream.cxx
-AliFMDRawReader.cxx
-AliFMDRecPoint.cxx
-AliFMDQADataMakerRec.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(FMDrec "${SRCS}" "${HDRS}")
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-AliFMD.cxx
-AliFMDv0.cxx
-AliFMDv1.cxx
-AliFMDHit.cxx
-AliFMDBaseDigitizer.cxx
-AliFMDDigitizer.cxx
-AliFMDHitDigitizer.cxx
-AliFMDEdepMap.cxx
-AliFMDRawWriter.cxx
-AliFMDQADataMakerSim.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(FMDsim "${SRCS}" "${HDRS}")
-
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-AliFMDInput.cxx
-AliFMDDisplay.cxx
-AliFMDPattern.cxx
-AliFMDFancy.cxx
-AliFMDCalibFaker.cxx
-AliFMDAlignFaker.cxx
-AliFMDAnaRing.cxx
-AliFMDAnaESD.cxx
-AliFMDBaseDA.cxx
-AliFMDPedestalDA.cxx
-AliFMDGainDA.cxx
-AliFMDSpectraDisplay.cxx
-AliFMDBackgroundCorrection.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(FMDutil "${SRCS}" "${HDRS}")
DHDR := flow/FMDflowLinkDef.h
+EINCLUDE = FMD/flow
+
#
# EOF
#
+++ /dev/null
-# -*- mode: cmake -*-
-# Create a library called "lib<name>" which includes the source files given in
-# the array .
-# The extension is already found. Any number of sources could be listed here.
-
-set(INCLUDE_DIRECTORIES
-${CMAKE_SOURCE_DIR}/HERWIG
-${ROOT_INCLUDE_DIR}
-)
-
-include_directories( ${INCLUDE_DIRECTORIES})
-
-set(LINK_DIRECTORIES
-${ROOT_LIBRARY_DIR}
-)
-
-link_directories( ${LINK_DIRECTORIES})
-
-SetModule()
-
-include(CMake_libHERWIG.txt)
-
-
+++ /dev/null
-# -*- mode: cmake -*-
-
-Set(SRCS
-AliHerwigRndm.cxx
-)
-
-set(CSRCS
-main.c
-herwig6_address.c
-)
-
-set(FSRCS
-herwig6_called_from_cc.f
-herwig6_common_block_address.f
-herwig6510.f
-hwlhin.f
-str.f
-jimmy/cernmisc/jmabend.F
-jimmy/cernmisc/jmdbs4.F
-jimmy/cernmisc/jmdbsir3.F
-jimmy/cernmisc/jmdbska.F
-jimmy/cernmisc/jmlnoc.F
-jimmy/cernmisc/jmmlpt.F
-jimmy/cernmisc/jmmlst.F
-jimmy/cernmisc/jmucpy.F
-jimmy/divon4/addbnd.F
-jimmy/divon4/bfgs.F
-jimmy/divon4/bndopt.F
-jimmy/divon4/bndtst.F
-jimmy/divon4/bounds.F
-jimmy/divon4/bucmve.F
-jimmy/divon4/bufopt.F
-jimmy/divon4/delbnd.F
-jimmy/divon4/delete.F
-jimmy/divon4/delslv.F
-jimmy/divon4/divon.F
-jimmy/divon4/dvcopy.F
-jimmy/divon4/dvdot.F
-jimmy/divon4/dvnbkd.F
-jimmy/divon4/exmbuc.F
-jimmy/divon4/feasmv.F
-jimmy/divon4/feqn.F
-jimmy/divon4/fun.F
-jimmy/divon4/genpnt.F
-jimmy/divon4/grdcmp.F
-jimmy/divon4/intgrl.F
-jimmy/divon4/ldlsol.F
-jimmy/divon4/locsch.F
-jimmy/divon4/modchl.F
-jimmy/divon4/mulchk.F
-jimmy/divon4/mxstep.F
-jimmy/divon4/newptq.F
-jimmy/divon4/nmdchl.F
-jimmy/divon4/nocut.F
-jimmy/divon4/nodaud.F
-jimmy/divon4/orthvc.F
-jimmy/divon4/partn.F
-jimmy/divon4/quad.F
-jimmy/divon4/quasi.F
-jimmy/divon4/ranums.F
-jimmy/divon4/recparz.F
-jimmy/divon4/rlen.F
-jimmy/divon4/settol.F
-jimmy/divon4/shrnk.F
-jimmy/divon4/split.F
-jimmy/divon4/treaud.F
-jimmy/divon4/tredmp.F
-jimmy/divon4/tstext.F
-jimmy/divon4/usrint.F
-jimmy/divon4/usrtrm.F
-jimmy/jimmy/dfun.F
-jimmy/jimmy/dvnopt.F
-jimmy/jimmy/eikfun.F
-jimmy/jimmy/eikon.F
-jimmy/jimmy/epfun.F
-jimmy/jimmy/hwmsct.F
-jimmy/jimmy/hwnsct.F
-jimmy/jimmy/jimmin.F
-jimmy/jimmy/jmarea.F
-jimmy/jimmy/jmefin.F
-jimmy/jimmy/jmfact.F
-jimmy/jimmy/jmgamz.F
-jimmy/jimmy/jmgrid.F
-jimmy/jimmy/jminit.F
-jimmy/jimmy/jmkern.F
-jimmy/jimmy/jmknif.F
-jimmy/jimmy/jmpn.F
-jimmy/jimmy/jmrndm.F
-jimmy/jimmy/jmsn.F
-jimmy/jimmy/jmsnfn.F
-jimmy/jimmy/jmxs1.F
-jimmy/jimmy/qcdres.F
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-Set(SRCS ${SRCS} ${CSRCS} ${FSRCS})
-
-AddLibrary(herwig "${SRCS}" "${HDRS}")
-
-
+++ /dev/null
-# -*- mode: cmake -*-
-
-# Create a library called "lib<name>" which includes the source files given in
-# the array .
-# The extension is already found. Any number of sources could be listed here.
-
-set(INCLUDE_DIRECTORIES
-${CMAKE_SOURCE_DIR}/HIJING
-${CMAKE_SOURCE_DIR}/HIJING/hijing
-${ROOT_INCLUDE_DIR}
-)
-
-include_directories( ${INCLUDE_DIRECTORIES})
-
-set(LINK_DIRECTORIES
-${ROOT_LIBRARY_DIR}
-)
-
-link_directories( ${LINK_DIRECTORIES})
-
-SetModule()
-
-include(CMake_libHIJING.txt)
-
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-AliHijingRndm.cxx
-)
-
-set(FSRCS
-hijing1_36/ar3jet.F
-hijing1_36/aran9.F
-hijing1_36/arorie.F
-hijing1_36/atrobo.F
-hijing1_36/attflv.F
-hijing1_36/attrad.F
-hijing1_36/bk.F
-hijing1_36/crsjet.F
-hijing1_36/fgp1.F
-hijing1_36/fgp2.F
-hijing1_36/fgp3.F
-hijing1_36/fhin.F
-hijing1_36/fjet.F
-hijing1_36/fjetrig.F
-hijing1_36/flap.F
-hijing1_36/flap1.F
-hijing1_36/flap2.F
-hijing1_36/fnjet.F
-hijing1_36/fnkick.F
-hijing1_36/fnkick2.F
-hijing1_36/fnstru.F
-hijing1_36/fnstrum.F
-hijing1_36/fnstrus.F
-hijing1_36/ftot.F
-hijing1_36/ftotjet.F
-hijing1_36/ftotrig.F
-hijing1_36/g.F
-hijing1_36/gauss1.F
-hijing1_36/gauss2.F
-hijing1_36/gauss3.F
-hijing1_36/gauss4.F
-hijing1_36/ghvq.F
-hijing1_36/gmin.F
-hijing1_36/gmre.F
-hijing1_36/gphoton.F
-hijing1_36/hiboost.F
-hijing1_36/hidata.F
-hijing1_36/hifun.F
-hijing1_36/hijcrs.F
-hijing1_36/hijcsc.F
-hijing1_36/hijels.F
-hijing1_36/hijflv.F
-hijing1_36/hijfrg.F
-hijing1_36/hijhrd.F
-hijing1_36/hijing.F
-hijing1_36/hijini.F
-hijing1_36/hijset.F
-hijing1_36/hijsft.F
-hijing1_36/hijsrt.F
-hijing1_36/hijwds.F
-hijing1_36/hiptdi.F
-hijing1_36/hirnd.F
-hijing1_36/hirnd2.F
-hijing1_36/jetini.F
-hijing1_36/omg0.F
-hijing1_36/parton.F
-hijing1_36/profile.F
-hijing1_36/quench.F
-hijing1_36/romg.F
-hijing1_36/rwdsax.F
-hijing1_36/sgmin.F
-hijing1_36/subcrs1.F
-hijing1_36/subcrs2.F
-hijing1_36/subcrs3.F
-hijing1_36/subcrs4.F
-hijing1_36/subcrs5.F
-hijing1_36/subcrs6.F
-hijing1_36/subcrs7.F
-hijing1_36/title.F
-hijing1_36/vegas.F
-hijing1_36/wdsax.F
-hijing1_36/wdsax1.F
-hijing1_36/wdsax2.F
-hipyset1_35/hirobo.F
-hipyset1_35/klu_hijing.F
-hipyset1_35/lu1ent_hijing.F
-hipyset1_35/lu2ent_hijing.F
-hipyset1_35/lu3ent_hijing.F
-hipyset1_35/lu4ent_hijing.F
-hipyset1_35/luboei_hijing.F
-hipyset1_35/lucell_hijing.F
-hipyset1_35/luchge_hijing.F
-hipyset1_35/luclus_hijing.F
-hipyset1_35/lucomp_hijing.F
-hipyset1_35/ludata_hijing.F
-hipyset1_35/ludecy_hijing.F
-hipyset1_35/luedit_hijing.F
-hipyset1_35/lueevt_hijing.F
-hipyset1_35/luerrm_hijing.F
-hipyset1_35/luexec_hijing.F
-hipyset1_35/lufowo_hijing.F
-hipyset1_35/lugive_hijing.F
-hipyset1_35/luhepc_hijing.F
-hipyset1_35/luindf_hijing.F
-hipyset1_35/lujmas_hijing.F
-hipyset1_35/lujoin_hijing.F
-hipyset1_35/lukfdi_hijing.F
-hipyset1_35/lulist_hijing.F
-hipyset1_35/luname_hijing.F
-hipyset1_35/luonia_hijing.F
-hipyset1_35/luprep_hijing.F
-hipyset1_35/luptdi_hijing.F
-hipyset1_35/luradk_hijing.F
-hipyset1_35/lurobo_hijing.F
-hipyset1_35/lushow_hijing.F
-hipyset1_35/lusphe_hijing.F
-hipyset1_35/lustrf_hijing.F
-hipyset1_35/lutabu_hijing.F
-hipyset1_35/lutest_hijing.F
-hipyset1_35/luthru_hijing.F
-hipyset1_35/luupda_hijing.F
-hipyset1_35/lux3jt_hijing.F
-hipyset1_35/lux4jt_hijing.F
-hipyset1_35/luxdif_hijing.F
-hipyset1_35/luxjet_hijing.F
-hipyset1_35/luxkfl_hijing.F
-hipyset1_35/luxtot_hijing.F
-hipyset1_35/luzdis_hijing.F
-hipyset1_35/plu_hijing.F
-hipyset1_35/pydata_hijing.F
-hipyset1_35/pydiff_hijing.F
-hipyset1_35/pyfram_hijing.F
-hipyset1_35/pygamm_hijing.F
-hipyset1_35/pyi3au_hijing.F
-hipyset1_35/pyinit_hijing.F
-hipyset1_35/pyinki_hijing.F
-hipyset1_35/pyinre_hijing.F
-hipyset1_35/pykcut_hijing.F
-hipyset1_35/pyklim_hijing.F
-hipyset1_35/pykmap_hijing.F
-hipyset1_35/pymaxi_hijing.F
-hipyset1_35/pymult_hijing.F
-hipyset1_35/pyovly_hijing.F
-hipyset1_35/pyrand_hijing.F
-hipyset1_35/pyremn_hijing.F
-hipyset1_35/pyresd_hijing.F
-hipyset1_35/pyscat_hijing.F
-hipyset1_35/pysigh_hijing.F
-hipyset1_35/pyspen_hijing.F
-hipyset1_35/pyspli_hijing.F
-hipyset1_35/pysspa_hijing.F
-hipyset1_35/pystat_hijing.F
-hipyset1_35/pystfe_hijing.F
-hipyset1_35/pystfu_hijing.F
-hipyset1_35/pytest_hijing.F
-hipyset1_35/pythia_hijing.F
-hipyset1_35/pyw1au_hijing.F
-hipyset1_35/pyw2au_hijing.F
-hipyset1_35/pywidt_hijing.F
-hipyset1_35/pyxtot_hijing.F
-hipyset1_35/ulalps_hijing.F
-hipyset1_35/ulangl_hijing.F
-hipyset1_35/ulmass_hijing.F
-)
-
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-Set(SRCS ${SRCS} ${FSRCS})
-
-AddLibrary(hijing "${SRCS}" "${HDRS}")
-
+++ /dev/null
-# -*- mode: cmake -*-
-# Create a library called "lib<name>" which includes the source files given in
-# the array .
-# The extension is already found. Any number of sources could be listed here.
-
-set(INCLUDE_DIRECTORIES
-${CMAKE_SOURCE_DIR}/ANALYSIS
-${CMAKE_SOURCE_DIR}/EMCAL
-${CMAKE_SOURCE_DIR}/HLT
-${CMAKE_SOURCE_DIR}/HLT/BASE
-${CMAKE_SOURCE_DIR}/HLT/BASE/HOMER
-${CMAKE_SOURCE_DIR}/HLT/BASE/interface
-${CMAKE_SOURCE_DIR}/HLT/BASE/util
-${CMAKE_SOURCE_DIR}/HLT/EMCAL
-${CMAKE_SOURCE_DIR}/HLT/ITS
-${CMAKE_SOURCE_DIR}/HLT/ITS/tracking
-${CMAKE_SOURCE_DIR}/HLT/JET
-${CMAKE_SOURCE_DIR}/HLT/JET/cone
-${CMAKE_SOURCE_DIR}/HLT/JET/analysis
-${CMAKE_SOURCE_DIR}/HLT/MUON
-${CMAKE_SOURCE_DIR}/HLT/MUON/OfflineInterface
-${CMAKE_SOURCE_DIR}/HLT/MUON/OnlineAnalysis
-${CMAKE_SOURCE_DIR}/HLT/MUON/utils
-${CMAKE_SOURCE_DIR}/HLT/PHOS
-${CMAKE_SOURCE_DIR}/HLT/RCU
-${CMAKE_SOURCE_DIR}/HLT/SampleLib
-${CMAKE_SOURCE_DIR}/HLT/TPCLib
-${CMAKE_SOURCE_DIR}/HLT/TPCLib/comp
-${CMAKE_SOURCE_DIR}/HLT/TPCLib/offline
-${CMAKE_SOURCE_DIR}/HLT/TPCLib/tracking-ca
-${CMAKE_SOURCE_DIR}/HLT/TRD
-${CMAKE_SOURCE_DIR}/HLT/comp
-${CMAKE_SOURCE_DIR}/HLT/offline
-${CMAKE_SOURCE_DIR}/HLT/rec
-${CMAKE_SOURCE_DIR}/HLT/shuttle
-${CMAKE_SOURCE_DIR}/HLT/sim
-${CMAKE_SOURCE_DIR}/HLT/tracking-ca
-${CMAKE_SOURCE_DIR}/HLT/trigger
-${CMAKE_SOURCE_DIR}/HLT/global
-${CMAKE_SOURCE_DIR}/HLT/global/physics
-${CMAKE_SOURCE_DIR}/ITS
-${CMAKE_SOURCE_DIR}/JETAN
-${CMAKE_SOURCE_DIR}/MUON
-${CMAKE_SOURCE_DIR}/MUON/mapping
-${CMAKE_SOURCE_DIR}/PHOS
-${CMAKE_SOURCE_DIR}/RAW
-${CMAKE_SOURCE_DIR}/STEER
-${CMAKE_SOURCE_DIR}/TPC
-${CMAKE_SOURCE_DIR}/TRD
-${ROOT_INCLUDE_DIR}
-)
-
-#${CMAKE_SOURCE_DIR}/PYTHIA6
-#${CMAKE_SOURCE_DIR}/EVGEN
-#${CMAKE_SOURCE_DIR}/LHAPDF
-
-
-include_directories( ${INCLUDE_DIRECTORIES})
-
-set(LINK_DIRECTORIES
-${ROOT_LIBRARY_DIR}
-)
-
-link_directories( ${LINK_DIRECTORIES})
-
-ADD_DEFINITIONS(-Duse_aliroot -Duse_root -DUSE_ROOT -DROWHOUGHPARAMS -Duse_reconstruction -Duse_newio -DROOTVERSION=\"unchecked\" -DALIROOTVERSION=\"unchecked\" -D__ROOT__ -DUSE_ALILOG -DLINUX -DLIBHLTSIM_VERSION=0)
-
-SetModule()
-
-Include(CMake_libAliHLTHOMER.txt)
-
-Include(CMake_libHLTinterface.txt)
-
-Include(CMake_libAliHLTUtil.txt)
-
-Include(CMake_libAliHLTSample.txt)
-
-Include(CMake_libAliHLTRCU.txt)
-
-Include(CMake_libHLTshuttle.txt)
-
-Include(CMake_libAliHLTTrigger.txt)
-
-Include(CMake_libAliHLTMUON.txt)
-
-Include(CMake_libHLTrec.txt)
-
-Include(CMake_libHLTbase.txt)
-
-Include(CMake_libAliHLTGlobal.txt)
-
-Include(CMake_libAliHLTTPC.txt)
-
-Include(CMake_libAliHLTTRD.txt)
-
-Include(CMake_libAliHLTComp.txt)
-
-Include(CMake_libAliHLTITS.txt)
-
-Include(CMake_libHLTsim.txt)
-
-Include(CMake_libAliHLTPHOS.txt)
-
-Include(CMake_libAliHLTEMCAL.txt)
-
-Include(CMake_libAliHLTJET.txt)
-
-Include(CMake_bindHLTdumpraw.txt)
-
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-MUON/utils/dHLTdumpraw.cxx
-)
-
-Set(LIBS STEERBase ESD AOD RAWDatarec RAWDatasim CDB STEER HLTbase
- MUONevaluation MUONsim MUONrec MUONbase MUONtrigger MUONgeometry MUONraw
- MUONcalib MUONmapping MUONcore AliHLTMUON AliHLTHOMER HLTshuttle RAWDatabase)
-
-AddExecutable(dHLTdumpraw "${SRCS}" "${LIBS}")
+++ /dev/null
-# -*- mode: cmake -*-
-# $Id$
-
-set(SRCS
-CALO/AliHLTCaloMapper.cxx
-CALO/AliHLTCaloRawAnalyzerChiSquareFit.cxx
-CALO/AliHLTCaloRawAnalyzerComponentv2.cxx
-CALO/AliHLTCaloRawAnalyzerComponentv3.cxx
-CALO/AliHLTCaloRawAnalyzerCrudeComponent.cxx
-CALO/AliHLTCaloRawAnalyzerCrude.cxx
-CALO/AliHLTCaloRawAnalyzer.cxx
-CALO/AliHLTCaloRawAnalyzerPeakFinderComponent.cxx
-CALO/AliHLTCaloRawAnalyzerPeakFinder.cxx
-CALO/AliHLTCaloUtilities.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(AliHLTCalo "${SRCS}" "${HDRS}")
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-comp/AliHLTCompAgent.cxx
-comp/AliHLTCompPreprocessor.cxx
-comp/AliHLTCompDefinitions.cxx
-comp/AliHLTCOMPHuffmanAltro.cxx
-comp/AliHLTCOMPHuffmanAltroComponent.cxx
-comp/AliHLTCOMPHuffmanCodeData.cxx
-comp/AliHLTCOMPHuffmanData.cxx
-comp/AliHLTCOMPHuffmanOccurrenceData.cxx
-comp/AliHLTCOMPHuffmanAltroCalibComponent.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(AliHLTComp "${SRCS}" "${HDRS}")
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-EMCAL/AliHLTEMCALClusterizerComponent.cxx
-EMCAL/AliHLTEMCALDefinitions.cxx
-EMCAL/AliHLTEMCALTrackerComponent.cxx
-EMCAL/AliHLTEMCALCalibrationComponent.cxx
-EMCAL/AliHLTEMCALUtils.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(AliHLTEMCAL "${SRCS}" "${HDRS}")
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-global/AliHLTGlobalTrackMergerComponent.cxx
-global/AliHLTGlobalTrackMerger.cxx
-global/AliHLTGlobalAgent.cxx
-global/AliHLTGlobalVertexerComponent.cxx
-global/AliHLTGlobalTrackMatcher.cxx
-global/physics/AliHLTV0HistoComponent.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-
-AddLibrary(AliHLTGlobal "${SRCS}" "${HDRS}")
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-BASE/HOMER/AliHLTHOMERReader.cxx
-BASE/HOMER/AliHLTHOMERWriter.cxx
-)
-
-Set_source_files_properties(${SRCS} PROPERTIES COMPILE_FLAGS
- "-Duse_aliroot -DUSE_ROOT -Duse_root -DROWHOUGHPARAMS -Duse_reconstruction -Duse_newio -DROOTVERSION=\"unchecked\" -DALIROOTVERSION=\"unchecked\" -D__ROOT__ -DUSE_ALILOG -DLINUX")
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-Set(HDRS "${HDRS}"
-BASE/HOMER/AliHLTHOMERData.h
-)
-
-AddLibrary(AliHLTHOMER "${SRCS}" "${HDRS}")
-
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-ITS/AliHLTITStrack.cxx
-ITS/AliHLTITStracker.cxx
-ITS/AliHLTITSVertexerZ.cxx
-ITS/AliHLTITSclusterer.cxx
-ITS/AliHLTITSAgent.cxx
-ITS/AliHLTITSClusterHistoComponent.cxx
-ITS/AliHLTITSSSDQARecPointsComponent.cxx
-ITS/AliHLTITSQAComponent.cxx
-ITS/tracking/AliITStrackerHLT.cxx
-ITS/tracking/AliHLTITSDetector.cxx
-ITS/tracking/AliHLTITSLayer.cxx
-ITS/tracking/AliHLTITSTrack.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-set(HDRS ${HDRS}
- ITS/AliHLTITSSpacePointData.h
- ITS/AliHLTITSClusterDataFormat.h
-
-)
-AddLibrary(AliHLTITS "${SRCS}" "${HDRS}")
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-JET/AliHLTJETAgent.cxx
-JET/AliHLTJETBase.cxx
-JET/AliHLTJETTrackCuts.cxx
-JET/AliHLTJETJetCuts.cxx
-JET/AliHLTJETReader.cxx
-JET/AliHLTJETReaderHeader.cxx
-JET/cone/AliHLTJETConeGrid.cxx
-JET/cone/AliHLTJETConeEtaPhiCell.cxx
-JET/cone/AliHLTJETConeSeedCuts.cxx
-JET/cone/AliHLTJETConeJetCandidate.cxx
-JET/cone/AliHLTJETConeHeader.cxx
-JET/cone/AliHLTJETConeFinder.cxx
-JET/cone/AliHLTJETConeJetComponent.cxx
-JET/analysis/AliHLTJETAnalysisBase.cxx
-JET/analysis/AliHLTJETAnalysisJets.cxx
-JET/analysis/AliHLTJETAnalysisMerge.cxx
-JET/analysis/AliHLTJETAnalysisComponent.cxx
-
-
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(AliHLTJET "${SRCS}" "${HDRS}")
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-MUON/AliHLTMUONProcessor.cxx
-MUON/AliHLTMUONRecHit.cxx
-MUON/AliHLTMUONTriggerRecord.cxx
-MUON/AliHLTMUONMansoTrack.cxx
-MUON/AliHLTMUONDecision.cxx
-MUON/AliHLTMUONEvent.cxx
-MUON/AliHLTMUONUtils.cxx
-MUON/AliHLTMUONConstants.cxx
-MUON/AliHLTMUONTriggerRecordsBlockStruct.cxx
-MUON/AliHLTMUONTrigRecsDebugBlockStruct.cxx
-MUON/AliHLTMUONRecHitsBlockStruct.cxx
-MUON/AliHLTMUONClustersBlockStruct.cxx
-MUON/AliHLTMUONChannelsBlockStruct.cxx
-MUON/AliHLTMUONMansoTracksBlockStruct.cxx
-MUON/AliHLTMUONMansoCandidatesBlockStruct.cxx
-MUON/AliHLTMUONSinglesDecisionBlockStruct.cxx
-MUON/AliHLTMUONPairsDecisionBlockStruct.cxx
-MUON/OnlineAnalysis/AliHLTMUONCalculations.cxx
-MUON/OnlineAnalysis/AliHLTMUONTriggerReconstructor.cxx
-MUON/OnlineAnalysis/AliHLTMUONHitReconstructor.cxx
-MUON/OnlineAnalysis/AliHLTMUONMansoTrackerFSM.cxx
-MUON/OfflineInterface/AliHLTMUONAgent.cxx
-MUON/OfflineInterface/AliHLTMUONTriggerRecordsSource.cxx
-MUON/OfflineInterface/AliHLTMUONRecHitsSource.cxx
-MUON/OfflineInterface/AliHLTMUONDigitPublisherComponent.cxx
-MUON/OfflineInterface/AliHLTMUONRootifierComponent.cxx
-MUON/OfflineInterface/AliHLTMUONESDMaker.cxx
-MUON/OnlineAnalysis/AliHLTMUONTriggerReconstructorComponent.cxx
-MUON/OnlineAnalysis/AliHLTMUONHitReconstructorComponent.cxx
-MUON/OnlineAnalysis/AliHLTMUONMansoTrackerFSMComponent.cxx
-MUON/OnlineAnalysis/AliHLTMUONDecisionComponent.cxx
-MUON/OnlineAnalysis/AliHLTMUONClusterFinderComponent.cxx
-MUON/utils/AliHLTMUONEmptyEventFilterComponent.cxx
-MUON/utils/AliHLTMUONDataCheckerComponent.cxx
-MUON/utils/AliHLTMUONRawDataHistoComponent.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-Set(HDRS "${HDRS}"
-MUON/AliHLTMUONDataBlockReader.h
-MUON/AliHLTMUONDataBlockWriter.h
-MUON/AliHLTMUONDataTypes.h
-MUON/AliHLTMUONList.h
-MUON/AliHLTMUONCountedList.h
-MUON/OnlineAnalysis/AliHLTMUONMansoTrackerFSMCallback.h
-)
-
-AddLibrary(AliHLTMUON "${SRCS}" "${HDRS}")
-
+++ /dev/null
-# -*- mode: cmake -*-
-
-# Taken out
-# PHOS/AliHLTPHOSBase.cxx
-# PHOS/AliHLTPHOSDataCorruptor.cxx
-# PHOS/AliHLTPHOSPulseGenerator.cxx
-# PHOS/AliHLTPHOSRawAnalyzerComponent.cxx
-# PHOS/AliHLTPHOSRawAnalyzerComponentv2.cxx
-# PHOS/AliHLTPHOSRawAnalyzerKLevel.cxx
-# PHOS/AliHLTPHOSRawAnalyzerLMS.cxx
-# PHOS/AliHLTPHOSConfig.cxx
-# PHOS/AliHLTPHOSAltroConfig.cxx
-# PHOS/AliHLTPHOSSharedMemoryInterface.cxx
-# PHOS/AliHLTPHOSRcuCalibrationProcessorComponent.cxx
-# PHOS/AliHLTPHOSRcuCalibrationProcessor.cxx
-# PHOS/AliHLTPHOSModuleCalibrationProcessorComponent.cxx
-# PHOS/AliHLTPHOSRcuProperties.cxx
-# PHOS/AliHLTPHOSHistogramProducerComponent.cxx
-# PHOS/AliHLTPHOSPhysicsHistogramProducer.cxx
-
-set(SRCS
-PHOS/AliHLTPHOSClusterizer.cxx
-PHOS/AliHLTPHOSClusterizerComponent.cxx
-PHOS/AliHLTPHOSDefinitions.cxx
-PHOS/AliHLTPHOSEmcCalibData.cxx
-PHOS/AliHLTPHOSPhysicsAnalyzer.cxx
-PHOS/AliHLTPHOSProcessor.cxx
-PHOS/AliHLTPHOSRawAnalyzer.cxx
-PHOS/AliHLTPHOSRawAnalyzerChiSquareFit.cxx
-PHOS/AliHLTPHOSRawAnalyzerComponentv3.cxx
-PHOS/AliHLTPHOSRawAnalyzerCrude.cxx
-PHOS/AliHLTPHOSRawAnalyzerCrudeComponent.cxx
-PHOS/AliHLTPHOSRawAnalyzerPeakFinderComponent.cxx
-PHOS/AliHLTPHOSRcuHistogramProducer.cxx
-PHOS/AliHLTPHOSRcuHistogramProducerComponent.cxx
-PHOS/AliHLTPHOSRcuProcessor.cxx
-PHOS/AliHLTPHOSMapper.cxx
-PHOS/AliHLTPHOSRawAnalyzerPeakFinder.cxx
-PHOS/AliHLTPHOSSanityInspector.cxx
-PHOS/AliHLTPHOSDigitMaker.cxx
-PHOS/AliHLTPHOSDigitMakerComponent.cxx
-PHOS/AliHLTPHOSSharedMemoryInterfacev2.cxx
-PHOS/AliHLTPHOSClusterAnalyser.cxx
-PHOS/AliHLTPHOSClusterAnalyserComponent.cxx
-PHOS/AliHLTPHOSESDMaker.cxx
-PHOS/AliHLTPHOSESDMakerComponent.cxx
-PHOS/AliHLTPHOSRcuDAComponent.cxx
-PHOS/AliHLTPHOSUtilities.cxx
-PHOS/AliHLTPHOSHistogramProducer.cxx
-PHOS/AliHLTPHOSMonitorTriggerComponent.cxx
-PHOS/AliHLTPHOSESDEntriesMakerComponent.cxx
-PHOS/AliHLTPHOSESDCaloClusterWriterComponent.cxx
-PHOS/AliHLTPHOSFourier.cxx
-PHOS/AliHLTPHOSDigitReader.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(AliHLTPHOS "${SRCS}" "${HDRS}")
-
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-RCU/AliHLTAltroChannelSelectorComponent.cxx
-RCU/AliHLTAltroEncoder.cxx
-RCU/AliHLTAltroGenerator.cxx
-RCU/AliHLTAltroTimebinAverageComponent.cxx
-RCU/AliHLTRCUAgent.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(AliHLTRCU "${SRCS}" "${HDRS}")
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-SampleLib/AliHLTSampleComponent1.cxx
-SampleLib/AliHLTSampleComponent2.cxx
-SampleLib/AliHLTSampleMonitoringComponent.cxx
-SampleLib/AliHLTAgentSample.cxx
-SampleLib/AliHLTSamplePreprocessor.cxx
-SampleLib/AliHLTSampleOfflineSinkComponent.cxx
-SampleLib/AliHLTDummyComponent.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(AliHLTSample "${SRCS}" "${HDRS}")
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-TPCLib/AliHLTTPCTransform.cxx
-TPCLib/AliHLTTPCAgent.cxx
-TPCLib/AliHLTTPCMemHandler.cxx
-TPCLib/AliHLTTPCDataCompressorHelper.cxx
-TPCLib/AliHLTTPCFitter.cxx
-TPCLib/AliHLTTPCFileHandler.cxx
-TPCLib/AliHLTTPCClusterFinder.cxx
-TPCLib/AliHLTTPCMapping.cxx
-TPCLib/AliHLTTPCDigitReader.cxx
-TPCLib/AliHLTTPCDigitReaderPacked.cxx
-TPCLib/AliHLTTPCDigitReaderUnpacked.cxx
-TPCLib/AliHLTTPCDigitReaderDecoder.cxx
-TPCLib/AliHLTTPCDigitReader32Bit.cxx
-TPCLib/AliHLTTPCDigitDumpComponent.cxx
-TPCLib/AliHLTTPCZeroSuppressionComponent.cxx
-TPCLib/AliHLTTPCNoiseMap.cxx
-TPCLib/AliHLTTPCNoiseMapComponent.cxx
-TPCLib/AliHLTTPCVertex.cxx
-TPCLib/AliHLTTPCVertexArray.cxx
-TPCLib/AliHLTTPCVertexFinder.cxx
-TPCLib/AliHLTTPCTrackArray.cxx
-TPCLib/AliHLTTPCTrack.cxx
-TPCLib/offline/AliHLTTPCDigitPublisherComponent.cxx
-TPCLib/offline/AliHLTTPCOfflineClustererComponent.cxx
-TPCLib/offline/AliHLTTPCOfflineTrackerComponent.cxx
-TPCLib/offline/AliHLTTPCOfflineTrackerCalibComponent.cxx
-TPCLib/offline/AliHLTTPCOfflineCalibrationComponent.cxx
-TPCLib/offline/AliHLTTPCOfflineCluster.cxx
-TPCLib/AliHLTTPCClusters.cxx
-TPCLib/AliHLTTPCConfMapFit.cxx
-TPCLib/AliHLTTPCConfMapTrack.cxx
-TPCLib/AliHLTTPCConfMapPoint.cxx
-TPCLib/AliHLTTPCConfMapper.cxx
-TPCLib/AliHLTTPCModelTrack.cxx
-TPCLib/AliHLTTPCMerger.cxx
-TPCLib/AliHLTTPCTrackMerger.cxx
-TPCLib/AliHLTTPCGlobalMerger.cxx
-TPCLib/AliHLTTPCInterMerger.cxx
-TPCLib/AliHLTTPCPad.cxx
-TPCLib/AliHLTTPCDefinitions.cxx
-TPCLib/AliHLTTPCRawDataUnpackerComponent.cxx
-TPCLib/AliHLTTPCClusterFinderComponent.cxx
-TPCLib/AliHLTTPCHWClusterTransformComponent.cxx
-TPCLib/AliHLTTPCVertexFinderComponent.cxx
-TPCLib/AliHLTTPCSliceTrackerComponent.cxx
-TPCLib/AliHLTTPCGlobalMergerComponent.cxx
-TPCLib/AliHLTTPCEsdWriterComponent.cxx
-TPCLib/AliHLTTPCHistogramHandlerComponent.cxx
-TPCLib/AliHLTTPCClusterConverterComponent.cxx
-TPCLib/comp/AliHLTTPCCompDataCompressorHelper.cxx
-TPCLib/comp/AliHLTTPCCompDumpComponent.cxx
-TPCLib/comp/AliHLTTPCCompModelAnalysis.cxx
-TPCLib/comp/AliHLTTPCCompModelConverter.cxx
-TPCLib/comp/AliHLTTPCCompModelConverterComponent.cxx
-TPCLib/comp/AliHLTTPCCompModelDeconverter.cxx
-TPCLib/comp/AliHLTTPCCompModelDeconverterComponent.cxx
-TPCLib/comp/AliHLTTPCCompModelDeflater.cxx
-TPCLib/comp/AliHLTTPCCompModelDeflaterComponent.cxx
-TPCLib/comp/AliHLTTPCCompModelInflater.cxx
-TPCLib/comp/AliHLTTPCCompModelInflaterComponent.cxx
-TPCLib/AliHLTTPCEventStatistics.cxx
-TPCLib/AliHLTTPCEventStatisticsProducerComponent.cxx
-TPCLib/AliHLTTPCRunStatistics.cxx
-TPCLib/AliHLTTPCRunStatisticsProducerComponent.cxx
-TPCLib/AliHLTTPCKryptonClusterFinder.cxx
-TPCLib/AliHLTTPCKryptonClusterFinderComponent.cxx
-TPCLib/AliHLTTPCClusterHistoComponent.cxx
-TPCLib/AliHLTTPCTrackHistoComponent.cxx
-TPCLib/AliHLTTPCTrackDumpComponent.cxx
-TPCLib/AliHLTTPCClusterDumpComponent.cxx
-TPCLib/AliHLTTPCHWCFDataReverterComponent.cxx
-TPCLib/AliHLTTPCLog.cxx
-TPCLib/tracking-ca/AliHLTTPCCATrack.cxx
-TPCLib/tracking-ca/AliHLTTPCCATracklet.cxx
-TPCLib/tracking-ca/AliHLTTPCCATracker.cxx
-TPCLib/tracking-ca/AliHLTTPCCAOutTrack.cxx
-TPCLib/tracking-ca/AliHLTTPCCATrackParam.cxx
-TPCLib/tracking-ca/AliHLTTPCCATrackConvertor.cxx
-TPCLib/tracking-ca/AliHLTTPCCAParam.cxx
-TPCLib/tracking-ca/AliHLTTPCCARow.cxx
-TPCLib/tracking-ca/AliHLTTPCCAGrid.cxx
-TPCLib/tracking-ca/AliHLTTPCCAHitArea.cxx
-TPCLib/tracking-ca/AliHLTTPCCAMCPoint.cxx
-TPCLib/tracking-ca/AliHLTTPCCATrackerComponent.cxx
-TPCLib/tracking-ca/AliHLTTPCCANeighboursFinder.cxx
-TPCLib/tracking-ca/AliHLTTPCCANeighboursCleaner.cxx
-TPCLib/tracking-ca/AliHLTTPCCAStartHitsFinder.cxx
-TPCLib/tracking-ca/AliHLTTPCCATrackletConstructor.cxx
-TPCLib/tracking-ca/AliHLTTPCCATrackletSelector.cxx
-TPCLib/tracking-ca/AliHLTTPCCADisplay.cxx
-TPCLib/tracking-ca/AliHLTTPCCAMCTrack.cxx
-TPCLib/tracking-ca/AliHLTTPCCAPerformance.cxx
-TPCLib/tracking-ca/AliHLTTPCCAMerger.cxx
-TPCLib/tracking-ca/AliHLTTPCCAGlobalMergerComponent.cxx
-TPCLib/tracking-ca/AliHLTTPCCAClusterData.cxx
-TPCLib/tracking-ca/AliHLTTPCCASliceData.cxx
-TPCLib/tracking-ca/AliHLTTPCCASliceOutput.cxx
-TPCLib/tracking-ca/AliHLTTPCCAStandaloneFramework.cxx
-TPCLib/tracking-ca/AliTPCtrackerCA.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-
-set(HDRS ${HDRS}
-TPCLib/AliHLTTPCLogging.h
-TPCLib/AliHLTTPCSpacePointData.h
-TPCLib/AliHLTTPCRootTypes.h
-TPCLib/AliHLTTPCDigitData.h
-TPCLib/AliHLTTPCTrackSegmentData.h
-TPCLib/AliHLTTPCVertexData.h
-TPCLib/AliHLTTPCTrackletDataFormat.h
-TPCLib/AliHLTTPCClusterDataFormat.h
-TPCLib/AliHLTTPCModels.h
-)
-
-AddLibrary(AliHLTTPC "${SRCS}" "${HDRS}")
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
- TPCLib/calibration/AliHLTTPCCalibrationComponent.h
- TPCLib/calibration/AliHLTTPCAnalysisTaskcalib.h
- TPCLib/calibration/AliHLTTPCCalibSeedMakerComponent.h
- TPCLib/calibration/AliHLTTPCCalibTimeComponent.h
- TPCLib/calibration/AliHLTTPCCalibTimeGainComponent.h
- TPCLib/calibration/AliHLTTPCCalibrationAgent.h
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(AliHLTTPCCalibration "${SRCS}" "${HDRS}")
-
-
-
-
-
-
-
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-TRD/AliHLTTRDClusterizerComponent.cxx
-TRD/AliHLTTRDDefinitions.cxx
-TRD/AliHLTTRDTrackerV1Component.cxx
-TRD/AliHLTTRDClusterizer.cxx
-TRD/AliHLTTRDEsdWriterComponent.cxx
-TRD/AliHLTTRDCalibrationComponent.cxx
-TRD/AliHLTTRDCluster.cxx
-TRD/AliHLTTRDTracklet.cxx
-TRD/AliHLTTRDTrack.cxx
-TRD/AliHLTTRDAgent.cxx
-TRD/AliHLTTRDUtils.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(AliHLTTRD "${SRCS}" "${HDRS}")
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-trigger/AliHLTTrigger.cxx
-trigger/AliHLTGlobalTrigger.cxx
-trigger/AliHLTGlobalTriggerWrapper.cxx
-trigger/AliHLTGlobalTriggerConfig.cxx
-trigger/AliHLTGlobalTriggerComponent.cxx
-trigger/AliHLTTriggerBarrelMultiplicity.cxx
-trigger/AliHLTTriggerBarrelCosmic.cxx
-trigger/AliHLTTriggerAgent.cxx
-trigger/AliHLTEventSummary.cxx
-trigger/AliHLTEventSummaryProducerComponent.cxx
-trigger/AliHLTRunSummary.cxx
-trigger/AliHLTRunSummaryProducerComponent.cxx
-trigger/AliHLTTriggerSelectiveReadoutComponent.cxx
-trigger/AliHLTTriggerMonitoringComponent.cxx
-trigger/AliHLTTriggerPhosClusterEnergy.cxx
-trigger/AliHLTTriggerPhosMip.cxx
-trigger/AliHLTMuonSpectroScalars.cxx
-trigger/AliHLTMuonSpectroTriggerComponent.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(AliHLTTrigger "${SRCS}" "${HDRS}")
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
- BASE/util/AliHLTFilePublisher.cxx
- BASE/util/AliHLTFileWriter.cxx
- BASE/util/AliHLTMCEvent.cxx
- BASE/util/AliHLTJets.cxx
- BASE/util/AliHLTRootFilePublisherComponent.cxx
- BASE/util/AliHLTESDMCEventPublisherComponent.cxx
- BASE/util/AliHLTRootFileWriterComponent.cxx
- BASE/util/AliHLTRootFileStreamerComponent.cxx
- BASE/util/AliHLTLoaderPublisherComponent.cxx
- BASE/util/AliHLTRawReaderPublisherComponent.cxx
- BASE/util/AliHLTOUTPublisherComponent.cxx
- BASE/util/AliHLTEsdCollectorComponent.cxx
- BASE/util/AliHLTDataGenerator.cxx
- BASE/util/AliHLTBlockFilterComponent.cxx
- BASE/util/AliHLTCompStatCollector.cxx
- BASE/util/AliHLTAgentUtil.cxx
-)
-
-# BASE/util/AliHLTMCGeneratorComponent.cxx
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(AliHLTUtil "${SRCS}" "${HDRS}")
-
-
-
-
-
-
-
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-BASE/AliHLTComponent.cxx
-BASE/AliHLTComponentHandler.cxx
-BASE/AliHLTSystem.cxx
-BASE/AliHLTReconstructorBase.cxx
-BASE/AliHLTPluginBase.cxx
-BASE/AliHLTProcessor.cxx
-BASE/AliHLTCalibrationProcessor.cxx
-BASE/AliHLTConfiguration.cxx
-BASE/AliHLTConfigurationHandler.cxx
-BASE/AliHLTTask.cxx
-BASE/AliHLTDumpTask.cxx
-BASE/AliHLTControlTask.cxx
-BASE/AliHLTLogging.cxx
-BASE/AliHLTDataBuffer.cxx
-BASE/AliHLTConsumerDescriptor.cxx
-BASE/AliHLTDataSource.cxx
-BASE/AliHLTDataSink.cxx
-BASE/AliHLTOfflineInterface.cxx
-BASE/AliHLTOfflineDataSource.cxx
-BASE/AliHLTOfflineDataSink.cxx
-BASE/AliHLTModuleAgent.cxx
-BASE/AliHLTModulePreprocessor.cxx
-BASE/AliHLTShuttleInterface.cxx
-BASE/AliHLTHOMERLibManager.cxx
-BASE/AliHLTHOMERManager.cxx
-BASE/AliHLTHOMERProxyHandler.cxx
-BASE/AliHLTHOMERBlockDesc.cxx
-BASE/AliHLTHOMERSourceDesc.cxx
-BASE/AliHLTEsdManager.cxx
-BASE/AliHLTDAQ.cxx
-BASE/AliHLTOUT.cxx
-BASE/AliHLTOUTHandlerChain.cxx
-BASE/AliHLTOUTHomerBuffer.cxx
-BASE/AliHLTOUTTask.cxx
-BASE/AliHLTOUTHandler.cxx
-BASE/AliHLTOUTHandlerEquId.cxx
-BASE/AliHLTOUTHandlerDetectorDDL.cxx
-BASE/AliHLTMemoryFile.cxx
-BASE/AliHLTMessage.cxx
-BASE/AliHLTEventStatistics.cxx
-BASE/AliHLTBlockDataCollection.cxx
-BASE/AliHLTTriggerDecision.h
-BASE/AliHLTGlobalTriggerDecision.h
-BASE/AliHLTReadoutList.h
-BASE/AliHLTTriggerDomain.h
-BASE/AliHLTDomainEntry.h
-BASE/AliHLTTriggerMenu.h
-BASE/AliHLTTriggerMenuItem.h
-BASE/AliHLTTriggerMenuSymbol.h
-BASE/AliHLTRunStatistics.cxx
-BASE/AliHLT_C_Component_WrapperInterface.cxx
-BASE/AliHLTDataTypes.cxx
-BASE/AliHLTCTPData.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-set(HDRS ${HDRS}
-BASE/AliHLTCommonCDBEntries.h
-BASE/AliHLTMisc.h
-BASE/AliHLTDefinitions.h
-BASE/AliHLTStdIncludes.h
-)
-
-AddLibrary(HLTbase "${SRCS}" "${HDRS}")
-
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-BASE/interface/AliHLTExternalInterface.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(HLTinterface "${SRCS}" "${HDRS}")
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-QA/AliHLTQADataMakerSim.cxx
-QA/AliHLTQADataMakerRec.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(HLTqadm "${SRCS}" "${HDRS}")
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-rec/AliHLTReconstructor.cxx
-rec/AliRawReaderHLT.cxx
-rec/AliHLTOUTHomerCollection.cxx
-rec/AliHLTEsdManagerImplementation.cxx
-rec/AliHLTDAQInterfaceImplementation.cxx
-rec/AliHLTOUTDigitReader.cxx
-rec/AliHLTOUTRawReader.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(HLTrec "${SRCS}" "${HDRS}")
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-shuttle/AliHLTPreprocessor.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(HLTshuttle "${SRCS}" "${HDRS}")
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-sim/AliHLTSimulation.cxx
-sim/AliHLTAgentSim.cxx
-sim/AliHLTOUTComponent.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(HLTsim "${SRCS}" "${HDRS}")
ELIBS := STEERBase ESD AOD RAWDatabase RAWDatarec RAWDatasim \
CDB STEER HLTbase MUONevaluation MUONsim MUONrec \
MUONbase MUONtrigger MUONgeometry MUONraw MUONcalib MUONmapping MUONcore \
- AliHLTMUON
+ AliHLTMUON
include $(MODDIR)/hlt.conf
EDEFINE := ${HLTDEFS}
MODULE_DHDR:=
-EINCLUDE := HLT/BASE HLT/shuttle HLT/TPCLib STEER
+EINCLUDE := HLT/BASE HLT/shuttle HLT/TPCLib HLT/comp STEER
LIBRARY_DEP := -lHLTbase -lCDB
include $(MODDIR)/hlt.conf
-MODULE_SRCS= AliHLTHOMERReader.cxx \
- AliHLTHOMERWriter.cxx
-
CLASS_HDRS:= AliHLTHOMERReader.h \
AliHLTHOMERWriter.h
MODULE_HDRS:= $(CLASS_HDRS) \
AliHLTHOMERData.h
+MODULE_SRCS= $(CLASS_HDRS:.h=.cxx)
+
# as the first step of the migration of the HOMER library to
# AliRoot we leave the class names as they are but change the
# file names. Thats why the automatic generation of the ROOT
# LinkDef file doesn't work for the moment
-MODULE_DHDR:= AliHLTHOMERLinkDef.h
+MODULE_DHDR:=
+#MODULE_DHDR:= AliHLTHOMERLinkDef.h
SRCS:=$(patsubst %,BASE/HOMER/%,$(MODULE_SRCS))
CINTHDRS:=$(patsubst %,BASE/HOMER/%,$(CLASS_HDRS))
###############################################################################
-CLASS_HDRS := OfflineInterface/AliHLTMUONAgent.h \
+CLASS_HDRS := AliHLTMUONUtils.h \
+ OfflineInterface/AliHLTMUONAgent.h \
OfflineInterface/AliHLTMUONTriggerRecordsSource.h \
OfflineInterface/AliHLTMUONRecHitsSource.h \
OfflineInterface/AliHLTMUONDigitPublisherComponent.h \
utils/AliHLTMUONEmptyEventFilterComponent.h \
utils/AliHLTMUONDataCheckerComponent.h \
utils/AliHLTMUONRawDataHistoComponent.h \
- AliHLTMUONUtils.h \
AliHLTMUONConstants.h \
AliHLTMUONProcessor.h \
AliHLTMUONRecHit.h \
##Left empty for auto generation:
MODULE_DHDR:=
-EINCLUDE := HLT/BASE HLT/BASE/util STEER RAW PHOS
+EINCLUDE := HLT/BASE HLT/BASE/util HLT/PHOS STEER RAW PHOS
LIBRARY_DEP := -lHLTbase -lPHOSbase -lPHOSshuttle -lESD \
-lSTEER -lRAWDatarec
# enable automatic generation.
MODULE_DHDR:=
-EINCLUDE := HLT/BASE HLT/shuttle
+EINCLUDE := HLT/BASE HLT/shuttle HLT/SampleLib
LIBRARY_DEP := -lHLTbase -lCDB -lSTEERBase
#-*- Mode: Makefile -*-
# $Id$
-TRACKING_CA:= tracking-ca/AliHLTTPCCATrack.h \
- tracking-ca/AliHLTTPCCATracklet.h \
- tracking-ca/AliHLTTPCCATracker.h \
- tracking-ca/AliHLTTPCCAOutTrack.h \
- tracking-ca/AliHLTTPCCATrackParam.h \
- tracking-ca/AliHLTTPCCATrackParam2.h \
- tracking-ca/AliHLTTPCCATrackConvertor.h \
- tracking-ca/AliHLTTPCCAParam.h \
- tracking-ca/AliHLTTPCCARow.h \
- tracking-ca/AliHLTTPCCAGrid.h \
- tracking-ca/AliHLTTPCCAHitArea.h \
- tracking-ca/AliHLTTPCCAMCPoint.h \
- tracking-ca/AliHLTTPCCATrackerComponent.h \
- tracking-ca/AliHLTTPCCANeighboursFinder.h \
- tracking-ca/AliHLTTPCCANeighboursCleaner.h \
- tracking-ca/AliHLTTPCCAStartHitsFinder.h \
- tracking-ca/AliHLTTPCCATrackletConstructor.h \
- tracking-ca/AliHLTTPCCATrackletSelector.h \
- tracking-ca/AliHLTTPCCADisplay.h \
- tracking-ca/AliHLTTPCCAMCTrack.h \
- tracking-ca/AliHLTTPCCAPerformance.h \
- tracking-ca/AliHLTTPCCAMerger.h \
- tracking-ca/AliHLTTPCCAGlobalMergerComponent.h \
- tracking-ca/AliHLTTPCCAClusterData.h \
- tracking-ca/AliHLTTPCCASliceData.h \
- tracking-ca/AliHLTTPCCASliceOutput.h \
- tracking-ca/AliHLTTPCCAStandaloneFramework.h \
- tracking-ca/AliTPCtrackerCA.h \
- tracking-ca/AliHLTTPCCATrackerFramework.h \
- tracking-ca/AliHLTTPCCAInputDataCompressorComponent.h \
- tracking-ca/AliHLTTPCCAGPUTracker.h
-#TRACKING_CA:=
CLASS_HDRS:= AliHLTTPCTransform.h \
AliHLTTPCAgent.h \
AliHLTTPCEsdWriterComponent.h \
AliHLTTPCHistogramHandlerComponent.h \
AliHLTTPCClusterConverterComponent.h \
- $(TRACKING_CA) \
+ tracking-ca/AliHLTTPCCATrack.h \
+ tracking-ca/AliHLTTPCCATracklet.h \
+ tracking-ca/AliHLTTPCCATracker.h \
+ tracking-ca/AliHLTTPCCAOutTrack.h \
+ tracking-ca/AliHLTTPCCATrackParam.h \
+ tracking-ca/AliHLTTPCCATrackParam2.h \
+ tracking-ca/AliHLTTPCCATrackConvertor.h \
+ tracking-ca/AliHLTTPCCAParam.h \
+ tracking-ca/AliHLTTPCCARow.h \
+ tracking-ca/AliHLTTPCCAGrid.h \
+ tracking-ca/AliHLTTPCCAHitArea.h \
+ tracking-ca/AliHLTTPCCAMCPoint.h \
+ tracking-ca/AliHLTTPCCATrackerComponent.h \
+ tracking-ca/AliHLTTPCCANeighboursFinder.h \
+ tracking-ca/AliHLTTPCCANeighboursCleaner.h \
+ tracking-ca/AliHLTTPCCAStartHitsFinder.h \
+ tracking-ca/AliHLTTPCCATrackletConstructor.h \
+ tracking-ca/AliHLTTPCCATrackletSelector.h \
+ tracking-ca/AliHLTTPCCADisplay.h \
+ tracking-ca/AliHLTTPCCAMCTrack.h \
+ tracking-ca/AliHLTTPCCAPerformance.h \
+ tracking-ca/AliHLTTPCCAMerger.h \
+ tracking-ca/AliHLTTPCCAGlobalMergerComponent.h \
+ tracking-ca/AliHLTTPCCAClusterData.h \
+ tracking-ca/AliHLTTPCCASliceData.h \
+ tracking-ca/AliHLTTPCCASliceOutput.h \
+ tracking-ca/AliHLTTPCCAStandaloneFramework.h \
+ tracking-ca/AliTPCtrackerCA.h \
+ tracking-ca/AliHLTTPCCATrackerFramework.h \
+ tracking-ca/AliHLTTPCCAInputDataCompressorComponent.h \
+ tracking-ca/AliHLTTPCCAGPUTracker.h \
comp/AliHLTTPCCompDataCompressorHelper.h \
comp/AliHLTTPCCompDumpComponent.h \
comp/AliHLTTPCCompModelAnalysis.h \
EINCLUDE := HLT/TPCLib \
HLT/TPCLib/offline \
HLT/BASE \
+ HLT/TPCLib/EVE \
EVE
LIBRARY_DEP := -lHLTbase -lAliHLTTPC
MODULE_DHDR:=
-EINCLUDE := HLT/pendolino HLT/BASE STEER TPC MUON
+EINCLUDE := HLT/pendolino HLT/pendolino/HLT HLT/pendolino/MUON HLT/pendolino/TPC HLT/BASE STEER TPC MUON
LIBRARY_DEP := -lHLTbase -lCDB
include $(MODDIR)/hlt.conf
+LIBHLTPENDOLINO_VERSION := 0
+
SRCS:=$(patsubst %,pendolino/%,$(MODULE_SRCS))
CINTHDRS:=$(patsubst %,pendolino/%,$(CLASS_HDRS))
HDRS:=$(patsubst %,pendolino/%,$(MODULE_HDRS))
CINTAUTOLINK:= $(shell test "x$(MODULE_DHDR)" = "x" && echo 1)
EDEFINE := ${HLTDEFS}
-PACKCXXFLAGS := ${HLTCXXFLAGS} -DLIBHLTREC_VERSION=$(LIBHLTPENDOLINO_VERSION)
+PACKCXXFLAGS := ${HLTCXXFLAGS} -DLIBHLTPENDELINO_VERSION=$(LIBHLTPENDOLINO_VERSION)
PACKCFLAGS := ${HLTCLFAGS}
PACKDCXXFLAGS:= ${HLTDCXXFLAGS}
PACKSOFLAGS := $(HLTSOFLAGS)
EINCLUDE := HLT/rec HLT/BASE HLT/BASE/HOMER STEER RAW
-LIBRARY_DEP := -lHLTbase -lCDB -lESD -lSTEERbase -lSTEER -lRAWDatarec -lRAWDatabase
+LIBRARY_DEP := -lHLTbase -lCDB -lESD -lSTEERbase -lSTEER -lRAWDatarec -lRAWDatabase
include $(MODDIR)/hlt.conf
CINTAUTOLINK:= $(shell test "x$(MODULE_DHDR)" = "x" && echo 1)
EDEFINE := ${HLTDEFS}
-PACKCXXFLAGS := ${HLTCXXFLAGS} -DLIBHLTREC_VERSION=$(LIBHLTSHUTTLE_VERSION)
+PACKCXXFLAGS := ${HLTCXXFLAGS} -DLIBHLTSHUTTLE_VERSION=$(LIBHLTSHUTTLE_VERSION)
PACKCFLAGS := ${HLTCLFAGS}
PACKDCXXFLAGS:= ${HLTDCXXFLAGS}
PACKSOFLAGS := $(HLTSOFLAGS)
LIBHLTSIM_VERSION := 1
-MODULE_SRCS= AliHLTSimulation.cxx \
- AliHLTAgentSim.cxx \
- AliHLTOUTComponent.cxx
-CLASS_HDRS:= $(MODULE_SRCS:.cxx=.h)
+
+CLASS_HDRS:= AliHLTSimulation.h \
+ AliHLTAgentSim.h \
+ AliHLTOUTComponent.h
+
+MODULE_SRCS= $(CLASS_HDRS:.h=.cxx)
MODULE_HDRS:= $(CLASS_HDRS)
+++ /dev/null
-# -*- mode: cmake -*-
-# Create a library called "lib<name>" which includes the source files given in
-# the array .
-# The extension is already found. Any number of sources could be listed here.
-
-set(INCLUDE_DIRECTORIES
-${CMAKE_SOURCE_DIR}/HMPID
-${CMAKE_SOURCE_DIR}/STEER
-${CMAKE_SOURCE_DIR}/RAW
-${ROOT_INCLUDE_DIR}
-)
-
-include_directories( ${INCLUDE_DIRECTORIES})
-
-set(LINK_DIRECTORIES
-${ROOT_LIBRARY_DIR}
-)
-
-link_directories( ${LINK_DIRECTORIES})
-
-SetModule()
-
-include(CMake_libHMPIDbase.txt)
-
-include(CMake_libHMPIDsim.txt)
-
-include(CMake_libHMPIDrec.txt)
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
- AliHMPIDHit.cxx AliHMPIDDigit.cxx AliHMPIDCluster.cxx AliHMPIDParam.cxx AliHMPIDPreprocessor.cxx
- AliHMPIDQAChecker.cxx AliHMPIDCalib.cxx AliHMPIDRawStream.cxx
-AliHMPIDMisAligner.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(HMPIDbase "${SRCS}" "${HDRS}")
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
- AliHMPIDReconstructor.cxx AliHMPIDtrack.cxx AliHMPIDTracker.cxx
- AliHMPIDRecon.cxx AliHMPIDRecoParam.cxx
- AliHMPIDReconHTA.cxx AliHMPIDPid.cxx
- AliHMPIDQADataMakerRec.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(HMPIDrec "${SRCS}" "${HDRS}")
-
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-AliHMPID.cxx AliHMPIDv0.cxx AliHMPIDv1.cxx AliHMPIDv2.cxx AliHMPIDv3.cxx AliHMPIDDigitizer.cxx AliHMPIDQADataMakerSim.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(HMPIDsim "${SRCS}" "${HDRS}")
-
HDRS:= $(SRCS:.cxx=.h)
DHDR:= HMPIDsimLinkDef.h
+EINCLUDE:= RAW
+
ifeq (win32gcc,$(ALICE_TARGET))
PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
-lHMPIDbase -lSTEER -lSTEERBase \
+++ /dev/null
-# -*- mode: cmake -*-
-# Create a library called "lib<name>" which includes the source files given in
-# the array .
-# The extension is already found. Any number of sources could be listed here.
-
-set(INCLUDE_DIRECTORIES
-${CMAKE_SOURCE_DIR}/ITS
-${CMAKE_SOURCE_DIR}/STEER
-${CMAKE_SOURCE_DIR}/RAW
-${ROOT_INCLUDE_DIR}
-)
-
-include_directories( ${INCLUDE_DIRECTORIES})
-
-set(LINK_DIRECTORIES
-${ROOT_LIBRARY_DIR}
-)
-
-link_directories( ${LINK_DIRECTORIES})
-
-SetModule()
-
-include(CMake_libITSrec.txt)
-
-include(CMake_libITSbase.txt)
-
-include(CMake_libITSsim.txt)
-
-
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
- AliITSgeom.cxx
- AliITSgeomMatrix.cxx
- AliITSgeomSPD.cxx
- AliITSgeomSDD.cxx
- AliITSgeomSSD.cxx
- AliITSInitGeometry.cxx
- AliITSLoader.cxx
- AliITSRecPoint.cxx
- AliITSclusterV2.cxx
- AliITSdigit.cxx
- AliITSdigitSPD.cxx
- AliITSdigitSDD.cxx
- AliITSTransientDigit.cxx
- AliITSdigitSSD.cxx
- AliITSMap.cxx
- AliITSMapA1.cxx
- AliITSMapA2.cxx
- AliITSMisAligner.cxx
- AliITSpList.cxx
- AliITSpListItem.cxx
- AliITSsegmentation.cxx
- AliITSsegmentationSPD.cxx
- AliITSsegmentationSDD.cxx
- AliITSsegmentationSSD.cxx
- AliITSCalibration.cxx
- AliITSresponse.cxx
- AliITSresponseSPD.cxx
- AliITSresponseSDD.cxx
- AliITSCalibrationSPD.cxx
- AliITSCalibrationSDD.cxx
- AliITSCalibrationSSD.cxx
- AliITSChannelStatus.cxx
- AliITSMapSDD.cxx
- AliITSCorrMapSDD.cxx
- AliITSCorrMap1DSDD.cxx
- AliITSCorrMap2DSDD.cxx
- AliITSHLTforSDD.cxx
- AliITSDriftSpeedSDD.cxx
- AliITSDDLModuleMapSDD.cxx
- AliITSDriftSpeedArraySDD.cxx
- AliITSBadChannelsSSD.cxx
- AliITSBadChannelsSSDv2.cxx
- AliITSGainSSD.cxx
- AliITSGainSSDv2.cxx
- AliITSNoiseSSD.cxx
- AliITSNoiseSSDv2.cxx
- AliITSChannelDaSSD.cxx
- AliITSModuleDaSSD.cxx
- AliITSHandleDaSSD.cxx
- AliITSDDLRawData.cxx
- AliITSRawStream.cxx
- AliITSRawStreamSDDCompressed.cxx
- AliITSRawStreamSDDBeamTest.cxx
- AliITSRawStreamSDDBeamTestNov04.cxx
- AliITSRawStreamSSD.cxx
- AliITSRawStreamSDD.cxx
- AliITSCompressRawDataSDD.cxx
- AliITSRawStreamSPD.cxx
- AliITSEventHeader.cxx
- AliITSRawStreamSSDv1.cxx
- AliITSRawData.cxx
- AliITSgeomTGeo.cxx
- AliITSPlaneEff.cxx
- AliITSPlaneEffSPD.cxx
- AliITSPlaneEffSDD.cxx
- AliITSPlaneEffSSD.cxx
- AliITSRawStreamSPDErrorLog.cxx
- AliITSDCSAnalyzerSDD.cxx
- AliITSDCSDataSDD.cxx
- AliITSIntMap.cxx
- AliITSIntMapNode.cxx
- AliITSPedestalSSD.cxx
- AliITSPedestalSSDv2.cxx
- AliITSSurveyToAlign.cxx
- AliITSTriggerConditions.cxx
- AliITSTriggerAlgorithmConditions.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(ITSbase "${SRCS}" "${HDRS}")
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
- AliITSDetTypeRec.cxx
- AliITSClusterFinder.cxx
- AliITSClusterFinderV2SDD.cxx
- AliITSClusterFinderV2SPD.cxx
- AliITSClusterFinderV2SSD.cxx
- AliITSClusterParam.cxx
- AliITSCorrectSDDPoints.cxx
- AliITSclustererV2.cxx
- AliITSclusterSSD.cxx
- AliITSpackageSSD.cxx
- AliITSIOTrack.cxx
- AliITSRad.cxx
- AliITStrackV2.cxx
- AliITStrackerV2.cxx
- AliITStrackMI.cxx
- AliITStrackerMI.cxx
- AliITSV0Finder.cxx
- AliITSVertexer.cxx
- AliITSVertexerIons.cxx
- AliITSVertexerCosmics.cxx
- AliITSVertexer3D.cxx
- AliITSTracklPairs.cxx
- AliITSSortTrkl.cxx
- AliITSVertexerZ.cxx
- AliITSVertexerFast.cxx
- AliITSVertexerFixed.cxx
- AliITSVertexer3DTapan.cxx
- AliITSMeanVertexer.cxx
- AliITSZPoint.cxx
- AliITSPid.cxx
- AliITStrackV2Pid.cxx
- AliITSreconstruction.cxx
- AliITSclusterTable.cxx
- AliITStrackSA.cxx
- AliITStrackerSA.cxx
- AliITSpidESD.cxx
- AliITSpidESD1.cxx
- AliITSpidESD2.cxx
- AliITSdEdxAnalyzer.cxx
- AliITSPident.cxx
- AliITSSteerPid.cxx
- AliITSPidParItem.cxx
- AliITSReconstructor.cxx
- AliITSRecoParam.cxx
- AliITSBeamTestDig.cxx
- AliITSBeamTestDigSDD.cxx
- AliITSBeamTestDigSPD.cxx
- AliITSBeamTestDigSSD.cxx
- AliITSBeamTestDigitizer.cxx
- AliITSMultReconstructor.cxx
- AliITSPreprocessorSPD.cxx
- AliITSOnlineCalibrationSPD.cxx
- AliITSOnlineCalibrationSPDhandler.cxx
- AliITSOnlineSPDHitArray.cxx
- AliITSOnlineSPDHitEvent.cxx
- AliITSOnlineSPDscanAnalyzer.cxx
- AliITSOnlineSPDscan.cxx
- AliITSOnlineSPDscanInfo.cxx
- AliITSOnlineSPDscanInfoMeanTh.cxx
- AliITSOnlineSPDscanInfoMultiple.cxx
- AliITSOnlineSPDscanMeanTh.cxx
- AliITSOnlineSPDscanMultiple.cxx
- AliITSOnlineSPDscanSingle.cxx
- AliITSOnlineSPDphys.cxx
- AliITSOnlineSPDphysAnalyzer.cxx
- AliITSOnlineSPDphysInfo.cxx
- AliITSOnlineSPDfoChipConfig.cxx
- AliITSOnlineSPDfoChip.cxx
- AliITSOnlineSPDfo.cxx
- AliITSOnlineSPDfoInfo.cxx
- AliITSOnlineSPDfoAnalyzer.cxx
- AliITSBadChannelsAuxSPD.cxx
- AliITSBadChannelsSPD.cxx
- AliITSChannelSPD.cxx
- AliITSPreprocessorSDD.cxx
- AliITSOnlineSDD.cxx
- AliITSOnlineSDDBase.cxx
- AliITSOnlineSDDTP.cxx
- AliITSOnlineSDDInjectors.cxx
- AliITSOnlineSDDCMN.cxx
- AliITSPreprocessorSSD.cxx
- AliITSAlignMille.cxx
- AliITSAlignMilleModule.cxx
- AliITSAlignMilleData.cxx
- AliITSAlignMille2.cxx
- AliITSAlignMille2Module.cxx
- AliITSAlignMille2Constraint.cxx
- AliITSAlignMille2ConstrArray.cxx
- AliITSQAChecker.cxx
- AliITSResidualsAnalysis.cxx
- AliITSQADataMakerRec.cxx
- AliITSQASPDDataMakerRec.cxx
- AliITSQASDDDataMakerRec.cxx
- AliITSQASSDDataMakerRec.cxx
- AliITSQASPDChecker.cxx
- AliITSQASDDChecker.cxx
- AliITSQASSDChecker.cxx
- AliITSQASSDRefData.cxx
- AliITSTrackleterSPDEff.cxx
- AliITSRealignTracks.cxx
- AliITSRecPointContainer.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(ITSrec "${SRCS}" "${HDRS}")
-
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
- AliITS.cxx
- AliITSvSPD02.cxx
- AliITSvSDD03.cxx
- AliITSvPPRcoarseasymm.cxx
- AliITSvPPRasymmFMD.cxx
- AliITSvBeamTestITS04.cxx
- AliITSvSSD03.cxx
- AliITShit.cxx
- AliITSSimuParam.cxx
- AliITSDetTypeSim.cxx
- AliITSmodule.cxx
- AliITSsimulationFastPoints.cxx
- AliITSsimulation.cxx
- AliITSsimulationSPD.cxx
- AliITSsimulationSDD.cxx
- AliITSsimulationSSD.cxx
- AliITSTableSSD.cxx
- AliITSetfSDD.cxx
- AliITSHuffman.cxx
- AliITSstatistics.cxx
- AliITSstatistics2.cxx
- AliITSsDigitize.cxx
- AliITSDigitizer.cxx
- AliITSTrigger.cxx
- AliITSv11.cxx
- AliITSv11Geometry.cxx
- AliITSv11GeomCable.cxx
- AliITSv11GeomCableFlat.cxx
- AliITSv11GeomCableRound.cxx
- AliITSv11GeometrySDD.cxx
- AliITSv11GeometrySSD.cxx
- AliITSv11GeometrySPD.cxx
- AliITSv11Hybrid.cxx
- AliITSv11GeometrySupport.cxx
- AliITSQADataMakerSim.cxx
- AliITSQASPDDataMakerSim.cxx
- AliITSQASDDDataMakerSim.cxx
- AliITSQASSDDataMakerSim.cxx
- AliITSFOEfficiencySPD.cxx
- AliITSFOEfficiencySPDColumn.cxx
- AliITSFONoiseSPD.cxx
- AliITSFOGeneratorSPD.cxx
- AliITSFOSignalsSPD.cxx
- AliITSTriggerFOProcessor.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(ITSsim "${SRCS}" "${HDRS}")
+++ /dev/null
-# -*- mode: cmake -*-
-# Create a library called "lib<name>" which includes the source files given in
-# the array .
-# The extension is already found. Any number of sources could be listed here.
-
-set(INCLUDE_DIRECTORIES
-${CMAKE_SOURCE_DIR}/JETAN
-${CMAKE_SOURCE_DIR}/STEER
-${CMAKE_SOURCE_DIR}/ANALYSIS
-${CMAKE_SOURCE_DIR}/TPC
-${ROOT_INCLUDE_DIR}
-)
-
-include_directories( ${INCLUDE_DIRECTORIES})
-
-set(LINK_DIRECTORIES
-${ROOT_LIBRARY_DIR}
-)
-
-link_directories( ${LINK_DIRECTORIES})
-
-SetModule()
-
-include (CMake_libJETAN.txt)
-
-# include (CMake_libJETANMC.txt)
-
-
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
- AliJet.cxx AliJetHeader.cxx
- AliJetFinder.cxx AliJetReaderHeader.cxx
- AliJetESDReaderHeader.cxx AliJetReader.cxx AliJetESDReader.cxx
- AliJetControlPlots.cxx AliUA1JetHeader.cxx
- AliLeading.cxx
- AliJetProductionData.cxx AliJetProductionDataPDC2004.cxx
- AliJetAnalysis.cxx AliJetDistributions.cxx
- AliUA1JetFinderV1.cxx AliUA1JetFinderV2.cxx AliUA1JetHeaderV1.cxx
- AliJetGrid.cxx AliJetUnitArray.cxx AliJetHadronCorrection.cxx
- AliJetHadronCorrectionv0.cxx AliJetHadronCorrectionv1.cxx
- AliJetFillUnitArrayTracks.cxx AliJetFillUnitArrayEMCalDigits.cxx
- AliJetDummyGeo.cxx AliJetDummyShishKebabTrd1Module.cxx
- AliJetFinderTypes.cxx
- AliAnalysisTaskJets.cxx
- AliDAJetFinder.cxx
- AliDAJetHeader.cxx
- AliJetAODReader.cxx
- AliJetAODReaderHeader.cxx
- AliJetKineReader.cxx
- AliJetKineReaderHeader.cxx
- AliJetMCReader.cxx
- AliJetMCReaderHeader.cxx
- AliJetHistos.cxx
- AliAnalysisTaskDiJets.cxx
- AliAnalysisTaskJetsCDF.cxx AliCdfJetFinder.cxx AliCdfJetHeader.cxx
- AliEventShape.cxx
-)
-
-Set(FASTJET $ENV{FASTJET})
-
-If(FASTJET)
- set(SRCS ${SRCS}
- AliFastJetFinder.cxx AliFastJetHeaderV1.cxx
- AliSISConeJetFinder.cxx AliSISConeJetHeader.cxx
-)
- include_directories( ${INCLUDE_DIRECTORIES} ${FASTJET}/include )
- set_source_files_properties(${SRCS} PROPERTIES COMPILE_FLAGS -DWITHFASTJET)
-endIf(FASTJET)
-
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(JETAN "${SRCS}" "${HDRS}")
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-AliJetESDmcReader.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(JETANMC "${SRCS}" "${HDRS}")
HDRS:= $(SRCS:.cxx=.h)
DHDR= FASTJETANLinkDef.h
+EINCLUDE:= JETAN/fastjet
ifeq (win32gcc,$(ALICE_TARGET))
PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
HDRS:= $(SRCS:.cxx=.h)
DHDR= JETANLinkDef.h
+EINCLUDE:= ANALYSIS
+
ifeq (win32gcc,$(ALICE_TARGET))
PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
-lSTEERBase -lESD -lAOD -lANALYSIS -lANALYSISalice \
+++ /dev/null
-# -*- mode: cmake -*-
-
-# Create a library called "lib<name>" which includes the source files given in
-# the array .
-# The extension is already found. Any number of sources could be listed here.
-
-set(INCLUDE_DIRECTORIES
-${CMAKE_SOURCE_DIR}/LHAPDF
-${ROOT_INCLUDE_DIR}
-)
-
-include_directories( ${INCLUDE_DIRECTORIES})
-
-set(LINK_DIRECTORIES
-${ROOT_LIBRARY_DIR}
-)
-
-link_directories( ${LINK_DIRECTORIES})
-
-SetModule()
-
-include(CMake_libLHAPDF.txt)
-
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-AliStructFuncType.cxx
-)
-
-set(FSRCS
-lhapdf5.3.1/commons.f
-lhapdf5.3.1/alphas.f
-lhapdf5.3.1/description.f
-lhapdf5.3.1/eks98.f
-lhapdf5.3.1/eksarp.f
-lhapdf5.3.1/EVLCTEQ.f
-lhapdf5.3.1/evolution.f
-lhapdf5.3.1/inputPDF.f
-lhapdf5.3.1/LHpdflib.f
-lhapdf5.3.1/parameter.f
-lhapdf5.3.1/QCDNUM.f
-lhapdf5.3.1/QCDparams.f
-lhapdf5.3.1/Sqcdnum.f
-lhapdf5.3.1/wrapa02.f
-lhapdf5.3.1/wrapa02m.f
-lhapdf5.3.1/wrapabfkwpi.f
-lhapdf5.3.1/wrapacfgpg.f
-lhapdf5.3.1/wrapcteq5.f
-lhapdf5.3.1/wrapcteq65.f
-lhapdf5.3.1/wrapcteq6.f
-lhapdf5.3.1/wrapdgg.f
-lhapdf5.3.1/wrapdog.f
-lhapdf5.3.1/wrapEVLCTEQ.f
-lhapdf5.3.1/wrapevolve.f
-lhapdf5.3.1/wrapgrv.f
-lhapdf5.3.1/wrapgrvg.f
-lhapdf5.3.1/wrapgrvpi.f
-lhapdf5.3.1/wrapgsg96.f
-lhapdf5.3.1/wrapgsg.f
-lhapdf5.3.1/wraph1.f
-lhapdf5.3.1/wraplacg.f
-lhapdf5.3.1/wrapmrst2006.f
-lhapdf5.3.1/wrapmrst98.f
-lhapdf5.3.1/wrapmrst.f
-lhapdf5.3.1/wrapmrstqed.f
-lhapdf5.3.1/wrapowpi.f
-lhapdf5.3.1/wrapQCDNUM3.f
-lhapdf5.3.1/wrapQCDNUM4.f
-lhapdf5.3.1/wrapQCDNUM.f
-lhapdf5.3.1/wrapsasg.f
-lhapdf5.3.1/wrapsmrspi.f
-lhapdf5.3.1/wrapwhitg.f
-lhapdf5.3.1/wrapzeus.f
-lhapdf5.3.1/lhaglue.f
-lhapdf5.3.1/wrapUSER.f
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-Set(SRCS ${SRCS} ${FSRCS})
-
-AddLibrary(lhapdf "${SRCS}" "${HDRS}")
-
SRCS:=AliStructFuncType.cxx lhapdf5.5.1/src/version.cxx lhapdf5.5.1/src/getdatapath.cxx
-HDRS:= $(SRCS:.cxx=.h)
-HDRS:= $(filter-out lhapdf5.5.1/src/version.h,$(HDRS))
-HDRS:= $(filter-out lhapdf5.5.1/src/getdatapath.h,$(HDRS))
+HDRS:= AliStructFuncType.h
+#HDRS:= $(filter-out lhapdf5.5.1/src/version.h,$(HDRS))
+#HDRS:= $(filter-out lhapdf5.5.1/src/getdatapath.h,$(HDRS))
DHDR:=lhapdfLinkDef.h
PACKFFLAGS = $(FFLAGS) -ffree-form
endif
endif
-PACKCXXFLAGS = $(CXXFLAGS) -DDEFAULTPREFIXPATH=\"NONE\" -DDEFAULTLHAPATH=\"$(ALICE_ROOT)/LHAPDF/PDFsets\"
+PACKCXXFLAGS = $(CXXFLAGS) -DDEFAULTPREFIXPATH=\"NONE\" -DDEFAULTLHAPATH=\"../AliRoot/LHAPDF/PDFsets\"
EXPORT:=AliStructFuncType.h
+++ /dev/null
-# -*- mode: cmake -*-
-
-# Create a library called "lib<name>" which includes the source files given in
-# the array .
-# The extension is already found. Any number of sources could be listed here.
-
-set(INCLUDE_DIRECTORIES
-${CMAKE_SOURCE_DIR}/LHC
-${ROOT_INCLUDE_DIR}
-)
-
-include_directories( ${INCLUDE_DIRECTORIES})
-
-set(LINK_DIRECTORIES
-${ROOT_LIBRARY_DIR}
-)
-
-link_directories( ${LINK_DIRECTORIES})
-
-SetModule()
-
-include(CMake_libLHC.txt)
-
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-AliLHC.cxx
-AliLhcIRegion.cxx
-AliLhcBeam.cxx
-AliLhcProcess.cxx
-AliLhcProcessBB.cxx
-AliLhcProcessIBS.cxx
-AliLhcMonitor.cxx
-AliLhcProcessBT.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(LHC "${SRCS}" "${HDRS}")
-
+++ /dev/null
-# -*- mode: cmake -*-
-# Create a library called "lib<name>" which includes the source files given in
-# the array .
-# The extension is already found. Any number of sources could be listed here.
-
-set(INCLUDE_DIRECTORIES
-${CMAKE_SOURCE_DIR}/MICROCERN
-${CMAKE_SOURCE_DIR}/MICROCERN/kerngen
-${ROOT_INCLUDE_DIR}
-)
-
-include_directories( ${INCLUDE_DIRECTORIES})
-
-set(LINK_DIRECTORIES
-${ROOT_LIBRARY_DIR}
-)
-
-link_directories( ${LINK_DIRECTORIES})
-
-ADD_DEFINITIONS( ${CLIBDEFS} )
-
-SetModule()
-
-include(CMake_libMICROCERN.txt)
-
+++ /dev/null
-# -*- mode: cmake -*-
-
-Set(SRCS)
-
-set(CSRCS
-geteni.c
-fchput.c
-fchtak.c
-dummies.c
-)
-
-set(FSRCS
-cltou.F
-gamma.F
-gamma64.F
-sortzv.F
-ufill.F
-fint.F
-abend.F
-cfill.F
-mtlprt.F
-mtlset.F
-kerset.F
-gauss.F
-getenvf.F
-gauss64.F
-)
-
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-Set(SRCS ${SRCS} ${FSRCS} ${CSRCS})
-
-AddLibrary(microcern "${SRCS}" "${HDRS}")
-
PACKFFLAGS := $(FFLAGS) -IMICROCERN/kerngen
+PACKCXXFLAGS:=-DCERNLIB_DOUBLE
+++ /dev/null
-# -*- mode: cmake -*-
-# Create a library called "lib<name>" which includes the source files given in
-# the array .
-# The extension is already found. Any number of sources could be listed here.
-
-set(INCLUDE_DIRECTORIES
-${CMAKE_SOURCE_DIR}/MONITOR
-${CMAKE_SOURCE_DIR}/STEER
-${CMAKE_SOURCE_DIR}/RAW
-${CMAKE_SOURCE_DIR}/ITS
-${CMAKE_SOURCE_DIR}/TPC
-${ROOT_INCLUDE_DIR}
-)
-
-include_directories( ${INCLUDE_DIRECTORIES})
-
-set(LINK_DIRECTORIES
-${ROOT_LIBRARY_DIR}
-)
-
-link_directories( ${LINK_DIRECTORIES})
-
-SetModule()
-
-include(CMake_libMONITOR.txt)
-
-include(CMake_binmonitorCheck.txt)
-
-include(CMake_binmonitorGDC.txt)
-
-include(CMake_binderoot.txt)
-
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-root2date.cxx
-deroot.cxx
-)
-
-Set(LIBS STEERBase ESD AOD CDB STEER RAWDatabase RAWDatarec RAWDatasim TPCbase
- TPCsim TPCrec HLTbase ITSbase ITSsim ITSrec MUONsim MUONrec MUONbase
- MUONgeometry MUONraw MUONcalib MUONmapping MUONtrigger MUONevaluation
- MUONcore)
-
-AddExecutable(deroot "${SRCS}" "${LIBS}")
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-monitorCheck.cxx
-)
-
-Set(LIBS STEERBase ESD AOD CDB STEER RAWDatabase RAWDatarec RAWDatasim TPCbase
- TPCsim TPCrec ITSbase ITSsim ITSrec HLTbase MUONsim MUONrec MUONbase
- MUONgeometry MUONraw MUONcalib MUONmapping MUONtrigger MUONevaluation
- MUONcore)
-
-AddExecutable(monitorCheck "${SRCS}" "${LIBS}")
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-monitorGDC.cxx
-)
-
-Set(LIBS STEERBase ESD AOD CDB STEER RAWDatabase RAWDatarec RAWDatasim TPCbase
- TPCsim TPCrec HLTbase ITSbase ITSsim ITSrec MUONsim MUONrec MUONbase
- MUONgeometry MUONraw MUONcalib MUONmapping MUONtrigger MUONevaluation
- MUONcore)
-
-AddExecutable(monitorGDC "${SRCS}" "${LIBS}")
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
- AliMonitorPlot.cxx AliMonitorHisto.cxx AliMonitorTrend.cxx
- AliMonitor.cxx
- AliMonitorTPC.cxx AliMonitorITS.cxx AliMonitorV0s.cxx
- AliMonitorDataTPC.cxx
- AliMonitorProcess.cxx AliMonitorControl.cxx
- AliMonitorDialog.cxx AliMonitorClient.cxx
- AliQAHistNavigator.cxx AliQAHistViewer.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(MONITOR "${SRCS}" "${HDRS}")
-lSTEER -lSTEERBase -lESD \
-lTPCbase -lTPCrec -lTPCsim \
-lITSbase -lITSrec -lRAWDatarec \
- -L$(ROOTLIBDIR) -lGui
+ -L$(shell root-config --libdir) -lGui
endif
+++ /dev/null
-# -*- mode: cmake -*-
-# Create a library called "lib<name>" which includes the source files given in
-# the array .
-# The extension is already found. Any number of sources could be listed here.
-
-set(INCLUDE_DIRECTORIES
-${CMAKE_SOURCE_DIR}/MUON
-${CMAKE_SOURCE_DIR}/MUON/mapping
-${CMAKE_SOURCE_DIR}/STEER
-${CMAKE_SOURCE_DIR}/RAW
-${ROOT_INCLUDE_DIR}
-)
-
-include_directories( ${INCLUDE_DIRECTORIES})
-
-set(LINK_DIRECTORIES
-${ROOT_LIBRARY_DIR}
-)
-
-link_directories( ${LINK_DIRECTORIES})
-
-SetModule()
-
-include(CMake_libMUONraw.txt)
-
-include(CMake_libMUONcalib.txt)
-
-include(CMake_libMUONrec.txt)
-
-include(CMake_libMUONgraphics.txt)
-
-include(CMake_libMUONsim.txt)
-
-include(CMake_libMUONtrigger.txt)
-
-include(CMake_libMUONcore.txt)
-
-include(CMake_libMUONmapping.txt)
-
-include(CMake_libMUONbase.txt)
-
-include(CMake_libMUONgeometry.txt)
-
-include(CMake_libMUONevaluation.txt)
-
-include(CMake_libMUONshuttle.txt)
-
-include(CMake_binmchview.txt)
-
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-mchview.cxx
-)
-
-Set(LIBS STEERBase AOD RAWDatarec STEER CDB
- MUONraw MUONbase RAWDatabase RAWDatasim
- MUONshuttle MUONrec MUONgraphics MUONtrigger
- MUONcalib MUONgeometry MUONmapping MUONcore
- ESD )
-
-AddExecutable(mchview "${SRCS}" "${LIBS}")
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
- AliMUONConstants.cxx
- AliMUONMathieson.cxx
- AliMUONDigit.cxx
- AliMUONRealDigit.cxx
- AliMUONVCluster.cxx
- AliMUONRawCluster.cxx
- AliMUONRawClusterV2.cxx
- AliMUONDigitMaker.cxx
- AliMUONRawWriter.cxx
- AliMUONCDB.cxx
- AliMUONVDigitStore.cxx
- AliMUONDigitStoreV1.cxx
- AliMUONDigitStoreV1Iterator.cxx
- AliMUONDigitStoreVImpl.cxx
- AliMUONDigitStoreVImplIterator.cxx
- AliMUONDigitStoreV2R.cxx
- AliMUONDigitStoreV2S.cxx
- AliMUONTOTCAStoreIterator.cxx
- AliMUONVDigit.cxx
- AliMUONTriggerCircuit.cxx
- AliMUONVTriggerStore.cxx
- AliMUONTriggerStoreV1.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(MUONbase "${SRCS}" "${HDRS}")
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
- AliMUONTriggerLut.cxx
- AliMUONVCalibParam.cxx
- AliMUONCalibParamND.cxx
- AliMUONCalibParamNF.cxx
- AliMUONCalibParamNI.cxx
- AliMUONCalibrationData.cxx
- AliMUONTriggerEfficiencyCells.cxx
- AliMUON2DStoreValidator.cxx
- AliMUONTriggerIO.cxx
- AliMUONTrackerIO.cxx
- AliMUONRegionalTriggerConfig.cxx
- AliMUONTriggerCrateConfig.cxx
- AliMUONGlobalCrateConfig.cxx
- AliMUONTriggerDisplay.cxx
- AliMUONVTrackerData.cxx
- AliMUONSparseHisto.cxx
- AliMUONTrackerData.cxx
- AliMUONPedestal.cxx
- AliMUONGain.cxx
- AliMUONErrorCounter.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(MUONcalib "${SRCS}" "${HDRS}")
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
- mapping/AliMpIntPair.cxx
- mapping/AliMpExMap.cxx
- mapping/AliMpExMapIterator.cxx
- mapping/AliMpArrayI.cxx
- mapping/AliMpStringObjMap.cxx
- AliMUONObjectPair.cxx
- AliMUONStringIntMap.cxx
- AliMUON2DMap.cxx
- AliMUON2DMapIterator.cxx
- AliMUON2DMapIteratorByI.cxx
- AliMUON1DArray.cxx
- AliMUON1DMap.cxx
- AliMUONCheckItem.cxx
- AliMUONVStore.cxx
- AliMUONTreeManager.cxx
- AliMUONLogger.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(MUONcore "${SRCS}" "${HDRS}")
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
- AliMUONPairLight.cxx
- AliMUONTrackLight.cxx
- AliMUONCheck.cxx
- AliMUONRecoCheck.cxx
- AliMUONDataInterface.cxx
- AliMUONTriggerGUI.cxx
- AliMUONTriggerGUIbdmap.cxx
- AliMUONTriggerGUIdimap.cxx
- AliMUONTriggerGUIboard.cxx
- AliMUONClusterInfo.cxx
- AliMUONPadInfo.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(MUONevaluation "${SRCS}" "${HDRS}")
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
- AliMUONGeometryConstituent.cxx
- AliMUONGeometryEnvelope.cxx
- AliMUONGeometryEnvelopeStore.cxx
- AliMUONGeometryDetElement.cxx
- AliMUONGeometryModuleTransformer.cxx
- AliMUONGeometryModule.cxx
- AliMUONGeometryTransformer.cxx
- AliMUONGeometryMisAligner.cxx
- AliMUONGeometry.cxx
- AliMUONVGeometryBuilder.cxx
- AliMUONGeometryBuilder.cxx
- AliMUONSurveyObj.cxx
- AliMUONSurveyUtil.cxx
- AliMUONSurveyDetElem.cxx
- AliMUONSurveyChamber.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(MUONgeometry "${SRCS}" "${HDRS}")
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
- AliMUONVPainter.cxx
- AliMUONPCBPainter.cxx
- AliMUONDEPainter.cxx
- AliMUONPainterHelper.cxx
- AliMUONChamberPainter.cxx
- AliMUONManuPainter.cxx
- AliMUONPainterPadStore.cxx
- AliMUONPainterMasterFrame.cxx
- AliMUONPainterMatrixFrame.cxx
- AliMUONManuPadPainter.cxx
- AliMUONPainterGroup.cxx
- AliMUONPainterMatrix.cxx
- AliMUONAttPainter.cxx
- AliMUONPainterRegistry.cxx
- AliMUONPainterDataRegistry.cxx
- AliMUONPainterHighlighter.cxx
- AliMUONPainterPlotSelector.cxx
- AliMUONPainterInterfaceHelper.cxx
- AliMUONBusPatchPainter.cxx
- AliMUONPainterColorSlider.cxx
- AliMUONAttPainterSelectorFrame.cxx
- AliMUONPainterDataSourceFrame.cxx
- AliMUONPainterDataSourceItem.cxx
- AliMUONPainterEnv.cxx
- AliMUONMchViewApplication.cxx
- AliMUONTrackerDataHistogrammer.cxx
- AliMUONTrackerDataWrapper.cxx
- AliMUONTrackerDataCompareDialog.cxx
- AliMUONContourPainter.cxx
- AliMUONPolygon.cxx
- AliMUONContour.cxx
- AliMUONContourMaker.cxx
- AliMUONManuContourMaker.cxx
- AliMUONSegment.cxx
- AliMUONSegmentTree.cxx
- AliMUONNode.cxx
- AliMUONPointWithRef.cxx
- AliMUONContourMakerTest.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(MUONgraphics "${SRCS}" "${HDRS}")
+++ /dev/null
-# -*- mode: cmake -*-
-
-# Category basic
-#
-set(SRCS
- mapping/AliMpPlaneType.cxx
- mapping/AliMpCathodType.cxx
- mapping/AliMpStationType.cxx
- mapping/AliMpStation12Type.cxx
- mapping/AliMpArea.cxx
- mapping/AliMpConstants.cxx
- mapping/AliMpFiles.cxx
- mapping/AliMpPad.cxx
- mapping/AliMpEncodePair.cxx
- mapping/AliMpVIndexed.cxx
- mapping/AliMpVPadIterator.cxx
- mapping/AliMpVSegmentation.cxx
- mapping/AliMpDataProcessor.cxx
- mapping/AliMpDataStreams.cxx
- mapping/AliMpDataMap.cxx
-)
-
-# Category motif
-#
-set(SRCS ${SRCS}
- mapping/AliMpConnection.cxx
- mapping/AliMpMotif.cxx
- mapping/AliMpMotifMap.cxx
- mapping/AliMpMotifPosition.cxx
- mapping/AliMpMotifPositionPadIterator.cxx
- mapping/AliMpMotifReader.cxx
- mapping/AliMpMotifSpecial.cxx
- mapping/AliMpMotifType.cxx
- mapping/AliMpMotifTypePadIterator.cxx
- mapping/AliMpVMotif.cxx
-)
-
-# Category sector
-#
-set(SRCS ${SRCS}
- mapping/AliMpPadRow.cxx
- mapping/AliMpPadRowLSegment.cxx
- mapping/AliMpPadRowRSegment.cxx
- mapping/AliMpRow.cxx
- mapping/AliMpRowSegment.cxx
- mapping/AliMpRowSegmentLSpecial.cxx
- mapping/AliMpRowSegmentRSpecial.cxx
- mapping/AliMpSectorAreaHPadIterator.cxx
- mapping/AliMpSectorAreaVPadIterator.cxx
- mapping/AliMpSector.cxx
- mapping/AliMpSectorPadIterator.cxx
- mapping/AliMpSectorReader.cxx
- mapping/AliMpSectorSegmentation.cxx
- mapping/AliMpSubZone.cxx
- mapping/AliMpVPadRowSegment.cxx
- mapping/AliMpVRowSegment.cxx
- mapping/AliMpVRowSegmentSpecial.cxx
- mapping/AliMpZone.cxx
-)
-
-# Category slat
-#
-set(SRCS ${SRCS}
- mapping/AliMpHelper.cxx
- mapping/AliMpPCB.cxx
- mapping/AliMpSlat.cxx
- mapping/AliMpSlatPadIterator.cxx
- mapping/AliMpSlatSegmentation.cxx
- mapping/AliMpPCBPadIterator.cxx
- mapping/AliMpSt345Reader.cxx
- mapping/AliMpSlatMotifMap.cxx
-)
-
-# Category trigger
-#
-set(SRCS ${SRCS}
- mapping/AliMpTrigger.cxx
- mapping/AliMpTriggerReader.cxx
- mapping/AliMpTriggerSegmentation.cxx
- mapping/AliMpRegionalTrigger.cxx
- mapping/AliMpTriggerCrate.cxx
- mapping/AliMpLocalBoard.cxx
-)
-
-# Category management
-#
-set(SRCS ${SRCS}
- mapping/AliMpManuIterator.cxx
- mapping/AliMpManuUID.cxx
- mapping/AliMpPadUID.cxx
- mapping/AliMpHVUID.cxx
- mapping/AliMpDCSNamer.cxx
- mapping/AliMpSegmentation.cxx
- mapping/AliMpDetElement.cxx
- mapping/AliMpDEStore.cxx
- mapping/AliMpDEIterator.cxx
- mapping/AliMpDEManager.cxx
- mapping/AliMpBusPatch.cxx
- mapping/AliMpDDL.cxx
- mapping/AliMpDDLStore.cxx
- mapping/AliMpCDB.cxx
- mapping/AliMpFrtCrocusConstants.cxx
- mapping/AliMpManuStore.cxx
- mapping/AliMpFastSegmentation.cxx
- mapping/AliMpUID.cxx
-)
-
-# Category graphics
-#
-set(SRCS ${SRCS}
- mapping/AliMpGraphContext.cxx
- mapping/AliMpMotifPainter.cxx
- mapping/AliMpPCBPainter.cxx
- mapping/AliMpRowPainter.cxx
- mapping/AliMpRowSegmentPainter.cxx
- mapping/AliMpSectorPainter.cxx
- mapping/AliMpSlatPainter.cxx
- mapping/AliMpSubZonePainter.cxx
- mapping/AliMpVPainter.cxx
- mapping/AliMpZonePainter.cxx
- mapping/AliMpDEVisu.cxx
- mapping/AliMpIteratorPainter.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(MUONmapping "${SRCS}" "${HDRS}")
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
- AliMUONDDLTrigger.cxx
- AliMUONDarcHeader.cxx
- AliMUONRegHeader.cxx
- AliMUONLocalStruct.cxx
- AliMUONPayloadTrigger.cxx
- AliMUONDDLTracker.cxx
- AliMUONBlockHeader.cxx
- AliMUONDspHeader.cxx
- AliMUONBusStruct.cxx
- AliMUONPayloadTracker.cxx
- AliMUONVRawStreamTracker.cxx
- AliMUONVRawStreamTrigger.cxx
- AliMUONRawStreamTracker.cxx
- AliMUONRawStreamTrackerHP.cxx
- AliMUONRawStreamTrigger.cxx
- AliMUONRawStreamTriggerHP.cxx
- AliMUONRawStream.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(MUONraw "${SRCS}" "${HDRS}")
-
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
- AliMUONReconstructor.cxx
- AliMUONVTrackReconstructor.cxx
- AliMUONTrackReconstructor.cxx
- AliMUONTrackReconstructorK.cxx
- AliMUONTracker.cxx
- AliMUONTrack.cxx
- AliMUONTrackParam.cxx
- AliMUONTrackExtrap.cxx
- AliMUONTriggerTrack.cxx
- AliMUONVTriggerTrackStore.cxx
- AliMUONTriggerTrackStoreV1.cxx
- AliMUONRecoTrack.cxx
- AliMUONDigitCalibrator.cxx
- AliMUONAlignment.cxx
- AliMUONVClusterFinder.cxx
- AliMUONPreClusterFinder.cxx
- AliMUONPreClusterFinderV2.cxx
- AliMUONPreClusterFinderV3.cxx
- AliMUONClusterFinderMLEM.cxx
- AliMUONClusterSplitterMLEM.cxx
- AliMUONClusterFinderSimpleFit.cxx
- AliMUONClusterFinderCOG.cxx
- AliMUONPad.cxx
- AliMUONCluster.cxx
- AliMUONPadStatusMaker.cxx
- AliMUONPadStatusMapMaker.cxx
- AliMUONTrackHitPattern.cxx
- AliMUONVClusterStore.cxx
- AliMUONClusterStoreV1.cxx
- AliMUONClusterStoreV2.cxx
- AliMUONClusterStoreV2Iterator.cxx
- AliMUONVTrackStore.cxx
- AliMUONTrackStoreV1.cxx
- AliMUONRecoParam.cxx
- AliMUONVClusterServer.cxx
- AliMUONSimpleClusterServer.cxx
- AliMUONQADataMakerRec.cxx
- AliMUONQAChecker.cxx
- AliMUONClusterFinderPeakCOG.cxx
- AliMUONClusterFinderPeakFit.cxx
- AliMUONRefitter.cxx
- AliMUONESDInterface.cxx
- AliMUONLegacyClusterServer.cxx
- AliMUONTriggerTrackToTrackerClusters.cxx
- AliMUONVTrackerDataMaker.cxx
- AliMUONTrackerDataMaker.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(MUONrec "${SRCS}" "${HDRS}")
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-AliMUONPreprocessor.cxx
-AliMUONVSubprocessor.cxx
-AliMUONPedestalSubprocessor.cxx
-AliMUONGMSSubprocessor.cxx
-AliMUONHVSubprocessor.cxx
-AliMUONGainSubprocessor.cxx
-AliMUONTrackerPreprocessor.cxx
-AliMUONTriggerSubprocessor.cxx
-AliMUONTriggerDCSSubprocessor.cxx
-AliMUONTriggerPreprocessor.cxx
-AliMUONOccupancySubprocessor.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(MUONshuttle "${SRCS}" "${HDRS}")
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
- AliMUON.cxx
- AliMUONv1.cxx
- AliMUONHit.cxx
- AliMUONCommonGeometryBuilder.cxx
- AliMUONSt1GeometryBuilder.cxx
- AliMUONSt1GeometryBuilderV2.cxx
- AliMUONSt1SpecialMotif.cxx
- AliMUONSt2GeometryBuilder.cxx
- AliMUONSt2GeometryBuilderV2.cxx
- AliMUONSlatGeometryBuilder.cxx
- AliMUONTriggerGeometryBuilder.cxx
- AliMUONResponseFactory.cxx
- AliMUONChamber.cxx
- AliMUONChamberTrigger.cxx
- AliMUONResponse.cxx
- AliMUONResponseV0.cxx
- AliMUONResponseTrigger.cxx
- AliMUONResponseTriggerV1.cxx
- AliMUONTrigger.cxx
- AliMUONSDigitizerV2.cxx
- AliMUONDigitizerV3.cxx
- AliMUONTriggerElectronics.cxx
- AliMUONVHitStore.cxx
- AliMUONHitStoreV1.cxx
- AliMUONMCDataInterface.cxx
- AliMUONPedestalEventGenerator.cxx
- AliMUONGainEventGenerator.cxx
- AliMUONQADataMakerSim.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(MUONsim "${SRCS}" "${HDRS}")
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
- AliMUONLocalTrigger.cxx
- AliMUONRegionalTrigger.cxx
- AliMUONGlobalTrigger.cxx
- AliMUONTriggerBoard.cxx
- AliMUONLocalTriggerBoard.cxx
- AliMUONRegionalTriggerBoard.cxx
- AliMUONGlobalTriggerBoard.cxx
- AliMUONTriggerCrate.cxx
- AliMUONTriggerCrateStore.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(MUONtrigger "${SRCS}" "${HDRS}")
ifneq (,$(findstring macosx,$(ALICE_TARGET)))
ELIBS+=\
-lhapdf \
-pythia6 \
-microcern
+#lhapdf \
+#pythia6 \
+#microcern
endif
DHDR:= MUONcalignLinkDef.h
-EINCLUDE:= MUON/mapping
+EINCLUDE:= MUON/mapping ANALYSIS
ifeq (win32gcc,$(ALICE_TARGET))
PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
+++ /dev/null
-# -*- mode: cmake -*-
-# Create a library called "lib<name>" which includes the source files given in
-# the array .
-# The extension is already found. Any number of sources could be listed here.
-
-set(INCLUDE_DIRECTORIES
-${CMAKE_SOURCE_DIR}/PHOS
-${CMAKE_SOURCE_DIR}/STEER
-${CMAKE_SOURCE_DIR}/RAW
-${ROOT_INCLUDE_DIR}
-)
-
-include_directories( ${INCLUDE_DIRECTORIES})
-
-set(LINK_DIRECTORIES
-${ROOT_LIBRARY_DIR}
-)
-
-link_directories( ${LINK_DIRECTORIES})
-
-SetModule()
-
-include(CMake_libPHOSUtils.txt)
-
-include(CMake_libPHOSrec.txt)
-
-include(CMake_libPHOSbase.txt)
-
-include(CMake_libPHOSsim.txt)
-
-include(CMake_libPHOSshuttle.txt)
-
-
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
- AliPHOSGeoUtils.cxx
- AliPHOSEMCAGeometry.cxx
- AliPHOSCPVGeometry.cxx
- AliPHOSCPVBaseGeometry.cxx
- AliPHOSSupportGeometry.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(PHOSUtils "${SRCS}" "${HDRS}")
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
- AliPHOSGeometry.cxx
- AliPHOSLoader.cxx
- AliPHOSHit.cxx AliPHOSTrackSegmentMaker.cxx AliPHOSPID.cxx
- AliPHOSClusterizer.cxx
- AliPHOSDigitizer.cxx
- AliPHOSSDigitizer.cxx AliPHOSDigit.cxx
- AliPHOSFastRecParticle.cxx
- AliPHOSCalibData.cxx
- AliPHOSCpvCalibData.cxx
- AliPHOSEmcCalibData.cxx
- AliPHOSPulseGenerator.cxx
- AliPHOSRawFitterv1.cxx
- AliPHOSRawFitterv2.cxx
- AliPHOSRawDigiProducer.cxx
- AliPHOSEmcBadChannelsMap.cxx
- AliPHOSSurvey.cxx
- AliPHOSSurvey1.cxx
- AliPHOSModuleMisalignment.cxx
- AliPHOSQAChecker.cxx
- AliPHOSRecParticle.cxx AliPHOSRecPoint.cxx
- AliPHOSEmcRecPoint.cxx
- AliPHOSCpvRecPoint.cxx AliPHOSTrackSegment.cxx
- AliPHOSRecoParam.cxx
- AliPHOSImpact.cxx
- AliPHOSTrigger.cxx
- AliPHOSSimParam.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(PHOSbase "${SRCS}" "${HDRS}")
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
- AliPHOSClusterizerv1.cxx
- AliPHOSLink.cxx
- AliPHOSTrackSegmentMakerv1.cxx
- AliPHOSTrackSegmentMakerv2.cxx
- AliPHOSPIDv0.cxx
- AliPHOSAnalyze.cxx
- AliPHOSIhepAnalyze.cxx AliPHOSEvalRecPoint.cxx
- AliPHOSRecManager.cxx AliPHOSRecCpvManager.cxx
- AliPHOSRecEmcManager.cxx
- AliPHOSClusterizerv2.cxx AliPHOSPIDv1.cxx
- AliPHOSGridFile.cxx
- AliPHOSTracker.cxx
- AliPHOSEsdCluster.cxx AliPHOSAodCluster.cxx
- AliPHOSQADataMakerRec.cxx AliPHOSReconstructor.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(PHOSrec "${SRCS}" "${HDRS}")
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
- AliPHOSPreprocessor.cxx
- AliPHOSRcuDA1.cxx
- AliPHOSDA1.cxx
- AliPHOSDA2.cxx
- AliPHOSCpvDA1.cxx
- AliPHOSCpvPreprocessor.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(PHOSshuttle "${SRCS}" "${HDRS}")
-
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
- AliPHOS.cxx AliPHOSv0.cxx AliPHOSv1.cxx AliPHOSv2.cxx
- AliPHOSvFast.cxx AliPHOSvImpacts.cxx
- AliPHOSCPVDigit.cxx
- AliPHOSTick.cxx
- AliPHOSQADataMakerSim.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(PHOSsim "${SRCS}" "${HDRS}")
DHDR= PHOSpi0CalibLinkDef.h
+EINCLUDE = PHOS/macros/pi0Calib ANALYSIS
+
ifeq (win32gcc,$(ALICE_TARGET))
PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
-L$(ROOTLIBDIR) -lGeom
+++ /dev/null
-# -*- mode: cmake -*-
-# Create a library called "lib<name>" which includes the source files given in
-# the array .
-# The extension is already found. Any number of sources could be listed here.
-
-set(INCLUDE_DIRECTORIES
-${CMAKE_SOURCE_DIR}/PMD
-${CMAKE_SOURCE_DIR}/STEER
-${CMAKE_SOURCE_DIR}/RAW
-${ROOT_INCLUDE_DIR}
-)
-
-include_directories( ${INCLUDE_DIRECTORIES})
-
-set(LINK_DIRECTORIES
-${ROOT_LIBRARY_DIR}
-)
-
-link_directories( ${LINK_DIRECTORIES})
-
-SetModule()
-
-include(CMake_libPMDbase.txt)
-
-include(CMake_libPMDsim.txt)
-
-include(CMake_libPMDrec.txt)
-
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-AliPMDLoader.cxx AliPMDdigit.cxx AliPMDBlockHeader.cxx AliPMDDspHeader.cxx AliPMDPatchBusHeader.cxx AliPMDddldata.cxx AliPMDRawStream.cxx AliPMDCalibData.cxx AliPMDCalibrator.cxx AliPMDPreprocessor.cxx AliPMDRawToSDigits.cxx AliPMDPedestal.cxx AliPMDsdigit.cxx AliPMDQAChecker.cxx AliPMDMisAligner.cxx AliPMDHotData.cxx AliPMDMeanSm.cxx AliPMDMappingData.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(PMDbase "${SRCS}" "${HDRS}")
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-AliPMDRecPoint.cxx AliPMDUtility.cxx AliPMDrecpoint1.cxx AliPMDrechit.cxx AliPMDcluster.cxx AliPMDClusteringV1.cxx AliPMDClusteringV2.cxx AliPMDclupid.cxx AliPMDEmpDiscriminator.cxx AliPMDClusterFinder.cxx AliPMDtracker.cxx AliPMDReconstructor.cxx AliPMDcludata.cxx AliPMDCalibPedestal.cxx AliPMDCalibGain.cxx AliPMDQADataMakerRec.cxx AliPMDisocell.cxx AliPMDrecdata.cxx AliPMDRecoParam.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(PMDrec "${SRCS}" "${HDRS}")
-
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-AliPMD.cxx AliPMDv0.cxx AliPMDv1.cxx AliPMDv2008.cxx AliPMDhit.cxx AliPMDcell.cxx AliPMDDigitizer.cxx AliPMDDDLRawData.cxx AliPMDQADataMakerSim.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(PMDsim "${SRCS}" "${HDRS}")
PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
-lPMDbase -lSTEER -lCDB -lSTEERBase \
-lRAWDatasim -lRAWDatabase \
- -L$(ROOTLIBDIR) -lVMC -lGeom
+ -L$(shell root-config --libdir) -lVMC -lGeom
endif
+++ /dev/null
-# -*- mode: cmake -*-
-# Create a library called "lib<name>" which includes the source files given in
-# the array .
-# The extension is already found. Any number of sources could be listed here.
-
-set(INCLUDE_DIRECTORIES
-${CMAKE_SOURCE_DIR}/PWG0
-${CMAKE_SOURCE_DIR}/PWG0/dNdEta
-${CMAKE_SOURCE_DIR}/PWG0/esdTrackCuts
-${CMAKE_SOURCE_DIR}/PWG0/TPC
-${CMAKE_SOURCE_DIR}/PWG0/highMultiplicity
-${CMAKE_SOURCE_DIR}/PWG0/multiplicity
-${CMAKE_SOURCE_DIR}/STEER
-${CMAKE_SOURCE_DIR}/RAW
-${CMAKE_SOURCE_DIR}/ANALYSIS
-${CMAKE_SOURCE_DIR}/TPC
-${CMAKE_SOURCE_DIR}/ITS
-${ROOT_INCLUDE_DIR}
-)
-
-include_directories( ${INCLUDE_DIRECTORIES})
-
-set(LINK_DIRECTORIES
-${ROOT_LIBRARY_DIR}
-)
-
-link_directories( ${LINK_DIRECTORIES})
-
-SetModule()
-
-include(CMake_libPWG0selectors.txt)
-
-include(CMake_libPWG0dep.txt)
-
-include(CMake_libPWG0base.txt)
-
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
- dNdEta/dNdEtaAnalysis.cxx
- dNdEta/AlidNdEtaCorrection.cxx
- AliCorrectionMatrix.cxx
- AliCorrectionMatrix2D.cxx
- AliCorrectionMatrix3D.cxx
- AliCorrection.cxx
- AliPWG0Helper.cxx
- multiplicity/AliMultiplicityCorrection.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(PWG0base "${SRCS}" "${HDRS}")
-
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-TPC/AliTPCClusterHistograms.cxx
-TPC/AliTPCRawHistograms.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(PWG0dep "${SRCS}" "${HDRS}")
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
- dNdEta/AlidNdEtaTask.cxx
- dNdEta/AlidNdEtaCorrectionTask.cxx
- TPC/AliROCESDAnalysisSelector.cxx
- TPC/AliROCRawAnalysisSelector.cxx
- TPC/AliROCClusterAnalysisSelector.cxx
- highMultiplicity/AliHighMultiplicitySelector.cxx
- multiplicity/AliMultiplicityTask.cxx
- esdTrackCuts/AliCutTask.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(PWG0selectors "${SRCS}" "${HDRS}")
# $Id$
-HDRS = dNdEta/dNdEtaAnalysis.h \
- dNdEta/AlidNdEtaCorrection.h \
- AliCorrectionMatrix.h \
- AliCorrectionMatrix2D.h \
- AliCorrectionMatrix3D.h \
- AliCorrection.h \
- AliPWG0Helper.h \
- AliOfflineTrigger.h \
- AliUnfolding.h \
- multiplicity/AliMultiplicityCorrection.h
+SRCS = dNdEta/dNdEtaAnalysis.cxx \
+ dNdEta/AlidNdEtaCorrection.cxx \
+ AliCorrectionMatrix.cxx \
+ AliCorrectionMatrix2D.cxx \
+ AliCorrectionMatrix3D.cxx \
+ AliCorrection.cxx \
+ AliPWG0Helper.cxx \
+ AliUnfolding.cxx \
+ multiplicity/AliMultiplicityCorrection.cxx \
+ AliOfflineTrigger.cxx
-SRCS = $(HDRS:.h=.cxx)
+HDRS = $(SRCS:.cxx=.h)
DHDR= PWG0baseLinkDef.h
-EINCLUDE=
+EINCLUDE= PWG0/dNdEta PWG0/multiplicity
ifeq (win32gcc,$(ALICE_TARGET))
PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
# this library contains classed that depend on STEER
-HDRS = TPC/AliTPCClusterHistograms.h \
- TPC/AliTPCRawHistograms.h
+SRCS = TPC/AliTPCClusterHistograms.cxx \
+ TPC/AliTPCRawHistograms.cxx
-SRCS = $(HDRS:.h=.cxx)
+HDRS = $(SRCS:.cxx=.h)
DHDR= PWG0depLinkDef.h
-EINCLUDE= TPC
+EINCLUDE= TPC PWG0/TPC
ifeq (win32gcc,$(ALICE_TARGET))
PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase
# this library contains the selectors, which are loaded on the fly when one uses a given selector
# thus this library is never used, it just exists for the build system to check if everything compiles
-HDRS = dNdEta/AlidNdEtaTask.h \
- dNdEta/AlidNdEtaCorrectionTask.h \
- TPC/AliROCESDAnalysisSelector.h \
- TPC/AliROCRawAnalysisSelector.h \
- TPC/AliROCClusterAnalysisSelector.h \
- highMultiplicity/AliHighMultiplicitySelector.h \
- multiplicity/AliMultiplicityTask.h \
- esdTrackCuts/AliCutTask.h \
- trigger/AliTriggerTask.h \
- dNdPt/AlidNdPtTask.h \
- dNdPt/AlidNdPtAcceptanceCuts.h \
- dNdPt/AlidNdPtEventCuts.h \
- dNdPt/AlidNdPtHelper.h \
- dNdPt/AlidNdPt.h \
- dNdPt/AlidNdPtAnalysis.h \
- dNdPt/AlidNdPtCorrection.h \
- dNdPt/AlidNdPtCutAnalysis.h
-
-
-SRCS = $(HDRS:.h=.cxx)
+SRCS = dNdEta/AlidNdEtaTask.cxx \
+ dNdEta/AlidNdEtaCorrectionTask.cxx \
+ TPC/AliROCESDAnalysisSelector.cxx \
+ TPC/AliROCRawAnalysisSelector.cxx \
+ TPC/AliROCClusterAnalysisSelector.cxx \
+ highMultiplicity/AliHighMultiplicitySelector.cxx \
+ multiplicity/AliMultiplicityTask.cxx \
+ esdTrackCuts/AliCutTask.cxx \
+ trigger/AliTriggerTask.cxx \
+ dNdPt/AlidNdPtTask.cxx \
+ dNdPt/AlidNdPtAcceptanceCuts.cxx \
+ dNdPt/AlidNdPtEventCuts.cxx \
+ dNdPt/AlidNdPtHelper.cxx \
+ dNdPt/AlidNdPt.cxx \
+ dNdPt/AlidNdPtAnalysis.cxx \
+ dNdPt/AlidNdPtCorrection.cxx \
+ dNdPt/AlidNdPtCutAnalysis.cxx
+
+HDRS = $(SRCS:.cxx=.h)
+
DHDR= PWG0selectorsLinkDef.h
-EINCLUDE=TPC RAW ITS
+EINCLUDE= TPC RAW ITS PWG0/dNdEta PWG0/TPC PWG0/highMultiplicity PWG0/multiplicity PWG0/esdTrackCuts PWG0/trigger ANALYSIS
ifeq (win32gcc,$(ALICE_TARGET))
PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
// Origin: Mikolaj Krzewicki, mikolaj.krzewicki@cern.ch
///////////////////////////////////////////////////////////////////////////
-class AliAnalysisTask;
+#include<AliAnalysisTask.h>
class TTree;
class AliESDEvent;
class AliRelAlignerKalman;
+++ /dev/null
-# -*- mode: cmake -*-
-# Create a library called "lib<name>" which includes the source files given in
-# the array .
-# The extension is already found. Any number of sources could be listed here.
-
-set(INCLUDE_DIRECTORIES
-${CMAKE_SOURCE_DIR}/PWG1
-${CMAKE_SOURCE_DIR}/PWG0
-${CMAKE_SOURCE_DIR}/STEER
-${CMAKE_SOURCE_DIR}/ANALYSIS
-${CMAKE_SOURCE_DIR}/ITS
-${CMAKE_SOURCE_DIR}/TRD
-${CMAKE_SOURCE_DIR}/TPC
-${ROOT_INCLUDE_DIR}
-)
-
-include_directories( ${INCLUDE_DIRECTORIES})
-
-set(LINK_DIRECTORIES
-${ROOT_LIBRARY_DIR}
-)
-
-link_directories( ${LINK_DIRECTORIES})
-
-SetModule()
-
-include(CMake_libPWG1.txt)
-
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
- AliTreeDraw.cxx
- AliMCInfo.cxx
- AliGenV0Info.cxx
- AliGenKinkInfo.cxx
- AliGenInfoMaker.cxx
- AliESDRecInfo.cxx
- AliESDRecV0Info.cxx
- AliESDRecKinkInfo.cxx
- AliRecInfoMaker.cxx
- AliComparisonDraw.cxx
- AliRecInfoCuts.cxx
- AliMCInfoCuts.cxx
- AliComparisonTask.cxx
- AliComparisonRes.cxx
- AliComparisonEff.cxx
- AliComparisonDEdx.cxx
- AliComparisonDCA.cxx
- AliComparisonObject.cxx
- AliGenInfoTask.cxx
- AliMCTrackingTestTask.cxx
- AliTPCtaskPID.cxx
- AliTPCtaskQA.cxx
- AliPerformanceTask.cxx
- AliPerformanceObject.cxx
- AliPerformanceRes.cxx
- AliPerformanceEff.cxx
- AliPerformanceDEdx.cxx
- AliPerformanceDCA.cxx
- AliPerformanceTPC.cxx
- AliAnalysisTaskVertexESD.cxx
- AliAlignmentDataFilterITS.cxx
- AliTrackMatchingTPCITSCosmics.cxx
- AliRelAlignerKalmanArray.cxx
- AliAnalysisTaskITSTPCalignment.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(PWG1 "${SRCS}" "${HDRS}")
-
#include "AliITStrackMI.h"
#include "AliTRDtrack.h"
class AliTPCseed;
-
-
+class AliTPCParam;
+class AliMCInfo;
+class AliGenKinkInfo;
+class AliGenV0Info;
+class AliESDRecInfo;
+class AliESDRecKinkInfo;
+class AliESDRecV0Info;
////////////////////////////////////////////////////////////////////////
ORGSRCS += $(wildcard PWG1/global/*.cxx)
ORGSRCS += $(wildcard PWG1/tender/*.cxx)
ORGSRCS += $(wildcard PWG1/ITS/*.cxx)
-ORGSRCS += $(wildcard PWG1/TPC/*.cxx)
ORGSRCS += $(wildcard PWG1/TRD/*.cxx)
+ORGSRCS += $(wildcard PWG1/TPC/*.cxx)
ORGSRCS += $(wildcard PWG1/TRD/info/*.cxx)
SRCS:= $(patsubst PWG1/%, %, ${ORGSRCS})
HDRS:= $(SRCS:.cxx=.h)
DHDR:= PWG1LinkDef.h
-EINCLUDE:= STEER TPC ITS TRD ANALYSIS/Tender
+EINCLUDE:= STEER TPC ITS TRD ANALYSIS/Tender ANALYSIS PWG1/comparison PWG1/cosmic PWG1/global PWG1/tender PWG1/ITS PWG1/TPC PWG1/TRD PWG1/TRD/info
ifeq (win32gcc,$(ALICE_TARGET))
PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
+++ /dev/null
-# -*- mode: cmake -*-
-# Create a library called "lib<name>" which includes the source files given in
-# the array .
-# The extension is already found. Any number of sources could be listed here.
-
-set(INCLUDE_DIRECTORIES
-${CMAKE_SOURCE_DIR}/ANALYSIS
-${CMAKE_SOURCE_DIR}/PWG2
-${CMAKE_SOURCE_DIR}/PWG2/AOD
-${CMAKE_SOURCE_DIR}/PWG2/EBYE
-${CMAKE_SOURCE_DIR}/PWG2/EBYE/LRC
-${CMAKE_SOURCE_DIR}/PWG2/FEMTOSCOPY
-${CMAKE_SOURCE_DIR}/PWG2/FEMTOSCOPY/AliFemto
-${CMAKE_SOURCE_DIR}/PWG2/FEMTOSCOPY/AliFemtoUser
-${CMAKE_SOURCE_DIR}/PWG2/FLOW/AliFlowCommon
-${CMAKE_SOURCE_DIR}/PWG2/FLOW/AliFlowTasks
-${CMAKE_SOURCE_DIR}/PWG2/SPECTRA
-${CMAKE_SOURCE_DIR}/PWG2/UNICOR
-${CMAKE_SOURCE_DIR}/STEER
-${CMAKE_SOURCE_DIR}/CORRFW
-${ALIROOT_INSTALL_DIR}/include
-${ROOT_INCLUDE_DIR}
-)
-
-include_directories( ${INCLUDE_DIRECTORIES})
-
-set(LINK_DIRECTORIES
-${ROOT_LIBRARY_DIR}
-)
-
-link_directories( ${LINK_DIRECTORIES})
-
-SetModule()
-
-include(CMake_libPWG2spectra.txt)
-
-include(CMake_libPWG2flowCommon.txt)
-
-include(CMake_libPWG2flowTasks.txt)
-
-include(CMake_libPWG2femtoscopyUser.txt)
-
-include(CMake_libPWG2femtoscopy.txt)
-
-include(CMake_libPWG2ebye.txt)
-
-include(CMake_libPWG2AOD.txt)
-
-include(CMake_libPWG2unicor.txt)
-
-
-
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-AOD/AliPWG2AODTrack.cxx
-AOD/AliAnalysisTaskPWG2ESDfilter.cxx
-AOD/AliAnalysisTaskPWG2AODUpdate.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(PWG2AOD "${SRCS}" "${HDRS}")
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
- EBYE/AliBalance.cxx
- EBYE/LRC/AliAnalysisTaskLRC.cxx
- EBYE/LRC/AliLRCAnalysis.cxx
- EBYE/LRC/AliLRCFit.cxx
- EBYE/LRC/AliLRCNN.cxx
- EBYE/LRC/AliLRCPtN.cxx
- EBYE/LRC/AliLRCPtPt.cxx
- EBYE/LRC/AliLRCProcess.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(PWG2ebye "${SRCS}" "${HDRS}")
-
-
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
- EVCHAR/AliAnalysisTaskSPDdNdEta.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(PWG2evchar "${SRCS}" "${HDRS}")
-
+++ /dev/null
-# -*- mode: cmake -*-
-
-Set(SRCS
-FEMTOSCOPY/AliFemto/AliFemtoSimpleAnalysis.cxx
-FEMTOSCOPY/AliFemto/AliFemtoLikeSignAnalysis.cxx
-FEMTOSCOPY/AliFemto/AliFemtoVertexAnalysis.cxx
-FEMTOSCOPY/AliFemto/AliFemtoVertexMultAnalysis.cxx
-FEMTOSCOPY/AliFemto/AliFemtoBPLCMS3DCorrFctn.cxx
-FEMTOSCOPY/AliFemto/AliFemtoQinvCorrFctn.cxx
-FEMTOSCOPY/AliFemto/AliFemtoBasicEventCut.cxx
-FEMTOSCOPY/AliFemto/AliFemtoBasicTrackCut.cxx
-FEMTOSCOPY/AliFemto/AliFemtoDummyPairCut.cxx
-FEMTOSCOPY/AliFemto/AliFemtoCoulomb.cxx
-FEMTOSCOPY/AliFemto/AliFemtoCutMonitorHandler.cxx
-FEMTOSCOPY/AliFemto/AliFemtoEvent.cxx
-FEMTOSCOPY/AliFemto/AliFemtoKink.cxx
-FEMTOSCOPY/AliFemto/AliFemtoManager.cxx
-FEMTOSCOPY/AliFemto/AliFemtoPair.cxx
-FEMTOSCOPY/AliFemto/AliFemtoParticle.cxx
-FEMTOSCOPY/AliFemto/AliFemtoPicoEvent.cxx
-FEMTOSCOPY/AliFemto/AliFemtoPicoEventCollectionVectorHideAway.cxx
-FEMTOSCOPY/AliFemto/AliFemtoTrack.cxx
-FEMTOSCOPY/AliFemto/AliFemtoV0.cxx
-FEMTOSCOPY/AliFemto/AliFemtoXi.cxx
-FEMTOSCOPY/AliFemto/AliFmHelix.cxx
-FEMTOSCOPY/AliFemto/AliFmPhysicalHelix.cxx
-FEMTOSCOPY/AliFemto/TpcLocalTransform.cxx
-FEMTOSCOPY/AliFemto/AliFemtoEventReader.cxx
-FEMTOSCOPY/AliFemto/AliFemtoEventReaderESD.cxx
-FEMTOSCOPY/AliFemto/AliFemtoEventReaderESDChain.cxx
-FEMTOSCOPY/AliFemto/AliFemtoEventReaderESDChainKine.cxx
-FEMTOSCOPY/AliFemto/AliFemtoModelHiddenInfo.cxx
-FEMTOSCOPY/AliFemto/AliFemtoModelGlobalHiddenInfo.cxx
-FEMTOSCOPY/AliFemto/AliFemtoModelGausLCMSFreezeOutGenerator.cxx
-FEMTOSCOPY/AliFemto/AliFemtoModelWeightGenerator.cxx
-FEMTOSCOPY/AliFemto/AliFemtoModelWeightGeneratorBasic.cxx
-FEMTOSCOPY/AliFemto/AliFemtoModelManager.cxx
-FEMTOSCOPY/AliFemto/AliFemtoModelCorrFctn.cxx
-FEMTOSCOPY/AliFemto/AliFemtoModelFreezeOutGenerator.cxx
-FEMTOSCOPY/AliFemto/AliFemtoModelWeightGeneratorLednicky.cxx
-FEMTOSCOPY/AliFemto/AliFemtoCutMonitorParticleYPt.cxx
-FEMTOSCOPY/AliFemto/AliFemtoCutMonitorParticleVertPos.cxx
-FEMTOSCOPY/AliFemto/AliFemtoCutMonitorEventMult.cxx
-FEMTOSCOPY/AliFemto/AliFemtoCutMonitorEventVertex.cxx
-FEMTOSCOPY/AliFemto/AliFemtoKTPairCut.cxx
-FEMTOSCOPY/AliFemto/AliFemtoCorrFctnNonIdDR.cxx
-FEMTOSCOPY/AliFemto/AliFemtoCorrFctn3DSpherical.cxx
-FEMTOSCOPY/AliFemto/AliFemtoEventReaderAOD.cxx
-FEMTOSCOPY/AliFemto/AliFemtoEventReaderAODChain.cxx
-FEMTOSCOPY/AliFemto/AliFemtoAODTrackCut.cxx
-FEMTOSCOPY/AliFemto/AliFemtoCutMonitor.cxx
-FEMTOSCOPY/AliFemto/AliAnalysisTaskFemto.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-Set(HDRS ${HDRS}
- FEMTOSCOPY/AliFemto/AliFmThreeVector.h
- FEMTOSCOPY/AliFemto/AliFmThreeVectorF.h
- FEMTOSCOPY/AliFemto/AliFmThreeVectorD.h
- FEMTOSCOPY/AliFemto/AliFmPhysicalHelixD.h
- FEMTOSCOPY/AliFemto/AliFmHelixD.h
- FEMTOSCOPY/AliFemto/AliFmLorentzVectorD.h
- FEMTOSCOPY/AliFemto/AliFemtoV0Cut.h
- FEMTOSCOPY/AliFemto/AliFemtoKinkCut.h
- FEMTOSCOPY/AliFemto/AliFemtoXiCut.h
- FEMTOSCOPY/AliFemto/AliFemtoAnalysisCollection.h
- FEMTOSCOPY/AliFemto/AliFemtoAnalysis.h
- FEMTOSCOPY/AliFemto/AliFemtoCorrFctnCollection.h
- FEMTOSCOPY/AliFemto/AliFemtoCorrFctn.h
- FEMTOSCOPY/AliFemto/AliFemtoEnumeration.h
- FEMTOSCOPY/AliFemto/AliFemtoHelix.h
- FEMTOSCOPY/AliFemto/AliFemtoHiddenInfo.h
- FEMTOSCOPY/AliFemto/AliFemtoLikeSignCorrFctn.h
- FEMTOSCOPY/AliFemto/AliFemtoLorentzVectorD.h
- FEMTOSCOPY/AliFemto/AliFemtoLorentzVector.h
- FEMTOSCOPY/AliFemto/AliFemtoString.h
- FEMTOSCOPY/AliFemto/AliFemtoThreeVectorD.h
- FEMTOSCOPY/AliFemto/AliFemtoThreeVector.h
- FEMTOSCOPY/AliFemto/AliFemtoTypes.h
- FEMTOSCOPY/AliFemto/AliFemtoVector.h
- FEMTOSCOPY/AliFemto/AliFmLorentzVectorD.h
- FEMTOSCOPY/AliFemto/AliFmLorentzVector.h
- FEMTOSCOPY/AliFemto/phys_constants.h
- FEMTOSCOPY/AliFemto/PhysicalConstants.h
- FEMTOSCOPY/AliFemto/SystemOfUnits.h
- FEMTOSCOPY/AliFemto/AliFemtoPairCut.h
- FEMTOSCOPY/AliFemto/AliFemtoEventCut.h
- FEMTOSCOPY/AliFemto/AliFemtoParticleCut.h
- FEMTOSCOPY/AliFemto/AliFemtoTrackCollection.h
- FEMTOSCOPY/AliFemto/AliFemtoV0Collection.h
- FEMTOSCOPY/AliFemto/AliFemtoXiCollection.h
- FEMTOSCOPY/AliFemto/AliFemtoKinkCollection.h
- FEMTOSCOPY/AliFemto/AliFemtoPicoEventCollection.h
- FEMTOSCOPY/AliFemto/AliFemtoParticleCollection.h
- FEMTOSCOPY/AliFemto/AliFemtoCutMonitorCollection.h
- FEMTOSCOPY/AliFemto/AliFemtoTrackCut.h
- FEMTOSCOPY/AliFemto/AliFemtoPicoEventCollectionVector.h
- FEMTOSCOPY/AliFemto/AliFemtoEventWriter.h
- FEMTOSCOPY/AliFemto/AliFemtoEventWriterCollection.h
-)
-
-Set(FSRCS
- FEMTOSCOPY/AliFemto/AliFemtoFsiTools.F
- FEMTOSCOPY/AliFemto/AliFemtoFsiWeightLednicky.F
-)
-
-Set(SRCS ${SRCS} ${FSRCS})
-
-AddLibrary(PWG2femtoscopy "${SRCS}" "${HDRS}")
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
- FEMTOSCOPY/AliFemtoUser/AliFemtoQPairCut.cxx
- FEMTOSCOPY/AliFemtoUser/AliFemtoShareQualityPairCut.cxx
- FEMTOSCOPY/AliFemtoUser/AliFemtoShareQualityKTPairCut.cxx
- FEMTOSCOPY/AliFemtoUser/AliFemtoShareQualityTPCEntranceSepPairCut.cxx
- FEMTOSCOPY/AliFemtoUser/AliFemtoESDTrackCut.cxx
- FEMTOSCOPY/AliFemtoUser/AliFemtoTPCInnerCorrFctn.cxx
- FEMTOSCOPY/AliFemtoUser/AliFemtoChi2CorrFctn.cxx
- FEMTOSCOPY/AliFemtoUser/AliFemtoModelCorrFctnSource.cxx
- FEMTOSCOPY/AliFemtoUser/AliFemtoModelBPLCMSCorrFctn.cxx
- FEMTOSCOPY/AliFemtoUser/AliFemtoModelGausRinvFreezeOutGenerator.cxx
- FEMTOSCOPY/AliFemtoUser/AliFemtoModelCorrFctnTrueQ.cxx
- FEMTOSCOPY/AliFemtoUser/AliFemtoModelCorrFctnNonIdDR.cxx
- FEMTOSCOPY/AliFemtoUser/AliFemtoModelCorrFctn3DSpherical.cxx
- FEMTOSCOPY/AliFemtoUser/AliFemtoModelCorrFctn3DLCMSSpherical.cxx
- FEMTOSCOPY/AliFemtoUser/AliFemtoCutMonitorParticleMomRes.cxx
- FEMTOSCOPY/AliFemtoUser/AliFemtoModelAllHiddenInfo.cxx
- FEMTOSCOPY/AliFemtoUser/AliFemtoCutMonitorTrackTPCchiNdof.cxx
- FEMTOSCOPY/AliFemtoUser/AliFemtoQATrackCut.cxx
- FEMTOSCOPY/AliFemtoUser/AliFemtoQAEventCut.cxx
- FEMTOSCOPY/AliFemtoUser/AliFemtoCutMonitorTrackTPCncls.cxx
- FEMTOSCOPY/AliFemtoUser/AliFemtoShareQualityTPCEntranceSepQAPairCut.cxx
- FEMTOSCOPY/AliFemtoUser/AliFemtoShareQualityQAPairCut.cxx
- FEMTOSCOPY/AliFemtoUser/AliFemtoShareQualityCorrFctn.cxx
- FEMTOSCOPY/AliFemtoUser/AliFemtoYlm.cxx
- FEMTOSCOPY/AliFemtoUser/AliFemtoCorrFctnDirectYlm.cxx
- FEMTOSCOPY/AliFemtoUser/AliFemtoModelCorrFctnDirectYlm.cxx
- FEMTOSCOPY/AliFemtoUser/AliFemtoCutMonitorParticlePtPDG.cxx
- FEMTOSCOPY/AliFemtoUser/AliFemtoCorrFctnTPCNcls.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(PWG2femtoscopyUser "${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/AliFlowEventSimpleMakerOnTheFly.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/AliFlowAnalysisWithFittingQDistribution.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/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
- FLOW/AliFlowTasks/AliAnalysisTaskFlowEvent.cxx
- FLOW/AliFlowTasks/AliAnalysisTaskFlowEventforRP.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}")
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
- KINK/AliAnalysisKinkESDMC.cxx
- KINK/AliResonanceKinkLikeSign.cxx
- KINK/AliResonanceKink.cxx
- KINK/AliAnalysisTaskKinkResonance.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(PWG2kink "${SRCS}" "${HDRS}")
-
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS RESONANCES/AliRsnDaughter.cxx
- RESONANCES/AliRsnPairParticle.cxx
- RESONANCES/AliRsnExpression.cxx
- RESONANCES/AliRsnVariableExpression.cxx
- RESONANCES/AliRsnCut.cxx
- RESONANCES/AliRsnCutStd.cxx
- RESONANCES/AliRsnCutBetheBloch.cxx
- RESONANCES/AliRsnCutESDPrimary.cxx
- RESONANCES/AliRsnCutPrimaryVertex.cxx
- RESONANCES/AliRsnCutSet.cxx
- RESONANCES/AliRsnCutMgr.cxx
- RESONANCES/AliRsnPIDIndex.cxx
- RESONANCES/AliRsnPIDDefESD.cxx
- RESONANCES/AliRsnEvent.cxx
- RESONANCES/AliRsnPairDef.cxx
- RESONANCES/AliRsnFunction.cxx
- RESONANCES/AliRsnFunctionAxis.cxx
- RESONANCES/AliRsnPair.cxx
- RESONANCES/AliRsnVATProcessInfo.cxx
- RESONANCES/AliRsnVAnalysisTaskSE.cxx
- RESONANCES/AliRsnVAnalysisTaskME.cxx
- RESONANCES/AliRsnVManager.cxx
- RESONANCES/AliRsnPairManager.cxx
- RESONANCES/AliRsnAnalysisManager.cxx
- RESONANCES/AliRsnAnalysisSE.cxx
- RESONANCES/AliRsnAnalysisME.cxx
- RESONANCES/AliRsnAnalysisEffSE.cxx
- RESONANCES/AliRsnAnalysisTrackEffSE.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(PWG2resonances "${SRCS}" "${HDRS}")
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
- SPECTRA/AliProtonAnalysisBase.cxx
- SPECTRA/AliProtonAnalysis.cxx
- SPECTRA/AliProtonQAAnalysis.cxx
- SPECTRA/AliAnalysisTaskProtons.cxx
- SPECTRA/AliAnalysisTaskProtonsQA.cxx
- SPECTRA/AliAnalysisTaskChargedHadronSpectra.cxx
- SPECTRA/AliAnalysisTaskCheckV0.cxx
- SPECTRA/AliAnalysisTaskCheckCascade.cxx
- SPECTRA/AliAnalysisTaskCheckPerformanceCascade.cxx
- SPECTRA/AliAnalysisTaskStrange.cxx
- SPECTRA/AliProtonFeedDownAnalysisTask.cxx
- SPECTRA/AliProtonFeedDownAnalysis.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(PWG2spectra "${SRCS}" "${HDRS}")
-
+++ /dev/null
-# -*- mode: cmake -*-
-
-Set(SRCS
-UNICOR/AliAnalysisTaskUnicor.cxx
-UNICOR/AliUnicorAnalCorrel.cxx
-UNICOR/AliUnicorAnal.cxx
-UNICOR/AliUnicorAnalGlobal.cxx
-UNICOR/AliUnicorAnalHighpt.cxx
-UNICOR/AliUnicorAnalPtfluc.cxx
-UNICOR/AliUnicorAnalSingle.cxx
-UNICOR/AliUnicorEventAliceESD.cxx
-UNICOR/AliUnicorEvent.cxx
-UNICOR/AliUnicorHN.cxx
-UNICOR/AliUnicorPair.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(PWG2UNICOR "${SRCS}" "${HDRS}")
EXPORT:=
-EINCLUDE:= PYTHIA6
+EINCLUDE:= PYTHIA6 PWG2/AOD
ifeq (win32gcc,$(ALICE_TARGET))
PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
EXPORT:=
-EINCLUDE:=
+EINCLUDE:= PWG2/EBYE PWG2/EBYE/LRC
EXPORT:=
-EINCLUDE:=
+EINCLUDE:= PWG2/EVCHAR
ifeq (win32gcc,$(ALICE_TARGET))
PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
EXPORT:=
-EINCLUDE:= PWG2/FEMTOSCOPY/AliFemto PWG2/AOD
+EINCLUDE:= PWG3/FEMTOSCOPY/AliFemto PWG2/AOD PWG2/FORWARD/analysis
ifeq (win32gcc,$(ALICE_TARGET))
PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
EXPORT:=
-EINCLUDE:=
+EINCLUDE:= PWG2/FLOW/AliFlowCommon
ifeq (win32gcc,$(ALICE_TARGET))
PACKSOFLAGS:= $(SOFLAGS) -L$(ROOTLIBDIR) -lEG
EXPORT:=
-EINCLUDE:= PWG2/FLOW/AliFlowCommon
+EINCLUDE:= PWG2/FLOW/AliFlowCommon PWG2/FLOW/AliFlowTasks
ifeq (win32gcc,$(ALICE_TARGET))
PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
EXPORT:=
-EINCLUDE:=
+EINCLUDE:= PWG2/KINK
ifeq (win32gcc,$(ALICE_TARGET))
PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
EXPORT:=
-EINCLUDE:= PYTHIA6
+EINCLUDE:= PYTHIA6 PWG2/RESONANCES CORRFW
ifeq (win32gcc,$(ALICE_TARGET))
PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
EXPORT:=
-EINCLUDE:=
+EINCLUDE:= PWG2/SPECTRA
ifeq (win32gcc,$(ALICE_TARGET))
PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
EXPORT:=
-EINCLUDE:= PWG2/UNICOR
+EINCLUDE:= PWG2/UNICOR ANALYSIS
ifeq (win32gcc,$(ALICE_TARGET))
PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
+++ /dev/null
-# -*- mode: cmake -*-
-# Create a library called "lib<name>" which includes the source files given in
-# the array .
-# The extension is already found. Any number of sources could be listed here.
-
-set(INCLUDE_DIRECTORIES
-${CMAKE_SOURCE_DIR}/PWG3
-${CMAKE_SOURCE_DIR}/PWG3/base
-${CMAKE_SOURCE_DIR}/PWG3/muon
-${CMAKE_SOURCE_DIR}/PWG3/vertexingHF
-${CMAKE_SOURCE_DIR}/PWG3/vertexingOld
-${CMAKE_SOURCE_DIR}/PWG3/hfe
-${CMAKE_SOURCE_DIR}/STEER
-${CMAKE_SOURCE_DIR}/ANALYSIS
-${CMAKE_SOURCE_DIR}/CORRFW
-${ROOT_INCLUDE_DIR}
-)
-
-include_directories( ${INCLUDE_DIRECTORIES})
-
-set(LINK_DIRECTORIES
-${ROOT_LIBRARY_DIR}
-)
-
-link_directories( ${LINK_DIRECTORIES})
-
-SetModule()
-
-include(CMake_libPWG3base.txt)
-
-include(CMake_libPWG3.txt)
-
-include(CMake_libPWG3vertexingHF.txt)
-
-include(CMake_libPWG3vertexingOld.txt)
-
-include(CMake_libPWG3hfe.txt)
-
-include(CMake_libPWG3muon.txt)
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(PWG3 "${SRCS}" "${HDRS}")
-
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
- base/AliQuarkoniaAcceptance.cxx
- base/AliQuarkoniaEfficiency.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(PWG3base "${SRCS}" "${HDRS}")
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
- hfe/AliHFEcollection.cxx
- hfe/AliHFEmcQA.cxx
- hfe/AliHFEsecVtx.cxx
- hfe/AliHFEpriVtx.cxx
- hfe/AliHFEpid.cxx
- hfe/AliHFEpidBase.cxx
- hfe/AliHFEpidITS.cxx
- hfe/AliHFEpidTPC.cxx
- hfe/AliHFEpidTRD.cxx
- hfe/AliHFEpidTOF.cxx
- hfe/AliHFEpidMC.cxx
- hfe/AliHFEextraCuts.cxx
- hfe/AliHFEcuts.cxx
- hfe/AliAnalysisTaskHFE.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(PWG3hfe "${SRCS}" "${HDRS}")
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
- muon/AliAnalysisTaskESDMuonFilter.cxx
- muon/AliAnalysisTaskMuonAODfromGeneral.cxx
- muon/AliAnalysisTaskFromStandardToMuonAOD.cxx
- muon/AliAnalysisTaskSingleMu.cxx
- muon/AliAnalysisTaskLUT.cxx
- muon/AliAnalysisTaskTrigChEff.cxx
- muon/AliAnalysisTaskLinkToMC.cxx
- muon/AliAODDimuon.cxx
- muon/AliAODEventInfo.cxx
- muon/AliESDMuonTrackCuts.cxx
- muon/AliAnalysisTaskSingleMuESD.cxx
- muon/AliCFMuonResTask1.cxx
- muon/AliEventPoolMuon.cxx
- muon/AliAnalysisTaskCreateMixedDimuons.cxx
- muon/AliAnalysisTaskMuonAODCreation.cxx
- muon/AliAnalysisTaskMuonDistributions.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(PWG3muon "${SRCS}" "${HDRS}" "${HDRS}")
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
- vertexingHF/AliAODRecoDecayHF.cxx
- vertexingHF/AliAODRecoDecayHF2Prong.cxx vertexingHF/AliAODRecoDecayHF3Prong.cxx
- vertexingHF/AliAODRecoDecayHF4Prong.cxx
- vertexingHF/AliAODRecoCascadeHF.cxx
- vertexingHF/AliAnalysisVertexingHF.cxx
- vertexingHF/AliAnalysisTaskSEVertexingHF.cxx
- vertexingHF/AliAnalysisTaskMEVertexingHF.cxx
- vertexingHF/AliAnalysisTaskSESelectHF.cxx
- vertexingHF/AliAnalysisTaskSECompareHF.cxx
- vertexingHF/AliAnalysisTaskSEDplus.cxx
- vertexingHF/AliAnalysisTaskSED0Mass.cxx
- vertexingHF/AliAnalysisTaskSECharmFraction.cxx
- vertexingHF/AliAnalysisTaskCharmFraction.cxx
- vertexingHF/AliAnalysisTaskSEBkgLikeSignJPSI.cxx
- vertexingHF/AliAnalysisTaskSEBkgLikeSignD0.cxx
- vertexingHF/AliCFHeavyFlavourTaskMultiVarMultiStep.cxx
- vertexingHF/AliMultiDimVector.cxx
- vertexingHF/AliSignificanceCalculator.cxx
- vertexingHF/AliHFMassFitter.cxx
- vertexingHF/AliAnalysisBtoJPSItoEle.cxx
- vertexingHF/AliAnalysisTaskSEBtoJPSItoEle.cxx
- vertexingHF/AliBtoJPSItoEleCDFfitFCN.cxx
- vertexingHF/AliBtoJPSItoEleCDFfitHandler.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(PWG3vertexingHF "${SRCS}" "${HDRS}")
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
- vertexingOld/AliD0toKpi.cxx vertexingOld/AliD0toKpiAnalysis.cxx
- vertexingOld/AliBtoJPSItoEle.cxx vertexingOld/AliBtoJPSItoEleAnalysis.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(PWG3vertexingOld "${SRCS}" "${HDRS}")
DHDR:= PWG3baseLinkDef.h
-EINCLUDE:=
+EINCLUDE:= PWG3/base
ifeq (win32gcc,$(ALICE_TARGET))
PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase
DHDR= PWG3hfeLinkDef.h
-EINCLUDE:= PWG3/base STEER TPC CORRFW
+EINCLUDE:= PWG3/base PWG3/hfe STEER TPC CORRFW
ifeq (win32gcc,$(ALICE_TARGET))
PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
DHDR:= PWG3muonLinkDef.h
-EINCLUDE:= PWG3/base
+EINCLUDE:= PWG3/base PWG3/muon ANALYSIS
ifeq (win32gcc,$(ALICE_TARGET))
PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
DHDR:= PWG3muondepLinkDef.h
-EINCLUDE:= MUON MUON/mapping PWG3/base
+EINCLUDE:= MUON MUON/mapping PWG3/base PWG3/muondep
ifeq (win32gcc,$(ALICE_TARGET))
PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
DHDR:= PWG3vertexingHFLinkDef.h
-EINCLUDE:= PWG3/base CORRFW
+EINCLUDE:= PWG3/base PWG3/vertexingHF CORRFW
ifeq (win32gcc,$(ALICE_TARGET))
PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
DHDR:= PWG3vertexingOldLinkDef.h
-EINCLUDE:=
+EINCLUDE:= PWG3/vertexingOld
ifeq (win32gcc,$(ALICE_TARGET))
PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
+++ /dev/null
-# -*- mode: cmake -*-
-
-# Create a library called "lib<name>" which includes the source files given in
-# the array .
-# The extension is already found. Any number of sources could be listed here.
-
-set(INCLUDE_DIRECTORIES
-${CMAKE_SOURCE_DIR}/PWG4
-${CMAKE_SOURCE_DIR}/PWG4/PartCorrBase
-${CMAKE_SOURCE_DIR}/PWG4/PartCorrDep
-${CMAKE_SOURCE_DIR}/PWG4/JetTasks
-${CMAKE_SOURCE_DIR}/PWG4/GammaConv
-${CMAKE_SOURCE_DIR}/PWG4/omega3pi
-${CMAKE_SOURCE_DIR}/PWG4/CaloCalib
-${CMAKE_SOURCE_DIR}/PHOS
-${CMAKE_SOURCE_DIR}/STEER
-${CMAKE_SOURCE_DIR}/ANALYSIS
-${CMAKE_SOURCE_DIR}/JETAN
-${ROOT_INCLUDE_DIR}
-)
-
-include_directories( ${INCLUDE_DIRECTORIES})
-
-set(LINK_DIRECTORIES
-${ROOT_LIBRARY_DIR}
-)
-
-link_directories( ${LINK_DIRECTORIES})
-
-SetModule()
-
-include(CMake_libPWG4PartCorrBase.txt)
-include(CMake_libPWG4PartCorrDep.txt)
-include(CMake_libPWG4JetTasks.txt)
-include(CMake_libPWG4GammaConv.txt)
-include(CMake_libPWG4omega3pi.txt)
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
- CaloCalib/AliAnalysisTaskCaloFilter.cxx CaloCalib/AliAnalysisTaskPHOSPi0CalibSelection.cxx CaloCalib/AliAnalysisTaskEMCALPi0CalibSelection.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(PWG4CaloCalib "${SRCS}" "${HDRS}")
-
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
- GammaConv/AliV0Reader.cxx GammaConv/AliAnalysisTaskGammaConversion.cxx GammaConv/AliGammaConversionHistograms.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(PWG4GammaConv "${SRCS}" "${HDRS}")
-
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
- JetTasks/AliAnalysisTaskUE.cxx
- JetTasks/AliAnalysisTaskJetSpectrum.cxx
- JetTasks/AliAnalysisTaskJFSystematics.cxx
- JetTasks/AliAnalysisTaskJetCorrections.cxx;
- JetTasks/AliAnalysisTaskThreeJets.cxx;
- JetTasks/AliAnalysisHelperJetTasks.cxx
- JetTasks/AliAnaESDSpectraQA.cxx
- JetTasks/AliAnalysisTaskPWG4PidDetEx.cxx
- JetTasks/AliJetSpectrumUnfolding.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(PWG4JetTasks "${SRCS}" "${HDRS}")
-
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
- PartCorrBase/AliAODPWG4Particle.cxx PartCorrBase/AliAODPWG4ParticleCorrelation.cxx
- PartCorrBase/AliNeutralMesonSelection.cxx PartCorrBase/AliFidutialCut.cxx
- PartCorrBase/AliCaloPID.cxx PartCorrBase/AliMCAnalysisUtils.cxx PartCorrBase/AliIsolationCut.cxx
- PartCorrBase/AliAnaScale.cxx PartCorrBase/AliAnaPartCorrMaker.cxx
- PartCorrBase/AliAnaPartCorrBaseClass.cxx PartCorrBase/AliAnalysisTaskParticleCorrelation.cxx
- PartCorrBase/AliCaloTrackReader.cxx PartCorrBase/AliCaloTrackESDReader.cxx
- PartCorrBase/AliCaloTrackAODReader.cxx PartCorrBase/AliCaloTrackMCReader.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(PWG4PartCorrBase "${SRCS}" "${HDRS}")
-
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
- PartCorrDep/AliAnaCaloTrigger.cxx
- PartCorrDep/AliAnalysisTaskPHOSExample.cxx PartCorrDep/AliAnaExample.cxx
- PartCorrDep/AliAnaPhoton.cxx PartCorrDep/AliAnaPi0.cxx PartCorrDep/AliAnaPi0EbE.cxx
- PartCorrDep/AliAnaParticleIsolation.cxx PartCorrDep/AliAnaParticlePartonCorrelation.cxx
- PartCorrDep/AliAnaParticleHadronCorrelation.cxx PartCorrDep/AliAnaParticleJetFinderCorrelation.cxx
- PartCorrDep/AliAnaParticleJetLeadingConeCorrelation.cxx PartCorrDep/AliAnaChargedParticles.cxx
- PartCorrDep/AliAnaCalorimeterQA.cxx PartCorrDep/AliAnaElectron.cxx
- PartCorrDep/AliAnalysisTaskTaggedPhotons.cxx PartCorrDep/AliAnaOmegaToPi0Gamma.cxx
-
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(PWG4PartCorrDep "${SRCS}" "${HDRS}")
-
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
- omega3pi/AliAnalysisTaskOmegaPi0PiPi.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(PWG4omega3pi "${SRCS}" "${HDRS}")
-
EXPORT:=$(SRCS:.cxx=.h)
-EINCLUDE= PHOS EMCAL
+EINCLUDE= PHOS EMCAL PWG4/CaloCalib
ifeq (win32gcc,$(ALICE_TARGET))
PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
EXPORT:=$(SRCS:.cxx=.h)
+EINCLUDE:= PWG4/GammaConv ANALYSIS CORRFW
+
ifeq (win32gcc,$(ALICE_TARGET))
PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
-lESD -lAOD -lANALYSIS -lANALYSISalice \
EXPORT:=$(SRCS:.cxx=.h)
-EINCLUDE=JETAN
+EINCLUDE=JETAN PWG4/JetTasks
ifeq (win32gcc,$(ALICE_TARGET))
PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
DHDR:= PWG4PartCorrBaseLinkDef.h
+EINCLUDE = PWG4/PartCorrBase
+
EXPORT:=$(SRCS:.cxx=.h)
ifeq (win32gcc,$(ALICE_TARGET))
EXPORT:=$(SRCS:.cxx=.h)
-EINCLUDE= PWG4/PartCorrBase PWG4PartCorrBase/PartCorrBase
+EINCLUDE= PWG4/PartCorrBase PWG4/PartCorrDep
ifeq (win32gcc,$(ALICE_TARGET))
PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
EXPORT:=$(SRCS:.cxx=.h)
+EINCLUDE = PWG4/omega3pi
+
ifeq (win32gcc,$(ALICE_TARGET))
PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
-lESD -lAOD -lANALYSIS -lANALYSISalice \
+++ /dev/null
-# -*- mode: cmake -*-
-# Create a library called "lib<name>" which includes the source files given in
-# the array .
-# The extension is already found. Any number of sources could be listed here.
-
-set(INCLUDE_DIRECTORIES
-${CMAKE_SOURCE_DIR}/PYTHIA6
-${CMAKE_SOURCE_DIR}/PYTHIA6/QPYTHIA
-${CMAKE_SOURCE_DIR}/STEER
-${CMAKE_SOURCE_DIR}/LHAPDF
-${CMAKE_SOURCE_DIR}/EVGEN
-${CMAKE_SOURCE_DIR}/FASTSIM
-${ROOT_INCLUDE_DIR}
-)
-
-include_directories( ${INCLUDE_DIRECTORIES})
-
-set(LINK_DIRECTORIES
-${ROOT_LIBRARY_DIR}
-)
-
-link_directories( ${LINK_DIRECTORIES})
-
-SetModule()
-
-include(CMake_libpythia6.txt)
-
-include(CMake_libAliPythia6.txt)
-
-include(CMake_libqpythia.txt)
-
-
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-AliPythiaBase.cxx AliPythia.cxx AliPythia6.cxx AliGenPythia.cxx AliGenPythiaPlus.cxx AliDecayerPythia.cxx
-)
-
-set(FSRCS
-openDecayTable.F
-)
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-Set(SRCS ${SRCS} ${FSRCS})
-
-AddLibrary(AliPythia6 "${SRCS}" "${HDRS}")
-
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-AliPythiaRndm.cxx
-)
-
-set(CSRCS
-main.c
-pythia6_common_address.c
-)
-
-set(FSRCS
-pythia6_common_block_address.F
-tpythia6_called_from_cc.F
-pythia6214.f
-pydummy.f
-pdf_alice.F
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-Set(SRCS ${SRCS} ${FSRCS} ${CSRCS})
-
-AddLibrary(pythia6 "${SRCS}" "${HDRS}")
-
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-QPYTHIA/AliQPythiaWrapper.cxx
-QPYTHIA/AliQPythiaRndm.cxx
-)
-
-set(CSRCS
-QPYTHIA/main.c
-QPYTHIA/pythia6_common_address.c
-)
-
-set(FSRCS
-QPYTHIA/pythia6_common_block_address.F
-QPYTHIA/pythia6_called_from_cc.F
-QPYTHIA/pythia-6.4.14.f
-QPYTHIA/pyquen1_5.F
-QPYTHIA/q-pyshow.1.0.F
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-Set(SRCS ${SRCS} ${FSRCS} ${CSRCS})
-
-AddLibrary(qpythia "${SRCS}" "${HDRS}")
EXPORT:=AliPythiaBase.h AliPythia.h AliDecayerPythia.h
-EINCLUDE:=FASTSIM
+EINCLUDE:=FASTSIM LHAPDF EVGEN
ifeq (win32gcc,$(ALICE_TARGET))
PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
CSRCS:= \
QPYTHIA/main.c QPYTHIA/pythia6_common_address.c
-EINCLUDE:=FASTSIM
+EINCLUDE:=FASTSIM PYTHIA6/QPYTHIA
FSRCS:= \
QPYTHIA/pythia6_common_block_address.F \
+++ /dev/null
-# -*- mode: cmake -*-
-
-# Create a library called "lib<name>" which includes the source files given in
-# the array .
-# The extension is already found. Any number of sources could be listed here.
-
-set(INCLUDE_DIRECTORIES
-${CMAKE_SOURCE_DIR}/PYTHIA8
-${ALIROOT_INSTALL_DIR}/include
-${ROOT_INCLUDE_DIR}
-)
-
-include_directories( ${INCLUDE_DIRECTORIES})
-
-set(LINK_DIRECTORIES
-${ROOT_LIBRARY_DIR}
-)
-
-link_directories( ${LINK_DIRECTORIES})
-
-SetModule()
-
-include(CMake_libAliPythia8.txt)
-
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-AliPythia8.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(AliPythia8 "${SRCS}" "${HDRS}")
-
+++ /dev/null
-# -*- mode: cmake -*-
-
-# Create a library called "lib<name>" which includes the source files given in
-# the array .
-# The extension is already found. Any number of sources could be listed here.
-
-set(INCLUDE_DIRECTORIES
-${CMAKE_SOURCE_DIR}/RALICE
-${ROOT_INCLUDE_DIR}
-)
-
-include_directories( ${INCLUDE_DIRECTORIES})
-
-set(LINK_DIRECTORIES
-${ROOT_LIBRARY_DIR}
-)
-
-link_directories( ${LINK_DIRECTORIES})
-
-SetModule()
-
-include(CMake_libRALICE.txt)
-
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
- Ali3Vector.cxx Ali4Vector.cxx AliBoost.cxx AliCalcluster.cxx
- AliCalmodule.cxx AliCalorimeter.cxx AliInvmass.cxx AliJet.cxx
- AliMath.cxx AliPosition.cxx AliRandom.cxx AliSample.cxx AliSignal.cxx
- AliTrack.cxx AliVertex.cxx Ali3VectorObj.cxx Ali4VectorObj.cxx
- AliPositionObj.cxx AliEvent.cxx AliCollider.cxx AliObjMatrix.cxx
- AliAttrib.cxx AliAttribObj.cxx AliHelix.cxx AliDevice.cxx
- AliTimestamp.cxx AliJob.cxx AliAstrolab.cxx AliEventSelector.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(RALICE "${SRCS}" "${HDRS}")
-
+++ /dev/null
-# -*- mode: cmake -*-
-# Create a library called "lib<name>" which includes the source files given in
-# the array .
-# The extension is already found. Any number of sources could be listed here.
-
-set(INCLUDE_DIRECTORIES
-RAW
-${CMAKE_SOURCE_DIR}/RAW
-${CMAKE_SOURCE_DIR}/STEER
-${ROOT_INCLUDE_DIR}
-)
-
-include_directories( ${INCLUDE_DIRECTORIES})
-
-set(LINK_DIRECTORIES
-${ROOT_LIBRARY_DIR}
-)
-
-link_directories( ${LINK_DIRECTORIES})
-
-SetModule()
-
-include(CMake_libRAWDatasim.txt)
-
-include(CMake_libMDC.txt)
-
-include(CMake_libMDCFilter.txt)
-
-include(CMake_libRAWDatarec.txt)
-
-include(CMake_libRAWDatabase.txt)
-
-include(CMake_libRAWDatarecOnline.txt)
-
-include(CMake_binalimdc.txt)
-
-include(CMake_binalirawdump.txt)
-
-include(CMake_bindateStream.txt)
-
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-alimdc_main.cxx
-)
-
-Set(LIBS
- AOD CDB ESD HLTbase ITSbase ITSrec ITSsim MDC MUONbase MUONcalib
- MUONcore MUONevaluation MUONgeometry MUONmapping MUONraw MUONrec
- MUONsim MUONtrigger RAWDatabase RAWDatarec RAWDatasim STEER
- STEERBase TPCbase TPCrec TPCsim)
-
-AddExecutable(alimdc "${SRCS}" "${LIBS}")
-
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-alirawdump_main.cxx
-)
-
-Set(LIBS
- STEERBase ESD AOD RAWDatabase RAWDatarec RAWDatasim MDC CDB STEER TPCbase
- TPCsim TPCrec HLTbase ITSbase ITSsim ITSrec MUONevaluation MUONsim MUONrec
- MUONbase MUONtrigger MUONgeometry MUONraw MUONcalib MUONmapping MUONcore)
-
-AddExecutable(alirawdump "${SRCS}" "${LIBS}")
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-dateStream.cxx
-)
-
-Set(LIBS STEERBase ESD AOD RAWDatabase RAWDatarec RAWDatasim MDC CDB STEER
- TPCbase TPCsim TPCrec HLTbase ITSbase ITSsim ITSrec MUONevaluation MUONsim
- MUONrec MUONbase MUONtrigger MUONgeometry MUONraw MUONcalib MUONmapping
- MUONcore)
-
-AddExecutable(dateStream "${SRCS}" "${LIBS}")
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
- AliMDC.cxx AliRawDB.cxx
- AliRawRFIODB.cxx AliRawCastorDB.cxx AliRawRootdDB.cxx
- AliRawNullDB.cxx AliTagDB.cxx AliTagNullDB.cxx
- mdc.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(MDC "${SRCS}" "${HDRS}" "${HDRS}")
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(MDCFilter "${SRCS}" "${HDRS}" "${HDRS}")
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
- AliRawEventHeaderBase.cxx AliRawEquipmentHeader.cxx
- AliRawEquipment.cxx AliRawEvent.cxx
- AliRawData.cxx AliRawVEquipment.cxx AliRawEquipmentV2.cxx AliRawVEvent.cxx AliRawEventV2.cxx
- AliRawDataArrayV2.cxx AliRawDataArray.cxx
- AliStats.cxx AliRawEventTag.cxx
- AliAltroMapping.cxx AliCaloAltroMapping.cxx
- AliDAQ.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-Set(HDRS ${HDRS} AliRawEventHeaderVersions.h ${ROOTSYS}/include/TH1F.h)
-
-Configure_file(${CMAKE_SOURCE_DIR}/RAW/AliRawEventHeaderVersions.h
- ${CMAKE_CURRENT_BINARY_DIR}/RAW/AliRawEventHeaderVersions.h
- COPYONLY)
-
-AddLibrary(RAWDatabase "${SRCS}" "${HDRS}")
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
- AliFilter.cxx
- AliRawReader.cxx AliRawReaderFile.cxx AliRawReaderRoot.cxx
- AliRawReaderDate.cxx AliRawReaderDateV3.cxx
- AliRawReaderMemory.cxx
- AliRawHLTManager.cxx
- AliAltroRawStream.cxx
- AliCaloRawStream.cxx AliCaloRawStreamV3.cxx
- AliVMERawStream.cxx
- AliAltroDecoder.cxx AliAltroData.cxx AliAltroBunch.cxx AliAltroRawStreamFast.cxx
- AliRawReaderChain.cxx
- AliAltroRawStreamV3.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(RAWDatarec "${SRCS}" "${HDRS}")
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-AliRawReaderDateOnline.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(RAWDatarecOnline "${SRCS}" "${HDRS}")
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-AliBitPacking.cxx
-AliAltroBuffer.cxx
-AliAltroBufferV3.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(RAWDatasim "${SRCS}" "${HDRS}")
+++ /dev/null
-# -*- mode: cmake -*-
-
-# Create a library called "lib<name>" which includes the source files given in
-# the array .
-# The extension is already found. Any number of sources could be listed here.
-
-set(INCLUDE_DIRECTORIES
-${CMAKE_SOURCE_DIR}/STAT
-${CMAKE_SOURCE_DIR}/STEER
-${ROOT_INCLUDE_DIR}
-)
-
-include_directories( ${INCLUDE_DIRECTORIES})
-
-set(LINK_DIRECTORIES
-${ROOT_LIBRARY_DIR}
-)
-
-link_directories( ${LINK_DIRECTORIES})
-
-SetModule()
-
-include(CMake_libSTAT.txt)
-
-
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
- TKDInterpolatorBase.cxx
- TKDNodeInfo.cxx
- TKDPDF.cxx
- TKDInterpolator.cxx
- TKDSpline.cxx
- AliTMinuitToolkit.cxx
- TStatToolkit.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(STAT "${SRCS}" "${HDRS}" "${HDRS}")
-
+++ /dev/null
-# -*- mode: cmake -*-
-# Create all libraries of STEER subdirectory
-
-set(INCLUDE_DIRECTORIES
-${CMAKE_SOURCE_DIR}/STEER
-${CMAKE_BINARY_DIR}/STEER
-${CMAKE_SOURCE_DIR}/RAW
-${CMAKE_SOURCE_DIR}/HLT/sim
-${ROOT_INCLUDE_DIR}
-)
-
-include_directories( ${INCLUDE_DIRECTORIES})
-
-set(LINK_DIRECTORIES
-${ROOT_LIBRARY_DIR}
-)
-
-link_directories( ${LINK_DIRECTORIES})
-
-SetModule()
-
-# include files with the descriptions how to build the
-# different libraries of this subdirectory
-
-include(CMake_libESD.txt)
-
-include(CMake_libCDB.txt)
-
-include(CMake_libSTEERBase.txt)
-
-include(CMake_libSTEER.txt)
-
-include(CMake_libAOD.txt)
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
- AliAODEvent.cxx AliAODHeader.cxx
- AliAODTrack.cxx AliAODPid.cxx AliAODVertex.cxx
- AliAODCluster.cxx AliAODCaloCluster.cxx AliAODPmdCluster.cxx AliAODFmdCluster.cxx
- AliAODJet.cxx AliAODPWG4JetEventBackground.cxx AliAODPhoton.cxx AliAODRedCov.cxx AliAODRecoDecay.cxx
- AliAODHandler.cxx AliAODTracklets.cxx AliAODTagCreator.cxx
- AliAODv0.cxx AliAODcascade.cxx AliAODCaloCells.cxx AliAODInputHandler.cxx
- AliAODDiJet.cxx AliAODMCParticle.cxx AliAODMCHeader.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(AOD "${SRCS}" "${HDRS}" "${HDRS}")
-
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-AliCDBEntry.cxx AliCDBId.cxx AliCDBMetaData.cxx
-AliCDBPath.cxx AliCDBRunRange.cxx AliCDBManager.cxx
-AliCDBStorage.cxx AliCDBLocal.cxx AliCDBDump.cxx AliCDBGrid.cxx
-AliDCSValue.cxx AliDCSSensor.cxx AliDCSSensorArray.cxx
-AliDCSGenDB.cxx AliSplineFit.cxx TTreeStream.cxx
-AliPreprocessor.cxx AliShuttleInterface.cxx
-AliGRPDCS.cxx
-AliCDBHandler.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(CDB "${SRCS}" "${HDRS}" "${HDRS}")
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
- AliESDEvent.cxx AliESDInputHandler.cxx AliESDInputHandlerRP.cxx AliESDfriend.cxx AliESD.cxx
- AliESDtrack.cxx AliESDfriendTrack.cxx
- AliESDMuonTrack.cxx AliESDPmdTrack.cxx AliESDTrdTrack.cxx AliESDHLTtrack.cxx
- AliESDv0.cxx AliESDcascade.cxx AliVertex.cxx AliESDVertex.cxx
- AliESDpid.cxx AliESDkink.cxx
- AliESDCaloCluster.cxx AliESDMuonCluster.cxx AliESDMuonPad.cxx
- AliKFParticleBase.cxx AliKFParticle.cxx AliKFVertex.cxx
- AliKalmanTrack.cxx AliNeutralTrackParam.cxx
- AliVertexerTracks.cxx AliStrLine.cxx
- AliESDV0Params.cxx
- AliTrackPointArray.cxx
- AliESDFMD.cxx AliFMDMap.cxx AliFMDFloatMap.cxx
- AliESDMultITS.cxx
- AliESDVZERO.cxx
- AliMultiplicity.cxx
- AliSelector.cxx
- AliESDRun.cxx
- AliESDHeader.cxx
- AliESDZDC.cxx
- AliESDTZERO.cxx
- AliESDCaloTrigger.cxx
- AliRawDataErrorLog.cxx
- AliMeanVertex.cxx
- AliESDCaloCells.cxx
- AliESDACORDE.cxx
- AliTriggerIR.cxx
- AliESDVZEROfriend.cxx
- AliTPCpidESD.cxx
- AliTOFpidESD.cxx
- AliTriggerScalersESD.cxx
- AliTriggerScalersRecordESD.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(ESD "${SRCS}" "${HDRS}" "${HDRS}")
-
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-AliRunLoader.cxx AliLoader.cxx AliDataLoader.cxx
-AliObjectLoader.cxx AliBaseLoader.cxx AliTreeLoader.cxx AliTaskLoader.cxx
-AliDetector.cxx
-AliDigit.cxx AliHit.cxx
-AliRun.cxx AliGenerator.cxx AliVertexGenerator.cxx
-AliLego.cxx AliModule.cxx AliDigitNew.cxx
-AliGeometry.cxx AliRecPoint.cxx
-AliHitMap.cxx AliLegoGenerator.cxx AliLegoGeneratorXYZ.cxx
-AliLegoGeneratorPhiZ.cxx AliLegoGeneratorEta.cxx AliLegoGeneratorEtaR.cxx
-AliRndm.cxx
-AliDebugVolume.cxx
-AliConfig.cxx
-AliRunDigitizer.cxx AliDigitizer.cxx AliStream.cxx
-AliMergeCombi.cxx
-AliGausCorr.cxx
-AliTrackMap.cxx AliTrackMapper.cxx
-AliMemoryWatcher.cxx
-AliVertexer.cxx
-AliV0vertexer.cxx AliCascadeVertexer.cxx
-AliMC.cxx AliSimulation.cxx AliReconstruction.cxx AliVertexGenFile.cxx
-AliReconstructor.cxx
-AliGeomManager.cxx
-AliAlignObj.cxx AliAlignObjParams.cxx AliAlignObjMatrix.cxx
-AliMisAligner.cxx
-AliTriggerInput.cxx
-AliTriggerDetector.cxx
-AliTriggerConfiguration.cxx
-AliTriggerBCMask.cxx
-AliTriggerInteraction.cxx
-AliTriggerDescriptor.cxx
-AliTriggerClass.cxx
-AliTriggerCluster.cxx
-AliTriggerPFProtection.cxx
-AliCentralTrigger.cxx AliRieman.cxx
-AliTrackFitter.cxx AliTrackFitterRieman.cxx AliTrackFitterKalman.cxx
-AliTrackFitterStraight.cxx
-AliTrackResiduals.cxx AliTrackResidualsChi2.cxx AliTrackResidualsFast.cxx AliTrackResidualsLinear.cxx
-AliAlignmentTracks.cxx
-AliExpression.cxx
-AliCTPRawStream.cxx
-AliMathBase.cxx AliSignalProcesor.cxx
-AliTracker.cxx AliCluster.cxx AliCluster3D.cxx
-AliHelix.cxx AliV0.cxx AliKink.cxx
-AliSelectorRL.cxx
-AliSurveyObj.cxx AliSurveyPoint.cxx
-AliSurveyToAlignObjs.cxx
-AliFstream.cxx
-AliCTPRawData.cxx
-AliQADataMaker.cxx
-AliGlobalQADataMaker.cxx
-AliQADataMakerSim.cxx
-AliQADataMakerRec.cxx
-AliCorrQADataMakerRec.cxx
-AliQAManager.cxx
-AliQAChecker.cxx
-AliCorrQAChecker.cxx
-AliGlobalQAChecker.cxx
-AliQACheckerBase.cxx
-AliMillepede.cxx
-AliPlaneEff.cxx
-AliTriggerRunScalers.cxx AliGRPPreprocessor.cxx
-AliGRPRecoParam.cxx
-AliRelAlignerKalman.cxx
-AliESDTagCreator.cxx
-AliGRPObject.cxx
-AliQAv1.cxx
-AliRunInfo.cxx AliEventInfo.cxx
-AliRecoParam.cxx
-AliDetectorRecoParam.cxx
-AliMillePedeRecord.cxx AliMillePede2.cxx AliMatrixSq.cxx
-AliVectorSparse.cxx AliMatrixSparse.cxx
-AliSymMatrix.cxx AliRectMatrix.cxx AliMinResSolve.cxx
-AliGRPManager.cxx
-)
-
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(STEER "${SRCS}" "${HDRS}" "${HDRS}")
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
- AliVParticle.cxx
- AliVTrack.cxx
- AliVVertex.cxx
- AliVEvent.cxx
- AliMixedEvent.cxx
- AliVHeader.cxx
- AliVEventHandler.cxx
- AliVEventPool.cxx
- AliPID.cxx AliLog.cxx
- AliRunTag.cxx AliLHCTag.cxx AliDetectorTag.cxx AliEventTag.cxx
- AliEventTagCuts.cxx AliRunTagCuts.cxx
- AliLHCTagCuts.cxx AliDetectorTagCuts.cxx
- AliTagCreator.cxx
- AliHeader.cxx AliGenEventHeader.cxx AliDetectorEventHeader.cxx
- AliGenPythiaEventHeader.cxx AliGenCocktailEventHeader.cxx
- AliGenGeVSimEventHeader.cxx
- AliGenHijingEventHeader.cxx AliCollisionGeometry.cxx
- AliGenDPMjetEventHeader.cxx AliGenEposEventHeader.cxx
- AliStack.cxx AliMCEventHandler.cxx AliInputEventHandler.cxx
- AliTrackReference.cxx AliSysInfo.cxx
- AliMCEvent.cxx AliMCParticle.cxx
- AliMagF.cxx AliMagWrapCheb.cxx AliCheb3D.cxx AliCheb3DCalc.cxx
- AliCodeTimer.cxx
- AliPDG.cxx
- AliTimeStamp.cxx AliTriggerScalers.cxx AliTriggerScalersRecord.cxx
- AliExternalTrackParam.cxx
- AliQA.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(STEERBase "${SRCS}" "${HDRS}" "${HDRS}")
-
+++ /dev/null
-# -*- mode: cmake -*-
-
-# Create a library called "lib<name>" which includes the source files given in
-# the array .
-# The extension is already found. Any number of sources could be listed here.
-
-set(INCLUDE_DIRECTORIES
-${CMAKE_SOURCE_DIR}/STRUCT
-${CMAKE_SOURCE_DIR}/STEER
-${ROOT_INCLUDE_DIR}
-)
-
-include_directories( ${INCLUDE_DIRECTORIES})
-
-set(LINK_DIRECTORIES
-${ROOT_LIBRARY_DIR}
-)
-
-link_directories( ${LINK_DIRECTORIES})
-
-SetModule()
-
-include(CMake_libSTRUCT.txt)
-
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
- AliMAG.cxx AliABSO.cxx AliABSOv0.cxx
- AliDIPO.cxx AliDIPOv2.cxx AliDIPOv3.cxx
- AliFRAME.cxx AliFRAMEv2.cxx
- AliHALL.cxx AliHALLv3.cxx
- AliSHIL.cxx AliSHILv0.cxx AliABSOv3.cxx
- AliPIPE.cxx AliPIPEv0.cxx AliPIPEv3.cxx
- AliBODY.cxx AliSHILv2.cxx AliSHILv3.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(STRUCT "${SRCS}" "${HDRS}")
-
#include "AliT0Dqclass.h"
#include "TClass.h"
-#include "iostream"
-
+// #include "iostream.h"
ClassImp(AliT0Preprocessor)
+++ /dev/null
-# -*- mode: cmake -*-
-# Create a library called "lib<name>" which includes the source files given in
-# the array .
-# The extension is already found. Any number of sources could be listed here.
-
-set(INCLUDE_DIRECTORIES
-${CMAKE_SOURCE_DIR}/T0
-${CMAKE_SOURCE_DIR}/STEER
-${CMAKE_SOURCE_DIR}/RAW
-${ROOT_INCLUDE_DIR}
-)
-
-include_directories( ${INCLUDE_DIRECTORIES})
-
-set(LINK_DIRECTORIES
-${ROOT_LIBRARY_DIR}
-)
-
-link_directories( ${LINK_DIRECTORIES})
-
-SetModule()
-
-include(CMake_libT0shuttle.txt)
-
-include(CMake_libT0rec.txt)
-
-include(CMake_libT0base.txt)
-
-include(CMake_libT0sim.txt)
-
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-AliT0.cxx
-AliT0digit.cxx
-AliT0Trigger.cxx
-AliT0CalibData.cxx
-AliT0CalibTimeEq.cxx
-AliT0CalibWalk.cxx
-AliT0Parameters.cxx
-AliT0LookUpValue.cxx
-AliT0LookUpKey.cxx
-AliT0Align.cxx
-AliT0QAChecker.cxx
-AliT0RecPoint.cxx
-AliT0hit.cxx
-AliT0RawReader.cxx
-AliT0RawData.cxx
-AliT0Digitizer.cxx
-AliT0MisAligner.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(T0base "${SRCS}" "${HDRS}")
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-AliT0Reconstructor.cxx
-AliT0Calibrator.cxx
-AliT0CalibLaserData.cxx
-AliT0QADataMakerRec.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(T0rec "${SRCS}" "${HDRS}")
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-AliT0Preprocessor.cxx
-AliT0DataDCS.cxx
-AliT0PreprocessorCosmic.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(T0shuttle "${SRCS}" "${HDRS}")
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-AliT0v0.cxx
-AliT0v1.cxx
-AliT0QADataMakerSim.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(T0sim "${SRCS}" "${HDRS}")
-
-
+++ /dev/null
-# -*- mode: cmake -*-
-
-# Create a library called "lib<name>" which includes the source files given in
-# the array .
-# The extension is already found. Any number of sources could be listed here.
-
-set(INCLUDE_DIRECTORIES
-${CMAKE_SOURCE_DIR}/TDPMjet
-${CMAKE_SOURCE_DIR}/STEER
-${CMAKE_SOURCE_DIR}/EVGEN
-${CMAKE_SOURCE_DIR}/DPMJET
-${ROOT_INCLUDE_DIR}
-)
-
-include_directories( ${INCLUDE_DIRECTORIES})
-
-set(LINK_DIRECTORIES
-${ROOT_LIBRARY_DIR}
-)
-
-link_directories( ${LINK_DIRECTORIES})
-
-SetModule()
-
-include(CMake_libTDPMjet.txt)
-
-
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-TDPMjet.cxx
-AliGenDPMjet.cxx
-AliIonPDGCodes.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(TDPMjet "${SRCS}" "${HDRS}")
-
EXPORT:=TDPMjet.h AliIonPDGCodes.h
-EINCLUDE:=DPMJET
+EINCLUDE:=DPMJET EVGEN
ifeq (win32gcc,$(ALICE_TARGET))
PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
+++ /dev/null
-# -*- mode: cmake -*-
-
-# Create a library called "lib<name>" which includes the source files given in
-# the array .
-# The extension is already found. Any number of sources could be listed here.
-
-set(INCLUDE_DIRECTORIES
-${CMAKE_SOURCE_DIR}/TEPEMGEN
-${CMAKE_SOURCE_DIR}/STEER
-${CMAKE_SOURCE_DIR}/EVGEN
-${ROOT_INCLUDE_DIR}
-)
-
-include_directories( ${INCLUDE_DIRECTORIES})
-
-set(LINK_DIRECTORIES
-${ROOT_LIBRARY_DIR}
-)
-
-link_directories( ${LINK_DIRECTORIES})
-
-SetModule()
-
-include(CMake_libTEPEMGEN.txt)
-
+++ /dev/null
-# -*- mode: cmake -*-
-
-set(SRCS
-TEpEmGen.cxx
-AliGenEpEmv1.cxx
-)
-
-set(FSRCS
-epemgen.f
-diffcross.f
-dtrint.f
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-Set(SRCS ${SRCS} ${FSRCS})
-
-AddLibrary(TEPEMGEN "${SRCS}" "${HDRS}")
-
EXPORT:=TEpEmGen.h
+EINCLUDE = EVGEN
+
ifeq (win32gcc,$(ALICE_TARGET))
PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
-lSTEER -lSTEERBase -lEVGEN -lmicrocern \
+++ /dev/null
-# -*- mode: cmake -*-
-# Create a library called "lib<name>" which includes the source files given in
-# the array .
-# The extension is already found. Any number of sources could be listed here.
-
-set(INCLUDE_DIRECTORIES
-${CMAKE_SOURCE_DIR}/TFluka
-${CMAKE_SOURCE_DIR}/include
-${ROOT_INCLUDE_DIR}
-)
-
-include_directories( ${INCLUDE_DIRECTORIES})
-
-set(LINK_DIRECTORIES
-${ROOT_LIBRARY_DIR}
-)
-
-link_directories( ${LINK_DIRECTORIES})
-
-SetModule()
-
-set(TFluka_SRCS
-TFluka.cxx
-TFlukaMCGeometry.cxx
-TFlukaCerenkov.cxx
-TFlukaConfigOption.cxx
-TFlukaScoringOption.cxx
-magfld.cxx
-source.cxx
-mgdraw.cxx
-bxdraw.cxx
-eedraw.cxx
-endraw.cxx
-sodraw.cxx
-usdraw.cxx
-stupre.cxx
-stuprf.cxx
-abscff.cxx
-dffcff.cxx
-queffc.cxx
-rflctv.cxx
-rfrndx.cxx
-)
-set(TFluka_FSRCS
-FLUKA_input.f
-crnkvp.f
-)
-
-If(RULE_CHECKER_FOUND)
- CHECK_RULES("${TFluka_SRCS}" "${INCLUDE_DIRECTORIES}" TFluka_RULES)
-endIf(RULE_CHECKER_FOUND)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-CHANGE_FILE_EXTENSION(*.cxx *.h TFluka_HEADERS "${TFluka_SRCS}")
-
-set(TFluka_LINKDEF TFlukaLinkDef.h)
-set(TFluka_DICTIONARY ${CMAKE_CURRENT_BINARY_DIR}/TFlukaDict.cxx)
-
-ROOT_GENERATE_DICTIONARY("${TFluka_HEADERS}" "${TFluka_LINKDEF}" "${TFluka_DICTIONARY}" "${INCLUDE_DIRECTORIES}")
-
-set(TFluka_SRCS ${TFluka_SRCS} ${TFluka_DICTIONARY})
-
-add_library(TFluka SHARED ${TFluka_SRCS} ${TFluka_FSRCS})
-target_link_libraries(TFluka ${ROOT_LIBRARIES})
-#set_target_properties(TFluka PROPERTIES ${CBMROOT_LIBRARY_PROPERTIES})
-SET_TARGET_PROPERTIES(TFluka PROPERTIES LINKER_LANGUAGE CXX)
-
-################ install ###################