]> git.uio.no Git - u/mrichter/AliRoot.git/log
u/mrichter/AliRoot.git
9 years agoFixing compilation issues after merging
mfloris [Thu, 23 Oct 2014 10:40:27 +0000 (12:40 +0200)]
Fixing compilation issues after merging

9 years agoFixed casts in calls to AliAODEvent::GetHeater/GetTrack
mfloris [Wed, 10 Sep 2014 20:11:07 +0000 (22:11 +0200)]
Fixed casts in calls to AliAODEvent::GetHeater/GetTrack

9 years agoFixed cast to AliVAODHeader
mfloris [Wed, 10 Sep 2014 09:23:35 +0000 (11:23 +0200)]
Fixed cast to AliVAODHeader

9 years agoAdded missing cxx for AliVAODHeader
mfloris [Tue, 9 Sep 2014 15:27:50 +0000 (17:27 +0200)]
Added missing cxx for AliVAODHeader

CMake pkg file and linkdef changed accordingly.

9 years agoFixed LinkDef after renaming some NanoAOD classes
mfloris [Fri, 5 Sep 2014 13:10:14 +0000 (15:10 +0200)]
Fixed LinkDef after renaming some NanoAOD classes

9 years agoUndoing changes to AliGlauberMC
mfloris [Thu, 4 Sep 2014 13:20:01 +0000 (15:20 +0200)]
Undoing changes to AliGlauberMC

9 years agoAdded dynamic_cast to AliAnalysisTaskFemtoESE.cxx (GetZv->GetZ)
mfloris [Thu, 4 Sep 2014 13:18:58 +0000 (15:18 +0200)]
Added dynamic_cast to AliAnalysisTaskFemtoESE.cxx (GetZv->GetZ)

9 years agoCompleted changes needed because of previous commit
mfloris [Thu, 4 Sep 2014 12:04:43 +0000 (14:04 +0200)]
Completed changes needed because of previous commit

AliAODEvent::GetTrack was changed to return AliVTrack* This required
patching several users tasks.  The most common patch consisted in
adding an explicit dynamic_cast to the GetTrack and checking for a non
null pointer.

9 years agoChanged AliAODEvent::GetTrack to return AliVTrack* (and not AliAODTrack)
mfloris [Thu, 4 Sep 2014 07:09:45 +0000 (09:09 +0200)]
Changed AliAODEvent::GetTrack to return AliVTrack* (and not AliAODTrack)

This change is needed for the NanoAOD developement.
In this commit, AliAODEvent has been patched so that the track type is
explicitly checked when needed.
This commit does not compile (tasks still to be patched).

9 years agoAliAODEvent::GetHeader() returns AliVHeader
mfloris [Wed, 3 Sep 2014 20:03:47 +0000 (22:03 +0200)]
AliAODEvent::GetHeader() returns AliVHeader

Transition completed, added dynamic or c-style casts where needed

9 years agoAliAODEvent::GetHeader now return AliVHeader
mfloris [Wed, 3 Sep 2014 08:23:08 +0000 (10:23 +0200)]
AliAODEvent::GetHeader now return AliVHeader

This required patching the base classes in a few places and moving
some of the NanoAOD to STEER/AOD and checking which actual header is
contained in the AODEvent class in a few places.  This commit does not
compile (analysis tasks which use AliAODEvent::GetHeader still need to
be patched)

9 years agoAdding AliVAODHeader
mfloris [Tue, 2 Sep 2014 19:40:35 +0000 (21:40 +0200)]
Adding AliVAODHeader

9 years agoFixed GetZv -> GetZ
mfloris [Tue, 2 Sep 2014 19:35:35 +0000 (21:35 +0200)]
Fixed GetZv -> GetZ

9 years agoCorrected getters after renaming
mfloris [Fri, 18 Jul 2014 20:19:55 +0000 (22:19 +0200)]
Corrected getters after renaming

9 years agoUndoing some unwanted method renames
mfloris [Fri, 18 Jul 2014 15:54:19 +0000 (17:54 +0200)]
Undoing some unwanted method renames

In commit 6826c9114dfc107099ef06942a79f7b15a2ca495 some methods
were renamed to make the AOD and ESD interface more homogeneous.
The regexp used introduced some unwanted renames that are undone
here

9 years agoAdded method to save glauber ntuple
mfloris [Fri, 4 Jul 2014 07:46:13 +0000 (09:46 +0200)]
Added method to save glauber ntuple

9 years agoFixed issue in PWGCF/Correlations/DPhi/AliAnalysisTaskDptDptQA.cxx
afestant [Fri, 20 Jun 2014 17:59:52 +0000 (19:59 +0200)]
Fixed issue in PWGCF/Correlations/DPhi/AliAnalysisTaskDptDptQA.cxx

9 years agoAdding PWGCF/Correlations/DPhi/AliAnalysisTaskDptDptQA.cxx
afestant [Thu, 19 Jun 2014 21:50:02 +0000 (23:50 +0200)]
Adding PWGCF/Correlations/DPhi/AliAnalysisTaskDptDptQA.cxx

9 years agoAliAODTrack::GetNtracks()->AliAODTrack::GetNumberOfTracks()
afestant [Thu, 19 Jun 2014 19:25:43 +0000 (21:25 +0200)]
AliAODTrack::GetNtracks()->AliAODTrack::GetNumberOfTracks()

9 years agochanges for Vertex and Tracks classes
rirusso [Tue, 17 Jun 2014 10:27:32 +0000 (12:27 +0200)]
changes for Vertex and Tracks classes

9 years agoAdded commet to explain AliAODTrack::fType, AliAODTrack::XAtDCA(), YAtDCA(), ZAtDCA...
afestant [Mon, 16 Jun 2014 10:38:41 +0000 (12:38 +0200)]
Added commet to explain AliAODTrack::fType, AliAODTrack::XAtDCA(), YAtDCA(), ZAtDCA(), PxAtDCA(), PyAtDCA(), PzAtDCA(). Added AliAODTrack::GetNcls(Int_t idet)

9 years agoAliAODEvent::GetPrimaryVertexTPC() implemented and AliAODEvent::GetVertex() added...
afestant [Thu, 5 Jun 2014 15:55:04 +0000 (17:55 +0200)]
AliAODEvent::GetPrimaryVertexTPC() implemented and AliAODEvent::GetVertex() added as an alias of AliAODEvent::GetPrimaryVertexSPD()

9 years agoAliAODEvent::GetNTracks() changed with AliAODEvent::GetNumberOfTracks()
afestant [Thu, 5 Jun 2014 13:09:52 +0000 (15:09 +0200)]
AliAODEvent::GetNTracks() changed with AliAODEvent::GetNumberOfTracks()

9 years agoQA task for UD-diffraction
poghos [Mon, 27 Oct 2014 10:09:03 +0000 (11:09 +0100)]
QA task for UD-diffraction

9 years agoQA plots for q vector
lmilano [Mon, 27 Oct 2014 09:44:58 +0000 (10:44 +0100)]
QA plots for q vector

9 years agoq vector seelction from TPC
lmilano [Fri, 24 Oct 2014 13:26:43 +0000 (15:26 +0200)]
q vector seelction from TPC

9 years agoMinor bug on T0-AC resolution fixed. TOF resolution no longer read from TOHheader...
zampolli [Mon, 27 Oct 2014 08:49:54 +0000 (09:49 +0100)]
Minor bug on T0-AC resolution fixed. TOF resolution no longer read from TOHheader but read from OADB (F. Noferini)

9 years agoMinor bug on T0-AC resolution fixed. TOF resolution no longer read from TOHheader...
zampolli [Mon, 27 Oct 2014 08:48:23 +0000 (09:48 +0100)]
Minor bug on T0-AC resolution fixed. TOF resolution no longer read from TOHheader but read from OADB (F. Noferini)

9 years agoDIM is installed only together with DATE, protect the usual case with no DIM
hristov [Mon, 27 Oct 2014 08:32:30 +0000 (09:32 +0100)]
DIM is installed only together with DATE, protect the usual case with no DIM

9 years agoPut in agreement with updated Tender
prsnko [Mon, 27 Oct 2014 06:47:56 +0000 (10:47 +0400)]
Put in agreement with updated Tender

9 years agoBug in dispCore filling corrected; cleanup
prsnko [Mon, 27 Oct 2014 06:47:06 +0000 (10:47 +0400)]
Bug in dispCore filling corrected; cleanup

9 years agoUpdate of macro
mchojnac [Sun, 26 Oct 2014 21:44:50 +0000 (22:44 +0100)]
Update of macro

9 years agoinclude DCal in introduction and how to init it in geometry, change some of the intro...
gconesab [Sun, 26 Oct 2014 16:13:14 +0000 (17:13 +0100)]
include DCal in introduction and how to init it in geometry, change some of the intro figures to lower resolution

9 years agoFix crash during merging
rbailhac [Sun, 26 Oct 2014 00:08:58 +0000 (02:08 +0200)]
Fix crash during merging

9 years agowarnings corrected
morsch [Sat, 25 Oct 2014 19:34:59 +0000 (21:34 +0200)]
warnings corrected

9 years agoMerge branch 'master' of https://git.cern.ch/reps/AliRoot
morsch [Sat, 25 Oct 2014 18:25:17 +0000 (20:25 +0200)]
Merge branch 'master' of https://git.cern.ch/reps/AliRoot

Conflicts:
LHAPDF/CMakeliblhapdf5_9_1.pkg

9 years agoNew Analysis Tools for the MFT
auras [Sat, 25 Oct 2014 17:58:42 +0000 (19:58 +0200)]
New Analysis Tools for the MFT
Merge branch 'master' of https://git.cern.ch/reps/AliRoot

9 years agoNew MFT Analysis Tools
auras [Sat, 25 Oct 2014 17:57:54 +0000 (19:57 +0200)]
New MFT Analysis Tools

9 years agosimple macro to read the trigger OCDB
gconesab [Sat, 25 Oct 2014 14:19:26 +0000 (16:19 +0200)]
simple macro to read the trigger OCDB

9 years agoReduce verbosity
zconesa [Fri, 24 Oct 2014 20:28:05 +0000 (22:28 +0200)]
Reduce verbosity

9 years agoMerge branch 'master' of https://git.cern.ch/reps/AliRoot
lietava [Fri, 24 Oct 2014 15:19:44 +0000 (16:19 +0100)]
Merge branch 'master' of https://git.cern.ch/reps/AliRoot

9 years agoFix for Next50 class bit mask propagation to esd
lietava [Fri, 24 Oct 2014 15:17:57 +0000 (16:17 +0100)]
Fix for Next50 class bit mask propagation to esd

9 years agoFix from F.Noferini: treatment of the case when nTofClusters is not available in...
shahoian [Fri, 24 Oct 2014 14:17:22 +0000 (16:17 +0200)]
Fix from F.Noferini: treatment of the case when nTofClusters is not available in the header

9 years agoAliRawReaderDate does not require DATE, only event.h available in RAW
hristov [Wed, 22 Oct 2014 07:51:39 +0000 (09:51 +0200)]
AliRawReaderDate does not require DATE, only event.h available in RAW

9 years agoFix for include path for Fortran file
agrigora [Fri, 24 Oct 2014 13:46:28 +0000 (15:46 +0200)]
Fix for include path for Fortran file

9 years agoadd tuning of TOF TOF tail for MC (under deveolping)
fnoferin [Fri, 24 Oct 2014 13:13:04 +0000 (15:13 +0200)]
add tuning of TOF TOF tail for MC (under deveolping)

9 years agosmall bugfixes
dmuhlhei [Fri, 24 Oct 2014 12:53:23 +0000 (14:53 +0200)]
small bugfixes

9 years agoevent server now checks for current run on startup
jniedzie [Fri, 24 Oct 2014 09:20:57 +0000 (11:20 +0200)]
event server now checks for current run on startup

9 years agoalieventrecontruction with more output for tests
jniedzie [Tue, 14 Oct 2014 09:12:36 +0000 (11:12 +0200)]
alieventrecontruction with more output for tests

9 years agoReturn to full E; try coreDispersion
prsnko [Fri, 24 Oct 2014 09:05:26 +0000 (13:05 +0400)]
Return to full E; try coreDispersion

9 years agoAdded macro for local merging of the QA output
fbellini [Thu, 23 Oct 2014 15:39:39 +0000 (17:39 +0200)]
Added macro for local merging of the QA output

9 years agomethod to tune TOF tail added to TOF reponse (F. Noferini)
zampolli [Thu, 23 Oct 2014 15:01:55 +0000 (17:01 +0200)]
method to tune TOF tail added to TOF reponse (F. Noferini)

9 years agomethod to tune TOF tail added to TOF reponse (F. Noferini)
zampolli [Thu, 23 Oct 2014 15:01:11 +0000 (17:01 +0200)]
method to tune TOF tail added to TOF reponse (F. Noferini)

9 years agoNew macro for Femto QA: sjena
sjena [Thu, 23 Oct 2014 14:08:43 +0000 (16:08 +0200)]
New macro for Femto QA: sjena

9 years agoMerge branch 'master' of http://git.cern.ch/pub/AliRoot
rbailhac [Thu, 23 Oct 2014 14:02:30 +0000 (16:02 +0200)]
Merge branch 'master' of http://git.cern.ch/pub/AliRoot

9 years agoNumber of bin
rbailhac [Thu, 23 Oct 2014 14:00:03 +0000 (16:00 +0200)]
Number of bin

9 years agoupdates in macros for Femto QA in train
maszyman [Thu, 23 Oct 2014 13:53:30 +0000 (15:53 +0200)]
updates in macros for Femto QA in train

9 years agoUpdate analysis qa GA macro: sjena
sjena [Thu, 23 Oct 2014 13:34:04 +0000 (15:34 +0200)]
Update analysis qa GA macro: sjena

9 years agoTuning bin limits
ddobrigk [Thu, 23 Oct 2014 13:09:48 +0000 (11:09 -0200)]
Tuning bin limits

9 years agoChange output filename for Lego Train running
miweber [Thu, 23 Oct 2014 11:14:39 +0000 (13:14 +0200)]
Change output filename for Lego Train running

9 years agoname of cluster raw histograms changed in summer a bit, update the macro accordingly
gconesab [Thu, 23 Oct 2014 10:47:58 +0000 (12:47 +0200)]
name of cluster raw histograms changed in summer a bit, update the macro accordingly

9 years agofixes to avoid problems configuring the analysis train
gconesab [Thu, 23 Oct 2014 10:47:10 +0000 (12:47 +0200)]
fixes to avoid problems configuring the analysis train

9 years agocomment out print
gconesab [Thu, 23 Oct 2014 10:44:49 +0000 (12:44 +0200)]
comment out print

9 years agofixed GetNchBin
lmilano [Thu, 23 Oct 2014 09:52:20 +0000 (11:52 +0200)]
fixed GetNchBin

9 years agoremove commented line
gconesab [Wed, 22 Oct 2014 21:01:54 +0000 (23:01 +0200)]
remove commented line

9 years agoinit mag field for ESD and AOD not just ESD
gconesab [Wed, 22 Oct 2014 20:50:05 +0000 (22:50 +0200)]
init mag field for ESD and AOD not just ESD

9 years agochange all printf's to AliDebug/AliInfo/AliWarning
gconesab [Wed, 22 Oct 2014 20:15:22 +0000 (22:15 +0200)]
change all printf's to AliDebug/AliInfo/AliWarning

9 years agoFix to reduce output size (Massimo)
fbellini [Tue, 21 Oct 2014 18:15:34 +0000 (20:15 +0200)]
Fix to reduce output size (Massimo)

9 years agoadding QA task for PWGUD/DIFFRACTION
poghos [Wed, 22 Oct 2014 17:42:29 +0000 (19:42 +0200)]
adding QA task for PWGUD/DIFFRACTION

9 years agoFix
rbailhac [Wed, 22 Oct 2014 17:31:38 +0000 (19:31 +0200)]
Fix

9 years agoReplacing string comparison by coparison of enums
hristov [Wed, 22 Oct 2014 15:57:56 +0000 (17:57 +0200)]
Replacing string comparison by coparison of enums

9 years agomacros for Femto QA in train
maszyman [Wed, 22 Oct 2014 13:58:36 +0000 (15:58 +0200)]
macros for Femto QA in train

9 years agoUsing FindFixBin instead of FindBin
hristov [Wed, 22 Oct 2014 12:41:08 +0000 (14:41 +0200)]
Using FindFixBin instead of FindBin

9 years agoMerge branch 'master' of https://git.cern.ch/reps/AliRoot
hristov [Wed, 22 Oct 2014 12:33:09 +0000 (14:33 +0200)]
Merge branch 'master' of https://git.cern.ch/reps/AliRoot

9 years agoAdding using std::... (Root6)
hristov [Wed, 22 Oct 2014 12:32:55 +0000 (14:32 +0200)]
Adding using std::... (Root6)

9 years agoMerge branch 'master' of https://git.cern.ch/reps/AliRoot
fnoferin [Wed, 22 Oct 2014 12:32:24 +0000 (14:32 +0200)]
Merge branch 'master' of https://git.cern.ch/reps/AliRoot

9 years agoUsing const (Root6)
hristov [Wed, 22 Oct 2014 12:32:23 +0000 (14:32 +0200)]
Using const (Root6)

9 years agoimprove fit procedure (err estimates)
fnoferin [Wed, 22 Oct 2014 12:32:09 +0000 (14:32 +0200)]
improve fit procedure (err estimates)

9 years agoRemoving wrong inline
hristov [Wed, 22 Oct 2014 12:31:14 +0000 (14:31 +0200)]
Removing wrong inline

9 years agoAdding PWG/muon to EINCLUDE
hristov [Wed, 22 Oct 2014 12:30:50 +0000 (14:30 +0200)]
Adding PWG/muon to EINCLUDE

9 years agoFixing the results of a wrong merge
hristov [Wed, 22 Oct 2014 12:30:20 +0000 (14:30 +0200)]
Fixing the results of a wrong merge

9 years agoTesting vzero response a bit
ddobrigk [Wed, 22 Oct 2014 11:47:13 +0000 (09:47 -0200)]
Testing vzero response a bit

9 years agoV0A23, V0C01 and V0S(V0A23+V0C01) percentiles added to centrality OADB
ekryshen [Wed, 22 Oct 2014 11:33:21 +0000 (13:33 +0200)]
V0A23, V0C01 and V0S(V0A23+V0C01) percentiles added to centrality OADB
for p-Pb and Pb-p periods

9 years agoLittle fix in the treatment of event species
belikov [Wed, 22 Oct 2014 09:35:52 +0000 (11:35 +0200)]
Little fix in the treatment of event species

9 years agoALIROOT-5677 Modification of dateStream to take into account CDH v3
hristov [Wed, 22 Oct 2014 09:12:16 +0000 (11:12 +0200)]
ALIROOT-5677 Modification of dateStream to take into account CDH v3

9 years agoforce EM decay to photons also for heavier particles
fbock [Tue, 21 Oct 2014 15:35:34 +0000 (17:35 +0200)]
force EM decay to photons also for heavier particles

9 years agoupdated cocktail generation macro according to changes in AliGenEMlib, AliGenEMCocktail
fbock [Tue, 21 Oct 2014 15:34:18 +0000 (17:34 +0200)]
updated cocktail generation macro according to changes in AliGenEMlib, AliGenEMCocktail

9 years agoupdated parametrisation for pi0, eta, omega, phi for different energies, allow select...
fbock [Tue, 21 Oct 2014 15:31:54 +0000 (17:31 +0200)]
updated parametrisation for pi0, eta, omega, phi for different energies, allow selection of parametrisation via setters

9 years agoadded option to generate heavier particle, control configuration via Set-functions
fbock [Tue, 21 Oct 2014 15:30:49 +0000 (17:30 +0200)]
added option to generate heavier particle, control configuration via Set-functions

9 years agoadd histogram to check invariant mass for pairs inside isolation cone; change printf...
gconesab [Wed, 22 Oct 2014 07:15:57 +0000 (09:15 +0200)]
add histogram to check invariant mass for pairs inside isolation cone; change printf's to AliDebug/AliInfo/AliWarning

9 years agoCheck against null dynamic cast pointer
zconesa [Tue, 21 Oct 2014 19:25:25 +0000 (21:25 +0200)]
Check against null dynamic cast pointer

9 years agoAdd histos for MC closure tests (A.Alici)
zconesa [Tue, 21 Oct 2014 19:16:42 +0000 (21:16 +0200)]
Add histos for MC closure tests (A.Alici)

9 years agomanual external threshold of the momentum conservation check (A.Alici)
zconesa [Tue, 21 Oct 2014 19:16:11 +0000 (21:16 +0200)]
manual external threshold of the momentum conservation check (A.Alici)

9 years agoincluding a histogram to compare the isolation distribution without the contribution...
mcosenti [Tue, 21 Oct 2014 17:45:30 +0000 (15:45 -0200)]
including a histogram to compare the isolation distribution without the contribution of the cluster pair (in a pi0 mass peak inside the isolation cone) with the standard isolation distribution

9 years agoFix for memory leak
zconesa [Tue, 21 Oct 2014 17:46:41 +0000 (19:46 +0200)]
Fix for memory leak

9 years agoAdd flags for rotational background
zconesa [Tue, 21 Oct 2014 17:36:29 +0000 (19:36 +0200)]
Add flags for rotational background

9 years agoreplace printf's by AliDebug/AliInfo/AliWarning
gconesab [Tue, 21 Oct 2014 17:40:49 +0000 (19:40 +0200)]
replace printf's by AliDebug/AliInfo/AliWarning

9 years agobugfixes + extended track matching histograms
dmuhlhei [Tue, 21 Oct 2014 14:44:16 +0000 (16:44 +0200)]
bugfixes + extended track matching histograms

9 years agoBugfix in AddTask macro for AMPT:
miweber [Tue, 21 Oct 2014 15:27:45 +0000 (17:27 +0200)]
Bugfix in AddTask macro for AMPT:
- remove space after library name

9 years agoAdded dummy c-tors to AliITSURecoDet/Layer/Sens to make them streamable
shahoian [Tue, 21 Oct 2014 15:20:59 +0000 (17:20 +0200)]
Added dummy c-tors to AliITSURecoDet/Layer/Sens to make them streamable