ddobrigk [Sat, 26 Oct 2013 21:28:02 +0000 (21:28 +0000)]
First commit of V0 QA Task. A long way from perfect but probably ok to catch early problems.
--- David
drohr [Sat, 26 Oct 2013 16:06:30 +0000 (16:06 +0000)]
add option to select gpu library in hlt tpc tracker component
drohr [Sat, 26 Oct 2013 15:53:49 +0000 (15:53 +0000)]
add default options for kepler gpu family
drohr [Sat, 26 Oct 2013 15:45:58 +0000 (15:45 +0000)]
fix coverity warning
zconesa [Fri, 25 Oct 2013 21:40:00 +0000 (21:40 +0000)]
Skip V0 triger checks if V0 information is missing (temporary fix checking run range)
zconesa [Fri, 25 Oct 2013 19:44:46 +0000 (19:44 +0000)]
Skip V0 triger checks if V0 information is missing
zconesa [Fri, 25 Oct 2013 19:17:35 +0000 (19:17 +0000)]
auto-detection of when to skip filling V0 informaiton in PS QA plots
zconesa [Fri, 25 Oct 2013 17:38:06 +0000 (17:38 +0000)]
minor fixes
hristov [Fri, 25 Oct 2013 13:26:22 +0000 (13:26 +0000)]
Root6-enabled version
gconesab [Fri, 25 Oct 2013 13:12:52 +0000 (13:12 +0000)]
add new needed libraries
hristov [Fri, 25 Oct 2013 12:50:46 +0000 (12:50 +0000)]
Root6-enabled version
gconesab [Fri, 25 Oct 2013 12:33:40 +0000 (12:33 +0000)]
add armenteros calculations and plots
hristov [Fri, 25 Oct 2013 11:57:06 +0000 (11:57 +0000)]
Root6-enabled version
hristov [Fri, 25 Oct 2013 11:56:54 +0000 (11:56 +0000)]
Root6-enabled version
hristov [Fri, 25 Oct 2013 09:45:15 +0000 (09:45 +0000)]
Root6-enabled version
hristov [Fri, 25 Oct 2013 08:18:42 +0000 (08:18 +0000)]
Removing useless loading of libraries
hristov [Fri, 25 Oct 2013 08:12:27 +0000 (08:12 +0000)]
Adding libGui needed by libCDB
jbook [Thu, 24 Oct 2013 22:40:29 +0000 (22:40 +0000)]
-fix for new introduced stupid bug
hristov [Thu, 24 Oct 2013 17:51:06 +0000 (17:51 +0000)]
Root6-enabled test
hristov [Thu, 24 Oct 2013 15:53:44 +0000 (15:53 +0000)]
Adding using::cout and using::endl
fbock [Thu, 24 Oct 2013 14:59:52 +0000 (14:59 +0000)]
fixed compile error
dgangadh [Thu, 24 Oct 2013 13:50:45 +0000 (13:50 +0000)]
Trigger option for pp and pPB
dgangadh [Thu, 24 Oct 2013 13:50:06 +0000 (13:50 +0000)]
Trigger option for pp and pPB
jbook [Thu, 24 Oct 2013 13:46:55 +0000 (13:46 +0000)]
-sync with gsi repository
pchrista [Thu, 24 Oct 2013 12:52:03 +0000 (12:52 +0000)]
Patching NUA (Carlos)
fbock [Thu, 24 Oct 2013 12:51:31 +0000 (12:51 +0000)]
changes in GammaConv linkers
fbock [Thu, 24 Oct 2013 12:49:50 +0000 (12:49 +0000)]
changes in AddTask & Cutnumbers for eta
ihrivnac [Thu, 24 Oct 2013 12:38:22 +0000 (12:38 +0000)]
- Adding macros to run MC only (for performance tests)
- Adding macro to check particles mother-daugther relationship
akalweit [Thu, 24 Oct 2013 12:08:49 +0000 (12:08 +0000)]
Adding addTask macro for tracking uncertainty.
pchrista [Thu, 24 Oct 2013 11:24:53 +0000 (11:24 +0000)]
AddTask for higher order pid studies (Naghmeh)
akalweit [Thu, 24 Oct 2013 08:50:08 +0000 (08:50 +0000)]
Adding new tasks for tracking efficiency and its related uncertainties to the PWGPP library.
akalweit [Thu, 24 Oct 2013 08:27:11 +0000 (08:27 +0000)]
bug fix
pchrista [Wed, 23 Oct 2013 21:35:22 +0000 (21:35 +0000)]
Adding the addtask for the pid mh
miweber [Wed, 23 Oct 2013 19:52:34 +0000 (19:52 +0000)]
update addtask macro for dptdpt correlations
akalweit [Wed, 23 Oct 2013 17:15:52 +0000 (17:15 +0000)]
PID updates from Markus Fasel.
akalweit [Wed, 23 Oct 2013 16:33:30 +0000 (16:33 +0000)]
updates from Emilia
akalweit [Wed, 23 Oct 2013 14:32:21 +0000 (14:32 +0000)]
small bug fixes and improvements.
mivanov [Wed, 23 Oct 2013 14:28:27 +0000 (14:28 +0000)]
Adding additional variables - difernt counter of tracks
agheata [Wed, 23 Oct 2013 12:38:45 +0000 (12:38 +0000)]
From Andrea Dainese: protection in AliAODTrack::PropagateToDCA for usage in case of tracks which are not in the vicinity of the primary vertex.
hristov [Wed, 23 Oct 2013 12:36:37 +0000 (12:36 +0000)]
Corrected define gueard
hristov [Wed, 23 Oct 2013 12:21:37 +0000 (12:21 +0000)]
Changes for
#102898 Fixes for newer ROOT
HLT/TPCLib/comp/AliHLTTPCDataCompressionIDMap.h:
=====================================
Make AliIDMapEntry public since newer ROOT does not allow dictionary
generation for private sub-classes.
#102897 Fixes for newer ROOT
HLT/BASE/AliHLTComponentHandler.h:
=====================================
Make AliHLTLibHandle public - newer ROOT cannot make dictionaries for
private sub-classes.
HLT/BASE/HLTbaseLinkDef.h:
=====================================
Fix up schema evolution code for newer ROOT which does not give
privileged access to data members in the streamers.
#102893 Fixes for newer ROOT
STEER/ESDLinkDef.h:
=====================================
Fix up schema evolution code for newer ROOT which does not give
privileged access to data members in the streamers.
STEER/STEERBase/AliTRDPIDParams.h:
=====================================
Preprocessor guard for ROOT Cling transition, which does not allow
dictionary generation for private sub-classes.
STEER/STEERBaseLinkDef.h:
=====================================
Preprocessor guard for ROOT Cling transition, which does not allow
dictionary generation for private sub-classes.
EVGEN/AliGenParam.cxx:
=====================================
Preprocessor switch for newer ROOT which does not define
TF1::Integral(Double_t,Double_t,Double_t*,Double_t)
but
TF1::Integral(Double_t,Double_t,Double_t)
#102883 A patch for HLT code
HLT/BASE/AliHLTGlobalTriggerDecision.h:
=====================================
Make MarkInputObjectAsOwned public for schema evolution
HLT/BASE/AliHLTScalars.h:
=====================================
Make GetScalars public for schema evolution
HLT/trigger/AliHLTGlobalTriggerWrapper.cxx:
=====================================
Add preprocessor switches for newer ROOT that uses Cling
#102881 Patch for some code
EVGEN/AliGenEMCocktail.cxx:
=====================================
Add preprocessor switch in preparation for newer ROOT
STEER/STEERBase/AliMCEventHandler.cxx:
=====================================
In case a subsidary handler returns a null pointer for the MCEvent, do
not try to add that event to the parent event
hristov [Wed, 23 Oct 2013 12:18:09 +0000 (12:18 +0000)]
Corrected define guard
hristov [Wed, 23 Oct 2013 12:17:55 +0000 (12:17 +0000)]
Corrected define guard
hristov [Wed, 23 Oct 2013 12:17:04 +0000 (12:17 +0000)]
Corrected define guard
hristov [Wed, 23 Oct 2013 12:16:24 +0000 (12:16 +0000)]
Remove copy/paste line
hristov [Wed, 23 Oct 2013 12:15:56 +0000 (12:15 +0000)]
Corrected define guard
hristov [Wed, 23 Oct 2013 12:14:08 +0000 (12:14 +0000)]
Corrected EINCLUDE
hristov [Wed, 23 Oct 2013 09:55:13 +0000 (09:55 +0000)]
Rename cons string to avoid interference with a string in EMCAL (Root6)
hristov [Wed, 23 Oct 2013 09:53:55 +0000 (09:53 +0000)]
Rename members of enum to avoid interference with enum from AliHitMap.h (Root6)
ihrivnac [Wed, 23 Oct 2013 09:15:44 +0000 (09:15 +0000)]
Fix for ROOT Git transition
(according to the suggestion by Ch. H. Christensen)
delia [Wed, 23 Oct 2013 07:49:05 +0000 (07:49 +0000)]
Minor mods to QA AddTask macro
dainesea [Wed, 23 Oct 2013 07:30:20 +0000 (07:30 +0000)]
Protection for conversion of AOD track to ESD track
hristov [Tue, 22 Oct 2013 19:40:10 +0000 (19:40 +0000)]
Corrected EINCLUDE
hristov [Tue, 22 Oct 2013 19:36:19 +0000 (19:36 +0000)]
Corrected EINCLUDE
hristov [Tue, 22 Oct 2013 19:29:12 +0000 (19:29 +0000)]
Corrected EINCLUDE
hristov [Tue, 22 Oct 2013 19:06:31 +0000 (19:06 +0000)]
Corrected EINCLUDE
hristov [Tue, 22 Oct 2013 19:01:35 +0000 (19:01 +0000)]
Corrected EINCLUDE, compilation with Root6
loizides [Tue, 22 Oct 2013 18:34:03 +0000 (18:34 +0000)]
Use pt_scheme by default
pcrochet [Tue, 22 Oct 2013 17:35:11 +0000 (17:35 +0000)]
Handle calculation of the normalization factor for MSL and MSH (Diego)
hristov [Tue, 22 Oct 2013 15:57:38 +0000 (15:57 +0000)]
Corrected EINCLUDE
hristov [Tue, 22 Oct 2013 15:53:25 +0000 (15:53 +0000)]
Corrected EINCLUDE
akalweit [Tue, 22 Oct 2013 15:49:21 +0000 (15:49 +0000)]
Adding skeleton of a macro which extracts the sensitivity plots.
hristov [Tue, 22 Oct 2013 15:36:34 +0000 (15:36 +0000)]
Corrected EINCLUDE
hristov [Tue, 22 Oct 2013 14:46:51 +0000 (14:46 +0000)]
Corrected EINCLUDE, compilation with Root 6
hristov [Tue, 22 Oct 2013 14:11:22 +0000 (14:11 +0000)]
Corrected EINCLUDE, compilation with Root6
fnoferin [Tue, 22 Oct 2013 14:03:27 +0000 (14:03 +0000)]
added subevent options
hristov [Tue, 22 Oct 2013 13:54:37 +0000 (13:54 +0000)]
Corrected EINCLUDE
hristov [Tue, 22 Oct 2013 13:51:54 +0000 (13:51 +0000)]
Corrected EINCLUDE
hristov [Tue, 22 Oct 2013 13:33:55 +0000 (13:33 +0000)]
Corrected EINCLUDE, compilation with Root6
morsch [Tue, 22 Oct 2013 13:05:02 +0000 (13:05 +0000)]
W production with POWHEG
hristov [Tue, 22 Oct 2013 12:59:38 +0000 (12:59 +0000)]
Compilation with Root6
hristov [Tue, 22 Oct 2013 12:54:45 +0000 (12:54 +0000)]
Corrected EINCLUDE
hristov [Tue, 22 Oct 2013 12:35:05 +0000 (12:35 +0000)]
Including STEER/STEERBase and STEER/AOD
hristov [Tue, 22 Oct 2013 12:31:07 +0000 (12:31 +0000)]
Including CMAKE_SOURCE_DIR to be able to compile EVE dictionaries created by cling
hristov [Tue, 22 Oct 2013 12:10:35 +0000 (12:10 +0000)]
Including STEER/ESD
hristov [Tue, 22 Oct 2013 11:58:51 +0000 (11:58 +0000)]
Fixed compilation with Root6
morsch [Tue, 22 Oct 2013 11:51:32 +0000 (11:51 +0000)]
Handling of root archive files changed.
https://savannah.cern.ch/bugs/?102934
hristov [Tue, 22 Oct 2013 11:18:10 +0000 (11:18 +0000)]
Use -Wl,--as-needed also for gcc 4.8 and future versions (Dario)
hristov [Tue, 22 Oct 2013 10:58:31 +0000 (10:58 +0000)]
Missing dollar sign
miweber [Tue, 22 Oct 2013 10:51:29 +0000 (10:51 +0000)]
bugfix for multiplicty option in MC mode (the impact parameter range should not be set, otherwise the centrality option is used which leads to a mismatch in multiplicity cuts and event mixing container definition)
jotwinow [Tue, 22 Oct 2013 09:04:16 +0000 (09:04 +0000)]
multTPC and multSPD added
loizides [Tue, 22 Oct 2013 04:59:11 +0000 (04:59 +0000)]
cleanup
loizides [Tue, 22 Oct 2013 04:36:08 +0000 (04:36 +0000)]
Use TArrayI
miweber [Mon, 21 Oct 2013 17:03:59 +0000 (17:03 +0000)]
bugfix for multiplicity option (MW)
majanik [Mon, 21 Oct 2013 15:45:41 +0000 (15:45 +0000)]
Changes to the AliFemtoCorrFctnDEtaDPhi so (dEta,dPhi) = (0,0) would be exactly in the center of the bin
dgangadh [Mon, 21 Oct 2013 14:42:07 +0000 (14:42 +0000)]
K0s AddTask update (Matt Steinpreis)
gconesab [Mon, 21 Oct 2013 14:11:10 +0000 (14:11 +0000)]
fix bug from last commit - Marta V.
maszyman [Mon, 21 Oct 2013 13:50:11 +0000 (13:50 +0000)]
change of binning in PID monitor
dgangadh [Mon, 21 Oct 2013 13:44:45 +0000 (13:44 +0000)]
V0A+C binning option
dgangadh [Mon, 21 Oct 2013 13:41:17 +0000 (13:41 +0000)]
Qbins reduction, V0A+C binning option
rgrosso [Mon, 21 Oct 2013 13:38:58 +0000 (13:38 +0000)]
Unneeded include in AliSimulation (from savannah ticket 102896, Christian)
rgrosso [Mon, 21 Oct 2013 13:37:53 +0000 (13:37 +0000)]
patch from savannah 102896 (Christian), to mask the default -Wl,--as-needed with -Wl,--no-as-needed for the concerned gcc version (mainly Ubuntu 11.10 to 13.10 problem)
mvl [Mon, 21 Oct 2013 13:03:20 +0000 (13:03 +0000)]
Updates from Marta
ssakai [Mon, 21 Oct 2013 12:53:13 +0000 (12:53 +0000)]
coverity fix
ssakai [Mon, 21 Oct 2013 12:27:37 +0000 (12:27 +0000)]
updated
pcrochet [Mon, 21 Oct 2013 12:06:46 +0000 (12:06 +0000)]
Fix function name (Vardanush)
hristov [Mon, 21 Oct 2013 11:38:55 +0000 (11:38 +0000)]
#102885: Patch for MUON code
MUON/AliMUONSt1GeometryBuilderV2.cxx:
=====================================
Add preprocessor switch to take care of GIT transition.
Christian H.
hristov [Mon, 21 Oct 2013 11:26:35 +0000 (11:26 +0000)]
#102900: Fixes for newer ROOT
STEER/ESD/AliTriggerConfiguration.cxx:
=====================================
Remove unused inclussion of TCint.h
Christian H.
hristov [Mon, 21 Oct 2013 11:23:10 +0000 (11:23 +0000)]
#102884: Patches for newer ROOT
EVE/EveBase/AliEveMacroExecutor.cxx:
=====================================
Add pre-processor switch for newer ROOT that uses Cling
RAW/AliRawCastorDB.cxx:
=====================================
Add pre-processer swith for new ROOT that does not have TFile::UseCache
RAW/AliRawRFIODB.cxx:
=====================================
Add pre-processer swith for new ROOT that does not have TFile::UseCache
RAW/AliRawRootdDB.cxx:
=====================================
Add pre-processer swith for new ROOT that does not have TFile::UseCache
Christian H.
hristov [Mon, 21 Oct 2013 11:15:36 +0000 (11:15 +0000)]
#102886: Various fixes to the the code in EVE, STEER, PWGPP, cmake
ALIROOT/CMakebinaliroot.pkg:
=====================================
Add EOD marker
EVE/CMakebinalihlteve.pkg:
=====================================
Add -lVc to linker libraries
STEER/AODLinkDef.h: =====================================
Fix up schema evolution code for newer ROOT where we do not have
privileged access to data members.
STEER/STEER/AliReconstruction.cxx:
=====================================
Add preprocessor switches for ROOT git transition
STEER/STEER/AliRun.cxx:
=====================================
Remove unused TCint.h header inclussion
PWGPP/TPC/AliComparisonDraw.cxx:
=====================================
Remove unused TCint.h header inclussion
cmake/ALICE_CMake.cmake:
=====================================
Many fixes:
- Print flags passed by default by CMake
- Save the unexpanded EINCLUDE value in saveEINCLUDE for PAR generation
- Replace dots `.' in filenames with underscore `_' when generating dictionary
files, since rootcint may end up writing uncompilable code.
- Add progress reports
- If the used ROOT version is larger than ROOT6_ALPHA (5.99.1), then give
full paths to rootcint.
- Set CMAKE_EXE_LINKER_FLAGS to the value of PLDFLAGS for executables.
- Fix up sed commands when replacing `include $ROOTSYS/etc/Makefile.arch'
with `include Makefile.arch' in PAR make files.
- Use root-config to locate Makefile.arch
- Replace `EINCLUDE :=.*' with `EINCLUDE := ${saveEINCLUDE}' in PAR Makefiles
cmake/FindROOT.cmake:
=====================================
Do not require ROOTSYS to be set. We do make sure that rootcint and
root-config can be found in the PATH however.
cmake/GenerateLinkDef.sh:
=====================================
Put in guard for both _CINT_ and _CLING_
Christian H.