]> git.uio.no Git - u/mrichter/AliRoot.git/log
u/mrichter/AliRoot.git
9 years agoIgnore OS X metafiles (and delete stale .DS_Store)
dberzano [Wed, 3 Dec 2014 10:42:51 +0000 (11:42 +0100)]
Ignore OS X metafiles (and delete stale .DS_Store)

9 years agoARVersion update
agrigora [Mon, 15 Dec 2014 16:04:41 +0000 (17:04 +0100)]
ARVersion update
- Adding ALIROOT_SERIAL to ARVersion
- Adding  AliVersion class

9 years agoRevert "Rhoname can be set and histograms have negative pt"
dberzano [Mon, 15 Dec 2014 15:52:31 +0000 (16:52 +0100)]
Revert "Rhoname can be set and histograms have negative pt"

This reverts commit fd534ce05081ad6818f7fe2c4e477e4bc18be73a.

Conflicts:
PWGJE/FlavourJetTasks/macros/AddTaskDFilterAndCorrelations.C

9 years agoChanges for new filtering mechanism on SAF2
laphecet [Mon, 15 Dec 2014 15:51:05 +0000 (16:51 +0100)]
Changes for new filtering mechanism on SAF2

9 years agoOptions for D+ and Ds decays in channels with K0s
morsch [Mon, 15 Dec 2014 14:28:22 +0000 (15:28 +0100)]
Options for D+ and Ds decays in channels with K0s
Francesco Prino

9 years agoFix typo
cbianchi [Mon, 15 Dec 2014 14:38:39 +0000 (15:38 +0100)]
Fix typo

9 years agoRhoname can be set and histograms have negative pt
anolivei [Mon, 15 Dec 2014 12:16:45 +0000 (13:16 +0100)]
Rhoname can be set and histograms have negative pt

9 years agoupdate of KchKch config macros
maszyman [Mon, 15 Dec 2014 14:11:26 +0000 (15:11 +0100)]
update of KchKch config macros

9 years agonew configuration directory for Kaon femto train
maszyman [Mon, 15 Dec 2014 14:06:21 +0000 (15:06 +0100)]
new configuration directory for Kaon femto train

9 years agoBuilding per folder
alibits [Mon, 15 Dec 2014 13:55:11 +0000 (14:55 +0100)]
Building per folder

9 years agoNew CMake build implementation
agrigora [Mon, 15 Dec 2014 13:04:03 +0000 (14:04 +0100)]
New CMake build implementation

9 years agobuild type information
agrigora [Mon, 15 Dec 2014 10:19:55 +0000 (11:19 +0100)]
build type information

9 years agoBuild and install instructions
agrigora [Mon, 15 Dec 2014 10:09:14 +0000 (11:09 +0100)]
Build and install instructions

9 years agoMore forfard declarations
hristov [Mon, 15 Dec 2014 09:42:50 +0000 (10:42 +0100)]
More forfard declarations

9 years agoCorrected namespace
hristov [Mon, 15 Dec 2014 09:42:24 +0000 (10:42 +0100)]
Corrected namespace

9 years agoVarious fix for new PWGCF classes
agrigora [Mon, 15 Dec 2014 09:22:01 +0000 (10:22 +0100)]
Various fix for new PWGCF classes

9 years agoFix for pkg files
agrigora [Mon, 15 Dec 2014 08:58:44 +0000 (09:58 +0100)]
Fix for pkg files

9 years ago.so cleanup: more less-obvious cleanup
dberzano [Fri, 12 Dec 2014 13:45:10 +0000 (14:45 +0100)]
.so cleanup: more less-obvious cleanup

9 years ago.so cleanup: AlienPlugin strips ext before loading
dberzano [Fri, 12 Dec 2014 13:35:13 +0000 (14:35 +0100)]
.so cleanup: AlienPlugin strips ext before loading

Now it is really possible to specify either .so or .dylib and having it
work on any platform.

9 years ago.so cleanup: removed .so in some log messages
dberzano [Fri, 12 Dec 2014 10:39:10 +0000 (11:39 +0100)]
.so cleanup: removed .so in some log messages

9 years ago.so cleanup: more cleanup
dberzano [Fri, 12 Dec 2014 10:38:43 +0000 (11:38 +0100)]
.so cleanup: more cleanup

9 years ago.so cleanup: no .so ext to GetLibraries()
dberzano [Fri, 12 Dec 2014 10:24:21 +0000 (11:24 +0100)]
.so cleanup: no .so ext to GetLibraries()

9 years ago.so cleanup: restored .so in SetAdditionalLibs()
dberzano [Fri, 12 Dec 2014 09:33:50 +0000 (10:33 +0100)]
.so cleanup: restored .so in SetAdditionalLibs()

gSystem->Load() does not need .so, .dylib extension: ROOT picks one
automatically; extensions there should *not* be specified in order to
make the code multiplatform.

Analysis Plugin's SetAdditionalLibs() *requires* libraries to have
either the ".so" or the ".dylib" extension because it needs to
distinguish libraries from PARfiles, headers, etc.: one of ".so" or
".dylib" *must* be specified, and at the time of loading it will be
correctly stripped - meaning that, for instance, "libASD.so" will work
on Macs too and "libASD.dylib" will also work on Linux boxes.

So:

 - gSystem->Load( "libASD" )  // no extension!
 - plugin->SetAdditionalLibs( "libASD1.so libASD2.dylib ..." )
     // must use either .so or .dylib

9 years ago.so cleanup: more gSystem->Load()
dberzano [Fri, 12 Dec 2014 09:09:29 +0000 (10:09 +0100)]
.so cleanup: more gSystem->Load()

9 years agoInstallation of macros
hristov [Fri, 12 Dec 2014 12:59:51 +0000 (13:59 +0100)]
Installation of macros

9 years agoPWGGA - missing macros
agrigora [Fri, 12 Dec 2014 12:56:00 +0000 (13:56 +0100)]
PWGGA - missing macros

9 years agoPWGHF - installing missing macros
agrigora [Fri, 12 Dec 2014 10:24:37 +0000 (11:24 +0100)]
PWGHF - installing missing macros

9 years agoInstallation of macros
hristov [Fri, 12 Dec 2014 11:41:54 +0000 (12:41 +0100)]
Installation of macros

9 years agoInstallation of macros
hristov [Fri, 12 Dec 2014 11:32:46 +0000 (12:32 +0100)]
Installation of macros

9 years agoInstallation of macros
hristov [Fri, 12 Dec 2014 10:36:15 +0000 (11:36 +0100)]
Installation of macros

9 years ago.so cleanup: removed from gSystem->Load()
dberzano [Thu, 11 Dec 2014 17:10:52 +0000 (18:10 +0100)]
.so cleanup: removed from gSystem->Load()

9 years agoMissing macros for PWGCF, PWGDQ and PWGLF
agrigora [Thu, 11 Dec 2014 16:44:29 +0000 (17:44 +0100)]
Missing macros for PWGCF, PWGDQ and PWGLF

9 years agoTENDER becomes Tender
hristov [Thu, 11 Dec 2014 14:15:40 +0000 (15:15 +0100)]
TENDER becomes Tender

9 years agoTENDER becomes Tender, removing .so
hristov [Thu, 11 Dec 2014 13:28:33 +0000 (14:28 +0100)]
TENDER becomes Tender, removing .so

9 years agoMissing macros
agrigora [Wed, 10 Dec 2014 14:42:30 +0000 (15:42 +0100)]
Missing macros

9 years agoIf ROOT build with AliEn support adding AliEn to lib and include path
agrigora [Wed, 10 Dec 2014 10:40:11 +0000 (11:40 +0100)]
If ROOT build with AliEn support adding AliEn to lib and include path

9 years agoInstalling the content of data folder
agrigora [Wed, 10 Dec 2014 10:39:43 +0000 (11:39 +0100)]
Installing the content of data folder

9 years agoExtracting proper libraries, include and library path from fastjet-config
agrigora [Wed, 10 Dec 2014 09:59:06 +0000 (10:59 +0100)]
Extracting proper libraries, include and library path from fastjet-config

9 years agoInstalling maps from data/maps
agrigora [Wed, 10 Dec 2014 09:58:02 +0000 (10:58 +0100)]
Installing maps from data/maps
To check which files need to be installed

9 years agoCorrected generation of AODs
hristov [Wed, 10 Dec 2014 10:27:10 +0000 (11:27 +0100)]
Corrected generation of AODs

9 years agorenaming function to avoid library conflict (discovered in test/generators/TUHKMgen)
hristov [Wed, 10 Dec 2014 09:32:16 +0000 (10:32 +0100)]
renaming function to avoid library conflict (discovered in test/generators/TUHKMgen)

9 years agoNo need for CMAKE_Fortran_FLAGS -cpp, corrected list of files, adding definion -DCTEQ
hristov [Tue, 9 Dec 2014 14:25:47 +0000 (15:25 +0100)]
No need for CMAKE_Fortran_FLAGS -cpp, corrected list of files, adding definion -DCTEQ

9 years agoNo need for CMAKE_Fortran_FLAGS -cpp
hristov [Tue, 9 Dec 2014 14:24:44 +0000 (15:24 +0100)]
No need for CMAKE_Fortran_FLAGS -cpp

9 years agoNo need for extension in the rootmap file
hristov [Mon, 8 Dec 2014 14:33:13 +0000 (15:33 +0100)]
No need for extension in the rootmap file

9 years agoCorrected library names and paths to macros
hristov [Mon, 8 Dec 2014 13:27:04 +0000 (14:27 +0100)]
Corrected library names and paths to macros

9 years agoAdditional header files
hristov [Mon, 8 Dec 2014 13:25:51 +0000 (14:25 +0100)]
Additional header files

9 years agoFixed circular dependency
hristov [Sun, 7 Dec 2014 20:46:31 +0000 (21:46 +0100)]
Fixed circular dependency

9 years agoPWGCFFEMTOSCOPYAOD converted to native cmake
hristov [Sun, 7 Dec 2014 20:22:41 +0000 (21:22 +0100)]
PWGCFFEMTOSCOPYAOD converted to native cmake

9 years agoPWGCFunicor converted to native cmake
hristov [Sun, 7 Dec 2014 20:14:05 +0000 (21:14 +0100)]
PWGCFunicor converted to native cmake

9 years agoPWGCFK0Analysis converted to native cmake
hristov [Sun, 7 Dec 2014 20:05:35 +0000 (21:05 +0100)]
PWGCFK0Analysis converted to native cmake

9 years agoPWGCFESE converted to native cmake$
hristov [Sun, 7 Dec 2014 19:52:46 +0000 (20:52 +0100)]
PWGCFESE converted to native cmake$

9 years agoPWGCFChaoticity converted to native cmake
hristov [Sun, 7 Dec 2014 18:26:21 +0000 (19:26 +0100)]
PWGCFChaoticity converted to native cmake

9 years agoPWGCFfemtoscopyUser converted to native cmake
hristov [Sat, 6 Dec 2014 20:46:26 +0000 (21:46 +0100)]
PWGCFfemtoscopyUser converted to native cmake

9 years agoPWGCFfemtoscopy converted to native cmake
hristov [Sat, 6 Dec 2014 20:27:54 +0000 (21:27 +0100)]
PWGCFfemtoscopy converted to native cmake

9 years agoPWGCF/Correlations converted to native cmake
hristov [Sat, 6 Dec 2014 18:40:22 +0000 (19:40 +0100)]
PWGCF/Correlations converted to native cmake

9 years agoPWGCF/FLOW converted to native cmake
hristov [Sat, 6 Dec 2014 16:28:29 +0000 (17:28 +0100)]
PWGCF/FLOW converted to native cmake

9 years agoRWGCF converted to native cmake
hristov [Sat, 6 Dec 2014 14:03:38 +0000 (15:03 +0100)]
RWGCF converted to native cmake

9 years agoPWGPPMUONdep and PWGPPmuonlite converted to native cmake
hristov [Fri, 5 Dec 2014 21:48:33 +0000 (22:48 +0100)]
PWGPPMUONdep and PWGPPmuonlite converted to native cmake

9 years agoPWGPPevchar converted to native cmake
hristov [Fri, 5 Dec 2014 21:14:30 +0000 (22:14 +0100)]
PWGPPevchar converted to native cmake

9 years agoConverting PWGPPpid to native cmake
hristov [Fri, 5 Dec 2014 21:01:54 +0000 (22:01 +0100)]
Converting PWGPPpid to native cmake

9 years agoAdding the missing libraries
agrigora [Fri, 5 Dec 2014 15:58:27 +0000 (16:58 +0100)]
Adding the missing libraries

9 years agoPWGJE
agrigora [Fri, 5 Dec 2014 15:27:08 +0000 (16:27 +0100)]
PWGJE

9 years agoCovering PWGPP to native cmake
hristov [Fri, 5 Dec 2014 09:47:14 +0000 (10:47 +0100)]
Covering PWGPP to native cmake

9 years agoPWGHF converted to native cmake
hristov [Thu, 4 Dec 2014 23:25:19 +0000 (00:25 +0100)]
PWGHF converted to native cmake

9 years agoPWGHFbase converted to native cmake
hristov [Thu, 4 Dec 2014 22:14:28 +0000 (23:14 +0100)]
PWGHFbase converted to native cmake

9 years agoConverting PWGLFtotEt to native cmake
hristov [Thu, 4 Dec 2014 21:48:56 +0000 (22:48 +0100)]
Converting PWGLFtotEt to native cmake

9 years agoConverting PWGLFQATasks to native cmake
hristov [Thu, 4 Dec 2014 21:32:37 +0000 (22:32 +0100)]
Converting PWGLFQATasks to native cmake

9 years agoPWGLFrsnextra converted to native cmake
hristov [Thu, 4 Dec 2014 21:21:56 +0000 (22:21 +0100)]
PWGLFrsnextra converted to native cmake

9 years agoPWGJE EMCAL tasks
agrigora [Thu, 4 Dec 2014 16:57:53 +0000 (17:57 +0100)]
PWGJE EMCAL tasks

9 years agoPWGGA
agrigora [Thu, 4 Dec 2014 15:12:21 +0000 (16:12 +0100)]
PWGGA

9 years agoDummy implementations to avoid unresolved symbols
hristov [Thu, 4 Dec 2014 16:42:42 +0000 (17:42 +0100)]
Dummy implementations to avoid unresolved symbols

9 years agoPWGLFforward2 is converted to native cmake- The custom targets and functions are...
hristov [Thu, 4 Dec 2014 16:42:13 +0000 (17:42 +0100)]
PWGLFforward2 is converted to native cmake- The custom targets and functions are preserverd

9 years agoPWHLFresonances converted to native cmake
hristov [Thu, 4 Dec 2014 15:11:05 +0000 (16:11 +0100)]
PWHLFresonances converted to native cmake

9 years agoNon-implemented method are commented out or moved to the private part of the class
hristov [Thu, 4 Dec 2014 15:10:10 +0000 (16:10 +0100)]
Non-implemented method are commented out or moved to the private part of the class

9 years agoPWGLFspectraJET, PWGLFSTRANGENESS, PWGLFspectra and PWGLFthermalfits converted to...
hristov [Thu, 4 Dec 2014 14:13:20 +0000 (15:13 +0100)]
PWGLFspectraJET, PWGLFSTRANGENESS, PWGLFspectra and PWGLFthermalfits converted to native cmake

9 years agoAdd comment about fixing the dependencies
agrigora [Thu, 4 Dec 2014 13:30:11 +0000 (14:30 +0100)]
Add comment about fixing the dependencies

9 years agoPWGLFspectra converted to native cmake, all PWG libs reordered and enabled
hristov [Thu, 4 Dec 2014 13:23:38 +0000 (14:23 +0100)]
PWGLFspectra converted to native cmake, all PWG libs reordered and enabled

9 years agoConverting PWGCaloTrackCorrBase to native cmake
hristov [Thu, 4 Dec 2014 11:30:29 +0000 (12:30 +0100)]
Converting PWGCaloTrackCorrBase to native cmake

9 years agoFixed dependencies
hristov [Thu, 4 Dec 2014 11:29:44 +0000 (12:29 +0100)]
Fixed dependencies

9 years agoNon-implemented functions...
hristov [Thu, 4 Dec 2014 11:28:53 +0000 (12:28 +0100)]
Non-implemented functions...

9 years agoPWGDevNanoAODLinkDef is converted to the native cmake. Since this library depends...
hristov [Thu, 4 Dec 2014 10:53:46 +0000 (11:53 +0100)]
PWGDevNanoAODLinkDef is converted to the native cmake. Since this library depends on PWGLFspectra, the compilation will be enabled later

9 years agoPWGDQ
agrigora [Thu, 4 Dec 2014 11:09:40 +0000 (12:09 +0100)]
PWGDQ

9 years agoFinishing PWGUD
agrigora [Thu, 4 Dec 2014 09:54:13 +0000 (10:54 +0100)]
Finishing PWGUD

9 years agoPWDmuondep converted to native cmake
hristov [Thu, 4 Dec 2014 09:45:04 +0000 (10:45 +0100)]
PWDmuondep converted to native cmake

9 years agoCommenting out not implemented methods
hristov [Thu, 4 Dec 2014 09:44:03 +0000 (10:44 +0100)]
Commenting out not implemented methods

9 years agoConverting PWG/TRD to native cmake
hristov [Wed, 3 Dec 2014 20:22:46 +0000 (21:22 +0100)]
Converting PWG/TRD to native cmake

9 years agolibPWGEMCAL, libPWGflowtasks and libPWGmuon converted to native cmake
hristov [Wed, 3 Dec 2014 20:00:49 +0000 (21:00 +0100)]
libPWGEMCAL, libPWGflowtasks and libPWGmuon converted to native cmake

9 years agoinclude AliAnalysisTriggerScalers.h is not needed
hristov [Wed, 3 Dec 2014 19:59:18 +0000 (20:59 +0100)]
include AliAnalysisTriggerScalers.h is not needed

9 years agoDummy implamantation of SetDiffHarmonics
hristov [Wed, 3 Dec 2014 19:57:57 +0000 (20:57 +0100)]
Dummy implamantation of SetDiffHarmonics

9 years agoCorrected include
hristov [Wed, 3 Dec 2014 19:57:02 +0000 (20:57 +0100)]
Corrected include

9 years agoConverting PWG/FLOW/Base to the native cmake
hristov [Wed, 3 Dec 2014 17:00:50 +0000 (18:00 +0100)]
Converting PWG/FLOW/Base to the native cmake

9 years agoPWGUD base and diffractive
agrigora [Wed, 3 Dec 2014 16:43:46 +0000 (17:43 +0100)]
PWGUD base and diffractive

9 years agoRevert "Nicer comments"
agrigora [Wed, 3 Dec 2014 16:17:18 +0000 (17:17 +0100)]
Revert "Nicer comments"

This reverts commit 4f1f38e6a74aad101e39083cd65a232b1119db59.

Revert "generate_shared_library and generate_static_library macros"

This reverts commit 9238b38d637e1099044e242b28cdf9c69482a9ae.

9 years agoNicer comments
agrigora [Wed, 3 Dec 2014 15:43:40 +0000 (16:43 +0100)]
Nicer comments

9 years agogenerate_shared_library and generate_static_library macros
agrigora [Wed, 3 Dec 2014 15:33:28 +0000 (16:33 +0100)]
generate_shared_library and generate_static_library macros

9 years agoConverting PWG/Glauber to the native cmake
hristov [Wed, 3 Dec 2014 15:28:55 +0000 (16:28 +0100)]
Converting PWG/Glauber to the native cmake

9 years agoResolving the symbols in each library
hristov [Wed, 3 Dec 2014 13:45:43 +0000 (14:45 +0100)]
Resolving the symbols in each library

9 years agoDummy initialization ov HEPEVT COMMON block
hristov [Wed, 3 Dec 2014 13:45:15 +0000 (14:45 +0100)]
Dummy initialization ov HEPEVT COMMON block

9 years agoDummy implementation of Reset()
hristov [Wed, 3 Dec 2014 13:44:17 +0000 (14:44 +0100)]
Dummy implementation of Reset()

9 years agoalimdc rpm
agrigora [Wed, 3 Dec 2014 13:40:26 +0000 (14:40 +0100)]
alimdc rpm