]> git.uio.no Git - u/mrichter/AliRoot.git/log
u/mrichter/AliRoot.git
9 years agoFixed leak in reading ESD friends with AliESDInputHandler
agheata [Wed, 7 May 2014 16:21:15 +0000 (18:21 +0200)]
Fixed leak in reading ESD friends with AliESDInputHandler

9 years agomoved StoreUsedCDB to the end of Run() to have complete cache of the CDB
shahoian [Wed, 7 May 2014 12:56:07 +0000 (14:56 +0200)]
moved StoreUsedCDB to the end of Run() to have complete cache of the CDB

9 years agonew default compliant with the modifications in AliEMCALCalibData splitting the calib...
gconesab [Wed, 7 May 2014 15:54:22 +0000 (17:54 +0200)]
new default compliant with the modifications in AliEMCALCalibData splitting the calibration parameters in EMCal and DCal separately

9 years agoadd calibration parameters arrays specific to DCal, avoid backward incompatibility...
gconesab [Wed, 7 May 2014 15:37:37 +0000 (17:37 +0200)]
add calibration parameters arrays specific to DCal, avoid backward incompatibility reading newly created files with old aliroot version

9 years agoremove classdef, avoid compilation warning
gconesab [Wed, 7 May 2014 14:57:06 +0000 (16:57 +0200)]
remove classdef, avoid compilation warning

9 years agoNew flag for ntuple filling in Ds task
fprino [Wed, 7 May 2014 12:27:09 +0000 (14:27 +0200)]
New flag for ntuple filling in Ds task

9 years agoupdate the default histogram ranges for delta phi and delta eta histograms axis
gconesab [Wed, 7 May 2014 14:55:06 +0000 (16:55 +0200)]
update the default histogram ranges for delta phi and delta eta histograms axis

9 years agoput initialization of pure track histograms in the right place
gconesab [Wed, 7 May 2014 14:52:44 +0000 (16:52 +0200)]
put initialization of pure track histograms in the right place

9 years agoConfig-file for generating the Run 2 geometry
rgrosso [Wed, 7 May 2014 14:08:11 +0000 (16:08 +0200)]
Config-file for generating the Run 2 geometry

9 years agoMaking the cooked tracks sortable
belikov [Wed, 7 May 2014 13:31:12 +0000 (15:31 +0200)]
Making the cooked tracks sortable

9 years agoMerge branch 'master' of https://git.cern.ch/reps/AliRoot
cholm [Wed, 7 May 2014 13:23:44 +0000 (15:23 +0200)]
Merge branch 'master' of https://git.cern.ch/reps/AliRoot

9 years agoWhoops, perhaps a little fast on previous commit. Code relies on
cholm [Wed, 7 May 2014 13:22:04 +0000 (15:22 +0200)]
Whoops, perhaps a little fast on previous commit.  Code relies on
patch for STEER/ESD/AliESDFMD.{h,cxx}.  This fixes it until
Peter patches up the files above.  Sorry for the inconvinence.

9 years agocoverity fix
mcosenti [Wed, 7 May 2014 12:07:08 +0000 (09:07 -0300)]
coverity fix

9 years agoImportant bug fixes for the PWGLF/FORWARD directory
cholm [Wed, 7 May 2014 11:47:22 +0000 (13:47 +0200)]
Important bug fixes for the PWGLF/FORWARD directory

modified:   ../../../OADB/PWGLF/FORWARD/CORRECTIONS/data/fmd_corrections.root
modified:   ../../../OADB/PWGLF/FORWARD/CORRECTIONS/data/spd_corrections.root

Updated corrections and include new noise-gain correction for all possible runs

modified:   ../../CMakelibPWGLFforward2.pkg
modified:   ../../PWGLFforward2LinkDef.h

New classes added

modified:   AddTaskFMDELoss.C

Minor fixes for new AliFMDESDFixer

modified:   AliAODForwardMult.cxx

Allow trigger mask "CENT"

modified:   AliBaseESDTask.cxx
modified:   AliBaseESDTask.h

New method PreCorrections - meant to do stuff when we know the run number etc.,
but before reading the corrections

new file:   AliFMDCorrNoiseGain.h

A new type of correction.  This is used to add in the additional noise that
the reconstruction failed to add because of a bug in the AliFMDRawReader.  With
this, we can process old data with out fear of corruption.

modified:   AliFMDDensityCalculator.cxx
modified:   AliFMDDensityCalculator.h

Moved re-calculation of eta to new AliFMDESDFixer class

new file:   AliFMDESDFixer.cxx
new file:   AliFMDESDFixer.h

A class that fixes up the FMD ESD object for various flaws, including
bad values for 0's, missing noise from reconstruction, and possibly
re-calculation of eta.  This class takes an AliESDFMD object and
modifies the content in-place.  Unfortunately we cannot re-calculate
the phis in this, because we never store the phis in the ESD object.

modified:   AliFMDEnergyFitter.cxx
modified:   AliFMDEnergyFitter.h

Minor stuff

modified:   AliFMDEnergyFitterTask.cxx
modified:   AliFMDEnergyFitterTask.h

Use new class AliESDFMDFixer to fix up ESDs before processing

modified:   AliFMDEventInspector.cxx
modified:   AliFMDEventInspector.h
modified:   AliFMDMCEventInspector.cxx

Added new method for 2013 pA data.  Updated the method for
selecting which vertex method to use.

modified:   AliFMDSharingFilter.cxx
modified:   AliFMDSharingFilter.h

Moved ESD corrections into new class AliFMDESDFixer.

modified:   AliForwardCorrectionManager.cxx
modified:   AliForwardCorrectionManager.h

Possiblity for new correction object AliFMDCorrNoiseGain.

modified:   AliForwardMCMultiplicityTask.cxx
modified:   AliForwardMCMultiplicityTask.h
modified:   AliForwardMultiplicityBase.cxx
modified:   AliForwardMultiplicityBase.h
modified:   AliForwardMultiplicityTask.cxx
modified:   AliForwardMultiplicityTask.h

Updates for new correction ALiFMDCorrNoiseGain

modified:   DrawdNdeta.C

Minor things

modified:   ForwardAODConfig.C

Updates for changes in the code

new file:   corrs/Browse.C
modified:   corrs/ForwardOADBGui.C

New file and fixes for browsing corrections database

modified:   corrs/CorrDrawer.C

Updates for new noise-gain correction

modified:   corrs/RunTestF.C

Run test of Landau*Gaus shift of Delta_p

new file:   corrs/Upload.C

Generic script to upload corrections

modified:   qa/QAPlotter.C
modified:   qa/QATrender.C
modified:   qa/RunQAMT.sh
modified:   qa/runQA.sh

Updates for new centralized QA framework

modified:   scan/Trend.C
modified:   trains/MakeFMDELossTrain.C

Minor things.

9 years agoMerge branch 'master' of https://git.cern.ch/reps/AliRoot
cholm [Wed, 7 May 2014 10:40:49 +0000 (12:40 +0200)]
Merge branch 'master' of https://git.cern.ch/reps/AliRoot

9 years agoScript to extract noise gain corrections
cholm [Wed, 7 May 2014 10:40:29 +0000 (12:40 +0200)]
Script to extract noise gain corrections

9 years agoA class that find noise-gain corrections
cholm [Wed, 7 May 2014 10:39:55 +0000 (12:39 +0200)]
A class that find noise-gain corrections

9 years agoImportant bug fixes for the FMD reconstruction. The amount of noise
cholm [Wed, 7 May 2014 10:36:55 +0000 (12:36 +0200)]
Important bug fixes for the FMD reconstruction.  The amount of noise
suppressed by the front-end was wrongly decoded from the data.   This
update fixes that problem.

It also includes minor updates to calibration drawing and some
test sripts

This commit needs to be ported to the release ASAP.

9 years agoAshutosh analysis update
dgangadh [Wed, 7 May 2014 09:39:14 +0000 (11:39 +0200)]
Ashutosh analysis update

9 years agoNew version of AliAnalysisAlien::DirectoryExists using TAlien::Cd
agheata [Wed, 7 May 2014 08:57:42 +0000 (10:57 +0200)]
New version of AliAnalysisAlien::DirectoryExists using TAlien::Cd

9 years agoFixed formula for the par[2]
belikov [Tue, 6 May 2014 16:46:12 +0000 (18:46 +0200)]
Fixed formula for the par[2]

9 years agoCorrect error messages and better Hijing header readout
dkeijden [Tue, 6 May 2014 13:54:12 +0000 (15:54 +0200)]
Correct error messages and better Hijing header readout

9 years agoAdding cuts on vertex contributors (for pA and PileUp rejection) to AliFemto (ESD...
majanik [Tue, 6 May 2014 13:58:31 +0000 (15:58 +0200)]
Adding cuts on vertex contributors (for pA and PileUp rejection) to AliFemto (ESD and AOD EventReaders).
Also got rid off one small warning.

9 years agoform Jan Wagner: some fixes
mkrzewic [Tue, 6 May 2014 13:08:01 +0000 (15:08 +0200)]
form Jan Wagner: some fixes

9 years agoadd PostData in UserCreateOutputObjects
miweber [Tue, 6 May 2014 10:26:12 +0000 (12:26 +0200)]
add PostData in UserCreateOutputObjects

9 years agoIncrementing class version.
arossi [Tue, 6 May 2014 09:44:54 +0000 (11:44 +0200)]
Incrementing class version.

9 years agoUpdate of syst. unc. due to background subtraction (Sandro) and optimizing error...
arossi [Tue, 6 May 2014 09:34:08 +0000 (11:34 +0200)]
Update of syst. unc. due to background subtraction (Sandro) and optimizing error calculation on average of D0,D+,D*+ correlations

9 years ago- load TRD on-line gain tables together with TRAP configuration
jklein [Tue, 6 May 2014 08:59:52 +0000 (10:59 +0200)]
- load TRD on-line gain tables together with TRAP configuration

9 years agoremove unnecessary AliEmcalJet include
mverweij [Tue, 6 May 2014 08:31:39 +0000 (10:31 +0200)]
remove unnecessary AliEmcalJet include

9 years agoUpdate of Tab values and uncertainties
zconesa [Tue, 6 May 2014 08:26:21 +0000 (10:26 +0200)]
Update of Tab values and uncertainties

9 years agoUpdates of pPb systematics (pPb crew)
zconesa [Tue, 6 May 2014 08:14:05 +0000 (10:14 +0200)]
Updates of pPb systematics (pPb crew)

9 years agoAdding different ways to extract the systematic uncertainties from the envelopes...
arossi [Tue, 6 May 2014 07:34:56 +0000 (09:34 +0200)]
Adding different ways to extract the systematic uncertainties from the envelopes, allowing for flat assumption (1/sqrt(3) from max spread), smoothing, and averaging (0.pi) and (pi,2pi).

9 years agoAdding using::std...
hristov [Mon, 5 May 2014 20:50:12 +0000 (22:50 +0200)]
Adding using::std...

9 years agoRestore optimization
hristov [Mon, 5 May 2014 17:59:06 +0000 (19:59 +0200)]
Restore optimization

9 years agoMerge branch 'master' into TPCdev
hristov [Mon, 5 May 2014 17:33:39 +0000 (19:33 +0200)]
Merge branch 'master' into TPCdev

Conflicts:
PWGPP/CalibMacros/CPass0/runCPass0.sh

9 years agoRevert "Streamer level can be specified by the static function fro AliTRDreconstructor"
hristov [Mon, 5 May 2014 17:28:49 +0000 (19:28 +0200)]
Revert "Streamer level can be specified by the static function fro AliTRDreconstructor"

This reverts commit d0177bb64755aa2321c9652eb9bebbbc070998d8.

9 years agoRevert "IsDebugStreaming using static function"
hristov [Mon, 5 May 2014 17:28:27 +0000 (19:28 +0200)]
Revert "IsDebugStreaming using static function"

This reverts commit 1ba0214675e9bd40f7cd8c428f46c6129e9b235b.

9 years agoOptimizing the seeding combinatorics
belikov [Mon, 5 May 2014 13:55:26 +0000 (15:55 +0200)]
Optimizing the seeding combinatorics

9 years ago- modified AddTasks for pp
fbock [Mon, 5 May 2014 13:33:40 +0000 (15:33 +0200)]
- modified AddTasks for pp

9 years agoupdates from Ashutosh for pion femtoscopy analysis
maszyman [Mon, 5 May 2014 13:18:08 +0000 (15:18 +0200)]
updates from Ashutosh  for pion femtoscopy analysis

9 years agofill corresponding pt hard bin, bug fix
mverweij [Mon, 5 May 2014 12:25:28 +0000 (14:25 +0200)]
fill corresponding pt hard bin, bug fix

9 years agoadding color reconnection option for Pythia6 generator (from Leticia Cunqueiro Mendez...
miweber [Mon, 5 May 2014 10:31:22 +0000 (12:31 +0200)]
adding color reconnection option for Pythia6 generator (from Leticia Cunqueiro Mendez <leticia.cunqueiro.mendez@cern.ch>):
- cr=1: standard perugia tunes with CR are called.
- cr=0: the corresponding retuned versions w/o CR are called.

9 years agoMerge branch 'master' of https://git.cern.ch/reps/AliRoot
morsch [Mon, 5 May 2014 10:12:49 +0000 (12:12 +0200)]
Merge branch 'master' of https://git.cern.ch/reps/AliRoot

9 years agoBool_t AliMCEvent::GetCocktailGenerator(Int_t index,TClonesArray *arrayMC,TString...
morsch [Mon, 5 May 2014 10:12:01 +0000 (12:12 +0200)]
Bool_t AliMCEvent::GetCocktailGenerator(Int_t index,TClonesArray *arrayMC,TString &nameGen)
if(kFALSE) no cocktail header was found
if(kTRUE) it returns the name of the generator for particle with label index (or for it's mother)

Leticia Cunqueiro

9 years agoA skeleton of the "cooked covariance" standalone tracker
belikov [Mon, 5 May 2014 09:52:27 +0000 (11:52 +0200)]
A skeleton of the "cooked covariance" standalone tracker

9 years agochanges to be able to run on train:
miweber [Mon, 5 May 2014 09:13:31 +0000 (11:13 +0200)]
changes to be able to run on train:
- PID only switched on for non MC truth
- output file = AnalysisResults.root

9 years agoLittle numerical protection
belikov [Mon, 5 May 2014 07:29:20 +0000 (09:29 +0200)]
Little numerical protection

9 years agoModifications needed to use EXODUS Decayer
morsch [Sun, 4 May 2014 06:48:09 +0000 (08:48 +0200)]
Modifications needed to use EXODUS Decayer
Irem Erdemir

9 years agoAliDecayerExodus based on EXODUS code
morsch [Sun, 4 May 2014 06:26:20 +0000 (08:26 +0200)]
AliDecayerExodus based on EXODUS code
Irem Edemir
Ralf Averbeck

9 years agoTypo
hristov [Sat, 3 May 2014 21:15:22 +0000 (23:15 +0200)]
Typo

9 years agoAvoid conflict with global enum in Root6
hristov [Sat, 3 May 2014 19:14:35 +0000 (21:14 +0200)]
Avoid conflict with global enum in Root6

9 years agoAdding ANALYSIS
hristov [Sat, 3 May 2014 18:48:19 +0000 (20:48 +0200)]
Adding ANALYSIS

9 years agoChanges to compile with Root6 on macosx64
hristov [Sat, 3 May 2014 17:19:54 +0000 (19:19 +0200)]
Changes to compile with Root6 on macosx64

9 years ago moved some files, added generator function to addtask macro
rbertens [Sat, 3 May 2014 15:49:08 +0000 (17:49 +0200)]
 moved some files, added generator function to addtask macro

9 years agoupdate from Prabhat
lmilano [Sat, 3 May 2014 13:18:32 +0000 (15:18 +0200)]
update from Prabhat

9 years agoPossibility to get the rotation angle of cluster's reference plane
belikov [Sat, 3 May 2014 11:42:42 +0000 (13:42 +0200)]
Possibility to get the rotation angle of cluster's reference plane

9 years agoBug fix
belikov [Sat, 3 May 2014 11:01:58 +0000 (13:01 +0200)]
Bug fix

9 years agoAdded histograms for the centrality bias.
vkucera [Sat, 3 May 2014 09:54:39 +0000 (11:54 +0200)]
Added histograms for the centrality bias.

9 years agonew code: Chiral Magnetic Wave analysis (from Ron Belmont)
miweber [Sat, 3 May 2014 08:21:12 +0000 (10:21 +0200)]
new code: Chiral Magnetic Wave analysis (from Ron Belmont)

9 years agoFixing typo (Jitendra)
arossi [Fri, 2 May 2014 20:28:45 +0000 (22:28 +0200)]
Fixing typo (Jitendra)

9 years agoAdding description
arossi [Fri, 2 May 2014 17:09:18 +0000 (19:09 +0200)]
Adding description

9 years agoRemoving comment
arossi [Fri, 2 May 2014 16:55:26 +0000 (18:55 +0200)]
Removing comment

9 years agoImproving comments and specifying author of the analyses (S. Bjelogrlic, F. Colamaria...
arossi [Fri, 2 May 2014 16:48:09 +0000 (18:48 +0200)]
Improving comments and specifying author of the analyses (S. Bjelogrlic, F. Colamaria, S. Kar, J. Kumar)

9 years agoClasses for:
arossi [Fri, 2 May 2014 16:35:54 +0000 (18:35 +0200)]
Classes for:
- subtraction of feed-down for D-hadron angular correlations
- average of D-hadron angular correlations

9 years agoValues for correlations in pp collisions for D+ and for D0 and D* for pt(assoc)>0...
arossi [Fri, 2 May 2014 16:27:10 +0000 (18:27 +0200)]
Values for correlations in pp collisions for D+ and for D0 and D* for pt(assoc)>0.5,1 GeV/c added.
Correct values for correlations in p-Pb for all mesons.

9 years agoprotection
mverweij [Fri, 2 May 2014 13:55:57 +0000 (15:55 +0200)]
protection

9 years agoadd bookkeeping for on-the-fly pythia events
mverweij [Fri, 2 May 2014 13:44:36 +0000 (15:44 +0200)]
add bookkeeping for on-the-fly pythia events

9 years agoadd xsec from header
mverweij [Fri, 2 May 2014 11:23:55 +0000 (13:23 +0200)]
add xsec from header

9 years ago minor cosmetics
rbertens [Fri, 2 May 2014 11:24:51 +0000 (13:24 +0200)]
 minor cosmetics

9 years ago moved files
rbertens [Fri, 2 May 2014 11:24:30 +0000 (13:24 +0200)]
 moved files

9 years ago cleanup: remove unused classes and dependencies
rbertens [Fri, 2 May 2014 11:22:38 +0000 (13:22 +0200)]
 cleanup: remove unused classes and dependencies

9 years agofix file location for distributed computing
mkrzewic [Fri, 2 May 2014 08:51:38 +0000 (10:51 +0200)]
fix file location for distributed computing

9 years agoLittle fix in counting good reconstructed tracks
belikov [Thu, 1 May 2014 17:08:49 +0000 (19:08 +0200)]
Little fix in counting good reconstructed tracks

9 years ago- changes in AddTask requested by Lucia
fbock [Thu, 1 May 2014 12:54:25 +0000 (14:54 +0200)]
- changes in AddTask requested by Lucia

9 years ago- changes by Jason for his AddTask
fbock [Thu, 1 May 2014 12:50:13 +0000 (14:50 +0200)]
- changes by Jason for his AddTask

9 years agoCommented out unused TProfile
fbellini [Thu, 1 May 2014 07:29:49 +0000 (09:29 +0200)]
Commented out unused TProfile

9 years agoFix triggering for ESDs (Enrico)
fbellini [Thu, 1 May 2014 07:25:41 +0000 (09:25 +0200)]
Fix triggering for ESDs (Enrico)

9 years agoUsing defaults2011 cuts for pions from SigmaStar + new monitors added (Enrico)
fbellini [Thu, 1 May 2014 07:25:22 +0000 (09:25 +0200)]
Using defaults2011 cuts for pions from SigmaStar + new monitors added (Enrico)

9 years agoNew types added (kV0Radius, kV0Mass, kV0P, kV0Pt) needed for V0 monitoring (Enrico)
fbellini [Thu, 1 May 2014 07:24:49 +0000 (09:24 +0200)]
New types added (kV0Radius, kV0Mass, kV0P, kV0Pt) needed for V0 monitoring (Enrico)

9 years agoAdded cut on fiducial volume + fix cosine pointing angle for AODv0
fbellini [Thu, 1 May 2014 07:24:23 +0000 (09:24 +0200)]
Added cut on fiducial volume + fix cosine pointing angle for AODv0

9 years agoMacros update (by Massimo)
fbellini [Thu, 1 May 2014 06:46:06 +0000 (08:46 +0200)]
Macros update (by Massimo)

9 years agoFrom Massimo:added check on feed-down for MC for low-pT D0 (only b->c feeddown so...
fbellini [Thu, 1 May 2014 06:44:04 +0000 (08:44 +0200)]
From Massimo:added check on feed-down for MC for low-pT D0 (only b->c feeddown so far)

9 years agoputting the exotic test into one function. Including QA cluster removing exotics
mcosenti [Wed, 30 Apr 2014 19:20:47 +0000 (16:20 -0300)]
putting the exotic test into one function. Including QA cluster removing exotics

9 years agofix warnings
mverweij [Wed, 30 Apr 2014 14:13:08 +0000 (16:13 +0200)]
fix warnings

9 years agoincrease ClassDef
mverweij [Wed, 30 Apr 2014 14:01:42 +0000 (16:01 +0200)]
increase ClassDef

9 years agoExclude non-Hijing particles in PWG4HighPtSpectra Task and minor changes
dkeijden [Wed, 30 Apr 2014 12:45:28 +0000 (14:45 +0200)]
Exclude non-Hijing particles in PWG4HighPtSpectra Task and minor changes

9 years agofix mem leak. Open all files
mverweij [Tue, 22 Apr 2014 22:30:01 +0000 (00:30 +0200)]
fix mem leak. Open all files

9 years agoPWG4HighPtSpectra Task compatible with AOD analysis and added to the TrackQA AOD...
dkeijden [Tue, 22 Apr 2014 17:05:15 +0000 (19:05 +0200)]
PWG4HighPtSpectra Task compatible with AOD analysis and added to the TrackQA AOD Task

9 years agoNew cut for No psipair added
pgonzale [Wed, 30 Apr 2014 13:27:27 +0000 (15:27 +0200)]
New cut for No psipair added

9 years agophi correction from Evgeny
lmilano [Wed, 30 Apr 2014 13:23:50 +0000 (15:23 +0200)]
phi correction from Evgeny

9 years agoCoverity 22681
hristov [Wed, 30 Apr 2014 11:34:31 +0000 (13:34 +0200)]
Coverity 22681

9 years agoCoverity 22682
hristov [Wed, 30 Apr 2014 09:52:48 +0000 (11:52 +0200)]
Coverity 22682

9 years agoCoverity 22683
hristov [Wed, 30 Apr 2014 09:48:51 +0000 (11:48 +0200)]
Coverity 22683

9 years agoCharged jets (pPb): Different default background method
rhaake [Wed, 30 Apr 2014 10:42:14 +0000 (12:42 +0200)]
Charged jets (pPb): Different default background method

9 years agominor fix
masera [Wed, 30 Apr 2014 08:18:04 +0000 (10:18 +0200)]
minor fix

9 years agoCellular Automaton based SA tracker - first skeleton
masera [Wed, 30 Apr 2014 08:09:05 +0000 (10:09 +0200)]
Cellular Automaton based SA tracker - first skeleton

9 years ago Cellular Automaton based SA tracker - first skeleton
masera [Wed, 30 Apr 2014 07:51:53 +0000 (09:51 +0200)]
 Cellular Automaton based SA tracker - first skeleton

9 years agoFixes for wrong use of const causing PW.CAST_TO_QUALIFIED_TYPE defect in Coverity
hristov [Wed, 30 Apr 2014 06:09:26 +0000 (08:09 +0200)]
Fixes for wrong use of const causing PW.CAST_TO_QUALIFIED_TYPE defect in Coverity

9 years agoFixes for wrong use of const causing PW.CAST_TO_QUALIFIED_TYPE defect in Coverity
hristov [Wed, 30 Apr 2014 05:00:22 +0000 (07:00 +0200)]
Fixes for wrong use of const causing PW.CAST_TO_QUALIFIED_TYPE defect in Coverity

9 years agoRemoving additional 0MQ dependency
hristov [Tue, 29 Apr 2014 20:20:16 +0000 (22:20 +0200)]
Removing additional 0MQ dependency