Skip to content

Commit

Permalink
New analysis tag v4-20-02-AN
Browse files Browse the repository at this point in the history
  • Loading branch information
morsch committed Oct 31, 2010
2 parents 4aeca85 + 31b7215 commit 134bf94
Show file tree
Hide file tree
Showing 2,491 changed files with 234,857 additions and 66,122 deletions.
16 changes: 16 additions & 0 deletions ACORDE/CMakelibACORDEbase.pkg
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
set(SRCS AliACORDEConstants.cxx AliACORDECalibData.cxx AliACORDERawReader.cxx
AliGenACORDE.cxx AliACORDEQAChecker.cxx AliACORDELoader.cxx AliACORDEPreprocessor.cxx AliACORDEdigit.cxx AliACORDEDataDCS.cxx AliACORDERawStream.cxx )

string(REPLACE ".cxx" ".h" HDRS "${SRCS}")

set(DHDR ACORDEbaseLinkDef.h)

set(EINCLUDE RAW)

if(ALICE_TARGET STREQUAL win32gcc)
set(PACKSOFLAGS -L${ALICE_ROOT}/lib/tgt_${ALICE_TARGET}
-lSTEER -lCDB -lSTEERBase -lRAWDatarec -lRAWDatabase
-L${ROOTLIBDIR} -lGeom )
endif(ALICE_TARGET STREQUAL win32gcc)


11 changes: 11 additions & 0 deletions ACORDE/CMakelibACORDErec.pkg
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
set ( SRCS AliACORDEReconstructor.cxx AliACORDEQADataMakerRec.cxx AliACORDERecoParam.cxx)

string(REPLACE ".cxx" ".h" HDRS "${SRCS}")

set ( DHDR ACORDErecLinkDef.h)

set ( EINCLUDE RAW)

if(ALICE_TARGET STREQUAL "win32gcc")
set ( PACKSOFLAGS ${SOFLAGS} -L${ALICE_ROOT}/lib/tgt_${ALICE_TARGET} -lACORDEbase -lSTEERBase -lESD -lSTEER )
endif(ALICE_TARGET STREQUAL "win32gcc")
17 changes: 17 additions & 0 deletions ACORDE/CMakelibACORDEsim.pkg
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
list(APPEND SRCS AliACORDE.cxx AliACORDEv1.cxx AliACORDEhit.cxx
AliACORDEDigitizer.cxx AliACORDETrigger.cxx
AliACORDERawData.cxx AliACORDEQADataMakerSim.cxx
AliACORDEv0.cxx)

string(REPLACE ".cxx" ".h" HDRS "${SRCS}")

set(DHDR ACORDEsimLinkDef.h)

if(ALICE_TARGET STREQUAL "win32gcc")

set(PACKSOFLAGS ${SOFLAGS} -L${ALICE_ROOT}/lib/tgt_${ALICE_TARGET}
-lACORDEbase -lSTEER -lCDB -lSTEERBase
-lRAWDatabase
-L${ROOTLIBDIR} -lVMC -lGeom )

endif(ALICE_TARGET STREQUAL "win32gcc")
67 changes: 67 additions & 0 deletions ALIROOT/CMakebinaliroot.pkg
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
#--------------------------------------------------------------------------------#
# Package File for aliroot #
# Author : Johny Jose ([email protected]) #
# Variables Defined : #
# #
# SRCS - C++ source files #
# HDRS - C++ header files #
# DHDR - ROOT Dictionary Linkdef header file #
# CSRCS - C source files #
# CHDRS - C header files #
# EINCLUDE - Include directories #
# EDEFINE - Compiler definitions #
# ELIBS - Extra libraries to link #
# ELIBSDIR - Extra library directories #
# PACKFFLAGS - Fortran compiler flags for package #
# PACKCXXFLAGS - C++ compiler flags for package #
# PACKCFLAGS - C compiler flags for package #
# PACKSOFLAGS - Shared library linking flags #
# PACKLDFLAGS - Module linker flags #
# PACKBLIBS - Libraries to link (Executables only) #
# EXPORT - Header files to be exported #
# CINTHDRS - Dictionary header files #
# CINTAUTOLINK - Set automatic dictionary generation #
# ARLIBS - Archive Libraries and objects for linking (Executables only) #
# SHLIBS - Shared Libraries and objects for linking (Executables only) #
#--------------------------------------------------------------------------------#

set ( SRCS aliroot.cxx)
set ( CSRCS fpu.c)

set ( ELIBSDIR )

set ( ELIBS MUONevaluation MUONmapping MUONshuttle MUONgraphics MUONsim MUONrec MUONgeometry MUONcalib MUONbase MUONraw MUONtrigger MUONcore TPCbase TPCsim TPCrec TPCfast ITSbase ITSsim ITSrec PMDbase PMDsim PMDrec TRDbase TRDsim TRDrec 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 FASTSIM microcern HLTbase TRIGGERbase STEER STAT CDB AOD STEERBase ESD RAWDatasim RAWDatarec RAWDatabase)

if(PYTHIA6)
list(APPEND ELIBS EVGEN)
endif(PYTHIA6)

if( ALICE_TARGET STREQUAL "macosx")

string(REGEX REPLACE "(microcern|lhapdf|herwig)" "" ELIBS "${ELIBS}")

ALICE_Format(PACKLDFLAGS "-Wl,-u,_G__cpp_setupG__" "" "${LDFLAGS};${ELIBSCPP}")
string ( REPLACE "%" "-Wl,-u,_G__cpp_setupG__%" PACKLDFLAGS "${LDFLAGS} ${ELIBSCPP}" )

set ( ELIBSDIR ${ELIBSDIR} ${FINK_ROOT}/lib)

endif( ALICE_TARGET STREQUAL "macosx")

set (ARPACKS FMDbase FMDsim FMDrec ACORDEbase ACORDEsim ACORDErec HMPIDbase HMPIDsim HMPIDrec ZDCbase ZDCsim ZDCrec VZERObase VZEROsim VZEROrec EMCALUtils EMCALbase EMCALsim EMCALrec T0base T0sim T0rec TOFbase TOFsim TOFrec TRDbase TRDsim TRDrec PMDbase PMDsim PMDrec MUONmapping MUONmapping MUONgeometry MUONbase MUONsim MUONrec MUONraw PHOSUtils PHOSbase PHOSsim PHOSrec HLTbase ITSbase ITSsim ITSrec STRUCT TPCbase TPCsim TPCrec TPCfast STEER CDB ESD STEERBase RAWDatabase RAWDatasim RAWDatarec MDC TRIGGERbase)

set(GFILES)
foreach (pkg ${ARPACKS})
# foreach(mod ${MODDIRS})
# string(REGEX MATCH "${mod}" DIR ${pkg})
# if(DIR)
# list(APPEND GFILES "${CMAKE_BINARY_DIR}/${DIR}/CMakeFiles/${pkg}_a.dir/G__${pkg}.cxx.o" )
# set_source_files_properties("G${pkg}" PROPERTIES GENERATED TRUE )
# set_source_files_properties("G__${pkg}.cxx" PROPERTIES GENERATED TRUE)
list(APPEND AFILES "${pkg}_a")

# endif(DIR)
# endforeach(mod)
endforeach(pkg)
set (ARLIBS ${AFILES})
list(APPEND SRCS ${GFILES})
set ( SHLIBS ${BINLIBDIRS} EVGEN -lEGPythia6 Pythia6 -lpythia6 AliPythia6 lhapdf THijing hijing THerwig herwig TPHIC FASTSIM microcern)
15 changes: 2 additions & 13 deletions ALIROOT/binaliroot.pkg
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,8 @@ ELIBSDIR:=



ELIBS:= 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 \
FASTSIM microcern \
RAWDatabase RAWDatarec RAWDatasim \
HLTbase MUONevaluation TRIGGERbase STAT
ELIBS:= MUONevaluation MUONmapping MUONshuttle MUONgraphics MUONsim MUONrec MUONgeometry MUONcalib MUONbase MUONraw MUONtrigger 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 EMCALUtils EMCALbase EMCALsim EMCALrec BCM STRUCT T0base T0sim T0rec EVGEN FASTSIM microcern HLTbase TRIGGERbase STAT STEER CDB AOD ESD STEERBase RAWDatasim RAWDatarec RAWDatabase

# THijing hijing \
# THbtp TEPEMGEN \
# THerwig herwig TPHIC
Expand Down
2 changes: 2 additions & 0 deletions ANALYSIS/ANALYSISaliceLinkDef.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@

#pragma link C++ class AliCollisionNormalization+;
#pragma link C++ class AliCollisionNormalizationTask+;
#pragma link C++ class AliAnalysisTaskAODCentralityMaker+;
#pragma link C++ class AliCentralitySelectionTask+;

#ifdef WITHXML
#pragma link C++ class AliTagAnalysis+;
Expand Down
Loading

0 comments on commit 134bf94

Please sign in to comment.